Andrejs Jermakovics

Results 66 comments of Andrejs Jermakovics

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...

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...

Will need to doublecheck but it should be: - CPU = current CPU utilization (in ratio to available cpu time on all processors) - TOTALCPU = CPU utilization (in ratio...

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.

Hmm, appears to be this line: https://github.com/ajermakovics/jvm-mon/blob/4d9a4fe21bf5283f2341a58b1b983b4eea8f597d/src/dist/jvm-mon.js#L173-L174 where 'vm' ends up undefined. Does this happen on startup or after some action?

Unfortunately, I'm not able to reproduce this issue. Does it prevent you from monitoring all processes or just one?

Thank you. Schedule for jdk 11 - no, aspiration - yes:) Just need to figure out how you attach to a running jvm running on jdk 11. If anyone has...

Hi, Early access of new version that supports jdk 11: https://github.com/ajermakovics/jvm-mon/releases/tag/1.0-ea1

Hi @ciprianofernandes Is the source code available somewhere? Having a reproducer test case would help

If there are more than 50 results it will show the "More..." box at the end of results list. Clicking that gives you all results. I find that gives nice...