Exetools  

Go Back   Exetools > General > Community Tools

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 04-03-2017, 22:42
Mkz Mkz is offline
Friend
 
Join Date: Jan 2002
Posts: 98
Rept. Given: 0
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 5
Thanks Rcvd at 25 Times in 17 Posts
Mkz Reputation: 2
Perhaps I'm missing something, but all this (and much more) can be obtained with several binaries provided by the JDK itself:
  1. jcmd -l (or jps)
    Lists all local java processes that you can control with the rest of the commands
  2. jcmd <pid> help
    Lists all commands accepted by the target java process
  3. jinfo -sysprops <pid>
    Lists system properties for that process (-flags also available)
  4. jstack <pid>
    Fetches the thread stack traces for the process
  5. jcmd <pid> JFR.start ...
    Example of one of the commands to apply to a process (start recording info for performance tuning)
The list goes on and on.
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT +8. The time now is 19:56.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )