Help me configure Jvmstat/VisutalGC to monitor my application memory usage
Hi all,
i have an application with big performance problems, i need to check Garbage collect !
i've been using GCviewer but i need more detail (permanent generation size etc)
I'm trying to install and run Jvmstat 2.0 in windows 2003 server :( :(
i can run jvmstat command fine
i can run jvmps command ok, but it doesn't list me the java applications running in the server
I can get the process id of the application i need to monitor from windows process manager (or from opmnctl status command output) , but when i try
visualgc XXX (where xxx is the process id) i get:
E:\oracle\oasmid\jdk>visualgc 704
Could not attach to 704 : Could not map vmid to user name
i can run "visualgc 0" and see the performance graph for the visualgc process.
Anyone that succesfully run gcutils in windows ???
My environment
oracle application server 10g (9.0.4) running on windows 2003 server.
Best Regards
Rui Madaleno