Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with jvm-tools #4

Open
nitsanw opened this issue Feb 7, 2017 · 3 comments
Open

Integrate with jvm-tools #4

nitsanw opened this issue Feb 7, 2017 · 3 comments

Comments

@nitsanw
Copy link

nitsanw commented Feb 7, 2017

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.

@ajermakovics
Copy link
Owner

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

@nitsanw
Copy link
Author

nitsanw commented Feb 7, 2017

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

@ajermakovics
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants