jvisualvm
How do I automatically attach JVisualVM to a short-lived program?
Briefly reading tutorials and playing with JVisualVM, I can manually attach it to a long-running server or Swing application, but I\'d also like to use it for short programs that run in under a second[详细]
2023-02-14 18:37 分类:问答jvisualvm doesn't list certain Java processes
I want to get a heap dump (suspected memory leak) of a certain Java process. However, when I start the jvisualvm tool, I cannot see any of the running Java processes.[详细]
2023-02-10 21:49 分类:问答Unable to profile JBoss 5 using jvisualvm
I\'ve been getting some java.lang.OutOfMemoryError: GC overhead limit exceeded errors while running my Java app overnight:[详细]
2023-02-04 03:58 分类:问答jvisualvm - automatically (JMX) reconnect to application?
Is there any way to reconnect disconnected JMX connection in jvisualvm? When monitored JMX enabled application restarts, I have to restart jvisualvm to reconnect it. Am I missing something?[详细]
2023-02-03 19:52 分类:问答What launches a JVM thread?
(Please correct me if i am wrong) I understand that when you run a java program by issuing the java command,[详细]
2023-01-23 17:08 分类:问答Does VisualVM CPU profiling work on a Mac?
I\'m trying to use VisualVM to profile on a Mac,with a 64 bit VM, but am having no success. It appears to update only at LONG intervals (I thought it wouldn\'t profile at all, until I walked away fr[详细]
2023-01-23 08:06 分类:问答How does JConsole decide what order to use JMX keys to render a tree?
When viewing JMX beans in JConsole it renders all the beans under a given domain part as a hierarchy. (JVisualVM has the same behaviour with the JConsole MBeans plugin.)[详细]
2023-01-19 04:48 分类:问答jvisualvm do not monitor local JBoss application on Windows 7 / Windows 2008
When I start JVisualVM on Windows 7 or Windows 2008 there is no way t开发者_StackOverflow社区o find JBoss instances running on the same machineRun the JBoss command line using the \"Run as administrat[详细]
2023-01-08 19:09 分类:问答Is there any equivalent of JVisualVM on DotNET?
I would like to know if th开发者_Python百科ere is an equivalent of the excellent Java JVisualVM (included with JDK, the command is \"jvisualvm\") on the DotNet platform ?[详细]
2023-01-07 02:41 分类:问答CPU and profiling not supported for remote jvisualvm session
When monitoring a remote app (using jstatd) I can neither profile nor monitor CPU consumption. Heap monitoring (provided I do not use G1) works. jvisualvm provides the message \"Not supported for this[详细]
2022-12-11 15:08 分类:问答