jdk.jstatd/sun.tools.jstatd.Jstatd - "jstatd" Command

Q

How to run "jstatd" command from JDK lib\modules JImage file?

✍: FYIcenter

A

"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

Tools Supported from JDK 9+ lib\modules JImage

⇑⇑ FAQ for JDK (Java Development Kit)

2020-01-21, 1354🔥, 0💬