Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
jdk.jstatd/sun.tools.jstatd.Jstatd - "jstatd" Command
How to run "jstatd" command from JDK lib\modules JImage file?
✍: FYIcenter
"jstatd" command allows you to run the JVM Statistics Monitoring Deamon
on your computer system.
"jstatd" command is supported by the jmods\jdk.jstatd.jmod module file, which is also linked into the lib\modules JImage file.
You can run the "jstatd" command using the lib\modules JImage file as described below:
fyicenter> %JDK_HOME%\bin\java --module jdk.jstatd/sun.tools.jstatd.Jstatd -h usage: jstatd [-nr] [-p port] [-n rminame]
⇒ jdk.rmic/sun.rmi.rmic.Main - "rmic" Command
⇐ jdk.jshell/jdk.internal.jshell.tool.JShellToolProvider - "jshell" Command
2020-01-21, ∼2233🔥, 0💬
Popular Posts:
JDK 11 jdk.jdeps.jmod is the JMOD file for JDK 11 JDeps tool, which can be invoked by the "jdeps" co...
What is the jaxp\TypeInfoWriter.java provided in the Apache Xerces package? I have Apache Xerces 2.1...
JDK 11 jdk.rmic.jmod is the JMOD file for JDK 11 RMI (Remote Method Invocation) Compiler Tool tool, ...
How to download and install ojdbc11.jar for Oracle 21c? ojdbc11.jar for Oracle 21c is a Java JDBC Dr...
How to download and install JDK (Java Development Kit) 8? If you want to write Java applications, yo...