The 'jfr configure' command introduced a way to specify options located in a .jfc from the shell, i.e.
$ jfr configure gc=high
$ java -XX:StartFlightRecording:settings=custom.jfc
It would be nice if the same could be done from command line or jcmd, i.e.
$ java -XX:StartFlightRecording:gc=high
$ jcmd <pid> JFR.start gc=high
$ jfr configure gc=high
$ java -XX:StartFlightRecording:settings=custom.jfc
It would be nice if the same could be done from command line or jcmd, i.e.
$ java -XX:StartFlightRecording:gc=high
$ jcmd <pid> JFR.start gc=high
- csr for
-
JDK-8265272 JFR: Allow use of .jfc options when starting JFR
-
- Closed
-
- relates to
-
JDK-8268702 JFR diagnostic commands lack argument descriptors when viewed using Platform MBean Server
-
- Resolved
-
-
JDK-8270328 Footprint regression ~7% with JFR Jetty in 17-b26
-
- Closed
-
-
JDK-8272394 Bad HTML in java man page
-
- Open
-
(1 links to)