ajermakovics / jvm-mon

Console-based JVM monitoring tool
https://ajermakovics.github.io/jvm-mon/
Other
1.48k stars 117 forks source link

Top threads CPU miscalculation? #14

Open jerrinot opened 7 years ago

jerrinot commented 7 years ago

image

How can I interpret the CPU and TotalCPU columns? The screenshot is from my laptop and it certainly has less than 10 or ever 8 CPU cores :)

ajermakovics commented 7 years ago

Will need to doublecheck but it should be:

https://github.com/patric-r/jvmtop/blob/master/doc/ExampleOutput.md

ajermakovics commented 7 years ago

I think eventually it would be better to integrate jvm-tools for thread stats. It has other nice properties such as showing the allocation rate.