Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
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 (322)
Collections:
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:
fyicenter> set JDK_HOME=\fyicenter\jdk-11.0.1
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, ∼2478🔥, 0💬
Popular Posts:
Snappy-Java is a Java port of the "snappy", a fast C++ compresser/decompresser developed by Google. ...
maven-embedder-3.8.6.jar is the JAR file for Apache Maven 3.8.6 Embedder module. Apache Maven is a s...
JDK 11 jdk.crypto.ec.jmod is the JMOD file for JDK 11 Crypto EC module. JDK 11 Crypto EC module comp...
JDK 6 tools.jar is the JAR file for JDK 6 tools. It contains Java classes to support different JDK t...
commons-collections4-4.2 -sources.jaris the source JAR file for Apache Commons Collections 4.2, whic...