RE: Monitoring JRun Memory Usage

2006-01-23 Thread Robertson-Ravo, Neil (RX)
How does it compare to SeeFusion? -Original Message- From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: 21 January 2006 10:33 To: CF-Talk Subject: Re: Monitoring JRun Memory Usage Russ U might want to have a look at fusion reactor. Have you used this does it do what it says

Re: Monitoring JRun Memory Usage

2006-01-23 Thread Douglas Knudsen
On 1/22/06, Steven Brownlee [EMAIL PROTECTED] wrote: First reaction: OutOfMemory errors are *usually* the result of a low PermGen setting on your JVM. Now, on to your question. If you're running unmodified CFMX, then you're using the 1.4.2 JDK, so your options are limited. If you've

RE: Monitoring JRun Memory Usage

2006-01-22 Thread Steven Brownlee
First reaction: OutOfMemory errors are *usually* the result of a low PermGen setting on your JVM. Now, on to your question. If you're running unmodified CFMX, then you're using the 1.4.2 JDK, so your options are limited. If you've upgraded to the 1.5 JDK then you have many options for probing

Re: Monitoring JRun Memory Usage

2006-01-21 Thread Nick de Voil
Russ U might want to have a look at fusion reactor. Have you used this does it do what it says? It looks fantastic. Nick ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230167 Archives:

RE: Monitoring JRun Memory Usage

2006-01-20 Thread Snake
U might want to have a look at fusion reactor. Russ -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 20 January 2006 15:00 To: CF-Talk Subject: Monitoring JRun Memory Usage I'm running CFMX7.0.1 Enterprise on Windows Server 2003. I'd like to monitor - and log - JRun

Re: Monitoring JRun Memory Usage

2006-01-20 Thread Robert Everland III
I'm sure if you look through the java docs there will be something in there to get the memory size. Though size of memory doesn't necesarily mean bad server. Bob ~| Message:

Re: Monitoring JRun Memory Usage

2006-01-20 Thread Jon Gunnip
Rick, We measure memory on our Windows 2000 server in two ways: 1) logging jrun metrics each minute though jrun.xml: Set metricsEnabled to true in jrun.xml and use the following metricsFormat to get a wealth of interesting statistics including total and free memory (works for CF7): attribute

RE: Monitoring JRun Memory Usage

2006-01-20 Thread gabriel l smallman
PROTECTED] Sent: Friday, January 20, 2006 12:01 PM To: CF-Talk Subject: Re: Monitoring JRun Memory Usage I'm sure if you look through the java docs there will be something in there to get the memory size. Though size of memory doesn't necesarily mean bad server. Bob

RE: Monitoring JRun Memory Usage

2006-01-20 Thread Brad Wood
on the wall. Kind of cool-- just wish we could get that for the web servers. Any ideas? ~Brad -Original Message- From: gabriel l smallman [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 3:37 PM To: CF-Talk Subject: RE: Monitoring JRun Memory Usage cfset runtime = CreateObject