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: rjamya <rjamya_at_gmail.com>
Date: Fri, 22 Jul 2005 13:40:18 -0400
Message-ID: <9177895d050722104038d3a48@mail.gmail.com>


Thanks, will check further into it.

Raj

On 7/22/05, Khemmanivanh, Somckit <somckit.khemmanivanh_at_weyerhaeuser.com> wrote:
>
> 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';
>

-- 
------------------------------
select standard_disclaimer from company_requirements where category = 
'MANDATORY';

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jul 22 2005 - 12:44:40 CDT

Original text of this message

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