The Artima Developer Community
Sponsored Link

Java Answers Forum
Any tools to analyze JVM Memory.

2 replies on 1 page. Most recent reply: Feb 2, 2003 2:19 AM by asheesh misra

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
J P

Posts: 1
Nickname: jpradhan
Registered: Jan, 2003

Any tools to analyze JVM Memory. Posted: Jan 30, 2003 5:25 PM
Reply to this message Reply
Advertisement
Hi All,
In production box we have 12 JVM running inside the application server with Java options -Xms512m.
I got OurOfMemory exception from one of the JVM. I see the JVM process running in unix has HEAP size of 416M and total memory usage of 480m which throwed the exception. But other 11 JVM's have Heap of 80-90M and total memory usage of 140-160m.
Is there any tool which can connect to this live unix process in Sun Solaris 8 and give the details of the object which are loaded in the JVM so that I can isolate the problem.

Thanks in Advance.
JP


asheesh misra

Posts: 3
Nickname: asheeshji
Registered: Jan, 2003

Re: Any tools to analyze JVM Memory. Posted: Feb 2, 2003 2:19 AM
Reply to this message Reply
There r some methods in java.lang.System class

asheesh misra

Posts: 3
Nickname: asheeshji
Registered: Jan, 2003

Re: Any tools to analyze JVM Memory. Posted: Feb 2, 2003 2:19 AM
Reply to this message Reply
There r some methods in java.lang.System class. C those methods by javap java.lang.System
they r selfexplainotary

Flat View: This topic has 2 replies on 1 page
Topic: Create index table using RandomAccessFile Previous Topic   Next Topic Topic: CHANGE THE EDGE DEFINITION FOR THE GRAPH

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use