Categories:
Audio (13)
Biotech (29)
Bytecode (35)
Database (77)
Framework (7)
Game (7)
General (512)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (86)
JavaBeans (16)
JDBC (89)
JDK (337)
JSP (20)
Logging (103)
Mail (54)
Messaging (8)
Network (71)
PDF (94)
Report (7)
Scripting (83)
Security (32)
Server (119)
Servlet (17)
SOAP (24)
Testing (50)
Web (19)
XML (301)
Other Resources:
jdk.jconsole/sun.tools.jconsole.JConsole - "jconsole" Command
How to run "jconsole" command from JDK lib\modules JImage file?
✍: FYIcenter
"jconsole" command allows you to list all running JVM processes on your computer system
and interact with them.
"jconsole" command is supported by the jmods\jdk.jconsole.jmod module file, which is also linked into the lib\modules JImage file in JDK 9, 10, and 11.
You can run the "jconsole" command using the lib\modules JImage file as described below using JDK 11 as an example:
C:\fyicenter>set JDK_HOME=\fyicenter\jdk-11.0.1 C:\fyicenter>%JDK_HOME%\bin\java --module jdk.jconsole/sun.tools.jconsole.JConsole
You see the "Java Monitoring & Management Console" screen.
Â
⇒ jdk.jdeps/com.sun.tools.javap.Main - "javap" Command
⇠jdk.jcmd/sun.tools.jstat.Jstat - "jstat" Command
2020-01-29, 1106👍, 0💬
Popular Posts:
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...
commons-fileupload-1.3.3 -sources.jaris the source JAR file for Apache Commons FileUpload 1.3., whic...
How to show the XML parsing flow with sax\DocumentTracer.java provided in the Apache Xerces package?...
Jetty provides an HTTP server, HTTP client, and javax.servlet container. These components are open s...
JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3 (i.e. MP3) in real time for...