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.jfr/jdk.jfr.internal.cmd.Execute - JFR Tool
How to run "jdk.jfr/jdk.jfr.internal.cmd.Execute" tool from JDK lib\modules JImage file?
✍: FYIcenter
"jdk.jfr/jdk.jfr.internal.cmd.Execute" tool allows you
to run the Java Flight Recorder (JFR) tool for collecting diagnostic and
profiling data about a running Java application.
"jdk.jfr/jdk.jfr.internal.cmd.Execute" tool is supported by the jmods\jdk.jfr.jmod module file, which is also linked into the lib\modules JImage file in JDK 9, 10, and 11.
You can run the "jdk.jfr/jdk.jfr.internal.cmd.Execute" tool 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.jfr/jdk.jfr.internal.cmd.Execute Usage: java jdk.jfr.internal.cmd.Execute <command> [<options>] Available commands are: print [--xml|--json] <file> Print contents of a recording file (.jfr) summary <file> Display general information about a recording file (.jfr) reconstruct <repository> <file> Assemble leftover chunks, from a disk repository, into a recording file (.jfr) split [--maxchunks <chunks>] <file> Splits a recording file into smaller files help [<command>] Display help about a command
Â
⇒ jdk.jlink/jdk.tools.jimage.Main - "jimage" Command
⇠jdk.jdi/com.sun.tools.example.debug.tty.TTY - "jdb" Command
2019-05-14, 1587👍, 0💬
Popular Posts:
commons-io-2.6-sources.j aris the source JAR file for Apache Commons IO 2.6, which is a library of u...
What Is javaws.jar in JRE (Java Runtime Environment) 8? javaws.jar in JRE (Java Runtime Environment)...
The JSR 105 XML Digital Signature 1.0.1 FCS implementation provides an API and implementation that a...
JDK 11 jdk.xml.dom.jmod is the JMOD file for JDK 11 XML DOM module. JDK 11 XML DOM module compiled c...
How to merge two JAR files with "jar" commands? I am tired of specifying multiple JAR files in the c...