You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Super cool! it's like htop for Java almost :-)
I would recommend having a look at this project: https://github.com/aragozin/jvm-tools
In particular ttop would be a good drill down per process.
The text was updated successfully, but these errors were encountered:
Thanks!:) Great suggestion!
The bottom left part of the screen is not that useful at the moment so top thread's view would make more sense.
Looks like this is the entry point ThreadTopCmd.java
IMO the CPU gauge and heap bar are redundant, you got lots of room to play. Plotting the per thread/thread group/overall CPU usage and allocation rates is very useful
Agreed. Version 0.2 has a view of top threads: https://github.com/ajermakovics/jvm-mon/releases/tag/0.2
At the moment I'm grabbing them from jvmtop library since that was already integrated. Eventually I'd like to integrate with jvm-tools since it seems to have more information like allocation rate.
Super cool! it's like htop for Java almost :-)
I would recommend having a look at this project:
https://github.com/aragozin/jvm-tools
In particular ttop would be a good drill down per process.
The text was updated successfully, but these errors were encountered: