[jboss-user] [Performance Tuning] - Re: Tool to monitor JBOSS performance and object causing memory leak issue

Radoslav Husar do-not-reply at jboss.com
Wed Sep 7 10:00:32 EDT 2011


Radoslav Husar [http://community.jboss.org/people/rhusar] created the discussion

"Re: Tool to monitor JBOSS performance and object causing memory leak issue"

To view the discussion, visit: http://community.jboss.org/message/625289#625289

--------------------------------------------------------------
Hi Jitesh, you need to track down the memory leak asap. Try getting a full heap first, you can use jmap
> jmap -dump:<dump-options> to dump java heap in hprof binary format
after running for a while and then when memory rises, you take the heap snapshot again. 

Then download it over to your workstation and compare the heaps for isntance with JProfiler -- now you can easily see what objects are growing.

 http://www.ej-technologies.com/products/jprofiler/overview.html?gclid=CKrI6-ali6sCFYQRNAodCQJixw http://www.ej-technologies.com/products/jprofiler/overview.html?gclid=CKrI6-ali6sCFYQRNAodCQJixw
|  |
HTH
Rado
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/625289#625289]

Start a new discussion in Performance Tuning at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110907/2405415d/attachment.html 


More information about the jboss-user mailing list