allwmh / jvmtop

Automatically exported from code.google.com/p/jvmtop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work - possible solution.

GoogleCodeExporter opened this issue · comments

jvmtop does not work for me (ERROR: Could not attach to process). Running 
64-bit ubuntu 13.04. 

I also noticed that jstack does not work but running jstack like this works:

jstack -J-d64 -m <pid>

Maybe this can be used in jvmtop to fix the issue?

Original issue reported on code.google.com by UnknownS...@gmail.com on 26 Aug 2013 at 8:57

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

IMHO, there's no way to implement this within jvmtop which uses 
javax.management for getting its telemetry.

However, patches and ideas are always welcome.

Original comment by patric.r...@gmail.com on 19 Aug 2014 at 8:30

  • Changed state: NeedInfo
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect