Google Code Exporter
Google Code Exporter
``` The information I need is the CPU consumption and the time a transaction needs to execute. ``` Original comment by `[email protected]` on 5 Feb 2014 at 5:36
``` Most probably, you should set the JAVA_HOME environment variable to match your environment. Try to locate tools.jar on your filesystem and set JAVA_HOME one directory below the one which...
``` Maybe I got you wrong - maybe you can clarify your feature idea a little bit: Maybe you can give us an example how such an output would look...
Original comment by `[email protected]` on 5 Dec 2013 at 10:22 - Changed state: **NeedInfo**
``` Yes, I agree. But if one wants to use jvmtop as the main monitoring tool, that would be useful. ``` Original comment by `[email protected]` on 5 Dec 2013 at...
``` Also voting for this feature. ``` Original comment by `[email protected]` on 25 Jan 2015 at 9:50
``` Hello everyone, do I understand you correctly that you want to see all threads of a monitored jvm in the "detail mode"? If you agree - what should happen...
``` Thanks for the comment! Unfortunately, jstack's -m mode is a native one and is highly depending on the JDK of both monitor and to-be-monitored variant. Additionally, this is likely...
``` While I am begging for features, adding a column for thread priority would be nice. ``` Original comment by `DaveParillo` on 10 Aug 2013 at 8:25
``` Unfortunately, I see no possibilities of getting thread group / priority using the java management extensions which jvmtop uses. That's the reason why jconsole/visualvm can't display these either. ```...