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, 1136👍, 0💬
Popular Posts:
SLF4J API is a simple API that allows to plug in any desired logging library at deployment time. Her...
JDK 11 java.xml.jmod is the JMOD file for JDK 11 XML (eXtensible Markup Language) module. JDK 11 XML...
JDK 11 jrt-fs.jar is the JAR file for JDK 11 JRT-FS (Java RunTime - File System) defined in the "jdk...
JDK 11 jdk.compiler.jmod is the JMOD file for JDK 11 Compiler tool, which can be invoked by the "jav...
What is the sax\Writer.java provided in the Apache Xerces package? I have Apache Xerces 2.11.0 insta...