Re: GC(JVM Heap usage) tool

2010-03-01 Thread Paulwintech
Hi, I need to check how many threads are running and its memory utilization in tomcat6, I used jstack command to get thread details - but not able to get memory usage details. Recently i get free memory critical for the particular time from tomcat6 and automatically get resolve after some

Re: GC(JVM Heap usage) tool

2010-03-01 Thread Peter Crowther
On 1 March 2010 08:30, Paulwintech paulwint...@gmail.com wrote:  I need to check how many threads are running and its memory utilization in tomcat6, I used jstack command to get thread details - but not able to get memory usage details.  Recently i get free memory critical for the particular

AW: GC(JVM Heap usage) tool

2010-02-08 Thread Kockert, Timo
If you need long term monitoring, try Hyperic. Greetings from Germany, Timo -Ursprüngliche Nachricht- Von: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Gesendet: Montag, 8. Februar 2010 07:26 An: Tomcat Users List Betreff: RE: GC(JVM Heap usage) tool From

Re: GC(JVM Heap usage) tool

2010-02-08 Thread Leon Rosenberg
Hi, if you mean this kind of monitoring: http://moskito.anotheria.net/moskitodemo/mui/mskShowProducersByCategory?pCategory=memory than all you need is here: http://infra.anotheria.net/confluence/display/MSK/HowTo+Embed+Moskito+WebUI+In+Your+Application regards Leon On Mon, Feb 8, 2010 at 6:07

Re: GC(JVM Heap usage) tool

2010-02-08 Thread Cyrille Le Clerc
Hello Paulwintech, I suggest you to have a look at Hyperic. It is a very interesting tool and you can extend it quite easily with custom JMX MBeans. Cyrille -- Cyrille Le Clerc clecl...@xebia.fr On Mon, Feb 8, 2010 at 2:01 PM, Leon Rosenberg rosenberg.l...@googlemail.com wrote: Hi, if you

Re: GC(JVM Heap usage) tool

2010-02-08 Thread Paulwintech
Hi, Thank you... Since we are using commercial monitoring tool and we are compelled to use the same. After special request they have replied back to use JMX tool to monitor our JVM heap. Please let me know, If we have any other tools that can monitor preciously JVM heap and tell us what

GC(JVM Heap usage) tool

2010-02-07 Thread Paulwintech
Hello All, I need a java tool that can monitor my JVM heap usage, Since intermediately i get GC free memory issue. Except JVM meter - Any other java tools that will help me to troubleshoot my intermediate issue. Thanks Paulwintech -- View this message in context:

RE: GC(JVM Heap usage) tool

2010-02-07 Thread Caldarale, Charles R
From: Paulwintech [mailto:paulwint...@gmail.com] Subject: GC(JVM Heap usage) tool I need a java tool that can monitor my JVM heap usage, Since intermediately i get GC free memory issue. Except JVM meter - Any other java tools that will help me to troubleshoot my intermediate issue. Both