visualvm
VisualVM through firewalls - RMI troubleshooting
Sorry for this question which must have been asked many times, but I can\'t succeed in resolving my problem.[详细]
2023-02-11 18:22 分类:问答VisualVM OQL filter not working as expected
I am wondering why the following OQL query is not simply returning the maximum amount of returns: filter(heap.objects(), function(it) {[详细]
2023-02-11 11:23 分类:问答VisualVM fatal error detected by Java Runtime Environment - question about log file and error
I\'m using VisualVM to profile my web app on my pc. I want to see if there are any memory leaks and such.[详细]
2023-02-03 13:02 分类:问答Use visualvm to find portal bottleneck
We have a liferay portal runnin开发者_运维百科g on our intranet. Everything works fine except the login. Very slow.[详细]
2023-02-01 13:55 分类:问答How do I give a name to a VisualVM "<Unknown Application>"?
JDK 1.6 comes bundled with a handy tool called VisualVM that lets you inspect and interact with running Java processes.One feature is that it auto-detects running JVMs on the local machine.Most are li[详细]
2023-01-30 04:22 分类:问答Can visualVM be integrated inside netbeans
Can visualVM开发者_如何学C be integrated inside netbeansWhile not exactly the same, VisualVM\'s core is based on the same core as the Netbeans profiler so you it\'s pretty likely that what you are act[详细]
2023-01-30 02:16 分类:问答Tool or tricks to analyze offline Java heap dumps (.hprof)
Are there any tools that allow offline analysis (including summary/sorting/sifting) of an .hprof file?Or can you run VisualVM, hat etc in batch mode?[详细]
2023-01-28 13:45 分类:问答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 分类:问答VisualVM stack variable values when doing a thread dump
Is it possible to obtain a view of the values of the stack variables when doing a thread dump in VisualVM? Currently, all that I can see when choosing a thread dump of some jvm process is the stack tr[详细]
2023-01-23 06:47 分类:问答visualvm monitors memory usage
in my tomcat startup, i set -xms , -xmx to 1GB.inside visualvm when i monitor memory when i do sampling of memory, it doesnt show accurate memory usage, until, if i press \'snapshot\', and then the[详细]
2023-01-21 18:51 分类:问答