Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
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 (309)
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, 1183🔥, 0💬
Popular Posts:
Apache BCEL Source Code Files are inside the Apache BCEL source package file like bcel-6.6.1-src.zip...
A stream buffer is a stream-based representation of an XML infoset in Java. Stream buffers are desig...
What Is log4j-1.2.15.jar? I got the JAR file from apache-log4j-1.2.15.zip. log4j-1.2.15.jar is the v...
JDK 7 tools.jar is the JAR file for JDK 7 tools. It contains Java classes to support different JDK t...
xml-commons Resolver Source Code Files are provided in the source package file, xml-commons-resolver...