Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206070 | 12 | Erik Gahlin | P4 | Resolved | Fixed | team |
JDK-8206665 | 11.0.1 | Erik Gahlin | P4 | Resolved | Fixed | b01 |
From [~vvoskres]:
<--->
Hello Marcus,
I have the following usability issue:
when java process is run under JFR it prints in output smth like Use JFR.dump name=Moz filename=FILEPATH to copy recording data to file.
Could you, please, add PID number to this hint?
Because usual usecase is to call from other shell jcmd 17003 JFR.dump name=Moz filename= but I have to find PID 17003 in PS which just consume extra time and I might be mistaken when have a lot of java apps running on workstation.
Thanks,
Vladimir.
<--->
I'm thinking maybe add jcmd too, i.e. jcmd 17003 JFR.dump name=Moz filename=FILENAME.
<--->
Hello Marcus,
I have the following usability issue:
when java process is run under JFR it prints in output smth like Use JFR.dump name=Moz filename=FILEPATH to copy recording data to file.
Could you, please, add PID number to this hint?
Because usual usecase is to call from other shell jcmd 17003 JFR.dump name=Moz filename= but I have to find PID 17003 in PS which just consume extra time and I might be mistaken when have a lot of java apps running on workstation.
Thanks,
Vladimir.
<--->
I'm thinking maybe add jcmd too, i.e. jcmd 17003 JFR.dump name=Moz filename=FILENAME.
- backported by
-
JDK-8206070 Include PID in the JFR jcmd hint
-
- Resolved
-
-
JDK-8206665 Include PID in the JFR jcmd hint
-
- Resolved
-