Open GoogleCodeExporter opened 9 years ago
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.
Original comment by patric.r...@gmail.com
on 14 Aug 2013 at 9:37
Patric,
If the plan is to use the ThreadMXBean interface only, then I agree.
However, the Thread and ThreadGroup classes provide some more tools.
What do you think of this post?
http://nadeausoftware.com/articles/2008/04/java_tip_how_list_and_find_threads_an
d_thread_groups
Thanks,
Dave
Original comment by DaveParillo
on 15 Aug 2013 at 2:34
Hi Dave,
the problem is that due to the remote nature of jvmtop and its use of the
java.lang.management API, jvmtop has no access to the actual (remote jvm's)
Thread and ThreadGroup instances.
I have doubts that this is possible at all, however if there's way to retrieve
such information I'd be curious about the solution.
I'm keeping this issue open for a while.
Cheers,
-Patric
Original comment by patric.r...@gmail.com
on 5 Dec 2013 at 11:38
Well, I'm not looking to have anyone go crazy in a futile attempt at the
impossible. Feel free to close at your discretion.
Original comment by DaveParillo
on 8 Dec 2013 at 3:23
Original issue reported on code.google.com by
DaveParillo
on 10 Aug 2013 at 8:22