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, 1701🔥, 0💬
Popular Posts:
JDK 17 java.desktop.jmod is the JMOD file for JDK 17 Desktop module. JDK 17 Desktop module compiled ...
JDK 11 jdk.xml.dom.jmod is the JMOD file for JDK 11 XML DOM module. JDK 11 XML DOM module compiled c...
A stream buffer is a stream-based representation of an XML infoset in Java. Stream buffers are desig...
JDK 11 jdk.jfr.jmod is the JMOD file for JDK 11 JFR module. JDK 11 JFR module compiled class files a...
Where to find answers to frequently asked questions on Downloading and Using JDK (Java Development K...