Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Monitoring memory usage by Java process

RE: Monitoring memory usage by Java process

From: Khemmanivanh, Somckit <somckit.khemmanivanh_at_weyerhaeuser.com>
Date: Fri, 22 Jul 2005 10:30:21 -0700
Message-ID: <65C0D8935651CB4D96E97CEFAC5A12B9962D2B@wafedixm10.corp.weyer.pri>


I'm not a Oracle Java person but on most of the JVMs I've seen there are initialization parameters that you can set to enable verbose garbage collection logging and output.  

1 such param is -verbose:gc and -Xloggc:verbosegc.log . The Xloggc parameter is simplay a filename where the GC information is written to.  

There are some docs on Sun's Java site for interpreting garbage collection information or search Google.          

Thanks!  


From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of rjamya Sent: Friday, July 22, 2005 6:21 AM
To: Oracle Discussion List
Subject: Monitoring memory usage by Java process

does anyone know a way to identify how momory is used by a java process? On one of our servers, a process keeps hogging memory to a stage where we kill it. Whereas on a similar instance, it is well behaved.

Since it is java I am not on java cluetrain. The databases are 9204. Raj



select standard_disclaimer from company_requirements where category = 'MANDATORY';
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jul 22 2005 - 12:32:39 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US