Re: Heap dump of servlet

2008-10-06 Thread Mohit Anchlia
Is there any way to get just the heapdump of servlet threads? On Sat, Oct 4, 2008 at 12:16 AM, Leon Rosenberg [EMAIL PROTECTED] wrote: kill -QUIT produces the thread dump, not the heap dump. That's being said it works exactly the same way with tomcat as with any other application, the whole

RE: Heap dump of servlet

2008-10-06 Thread Caldarale, Charles R
From: Mohit Anchlia [mailto:[EMAIL PROTECTED] Subject: Re: Heap dump of servlet Is there any way to get just the heapdump of servlet threads? Since the heap is shared by all threads in the JVM, there's no such thing as a heapdump of servlet threads. Use jmap or similar tools to see what's

RE: Heap dump of servlet

2008-10-06 Thread Martin Gainty
@tomcat.apache.org Subject: Re: Heap dump of servlet Is there any way to get just the heapdump of servlet threads? On Sat, Oct 4, 2008 at 12:16 AM, Leon Rosenberg [EMAIL PROTECTED] wrote: kill -QUIT produces the thread dump, not the heap dump. That's being said it works exactly the same way with tomcat

Re: Heap dump of servlet

2008-10-04 Thread Leon Rosenberg
kill -QUIT produces the thread dump, not the heap dump. That's being said it works exactly the same way with tomcat as with any other application, the whole thread dump is dumped out to the standard out which in this case is catalina.out. Leon On Sat, Oct 4, 2008 at 8:57 AM, Mohit Anchlia [EMAIL