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

SeeFusion versus FusionReactor [was: Monitoring JRun Memory Usage]

2006-01-23 Thread Nick de Voil
How does it compare to SeeFusion? U might want to have a look at fusion reactor. I haven't used either of them yet - if anyone has used both, it would be great to hear what you think. Nick ~| Message:

Re: Monitoring JRun Memory Usage

2006-01-23 Thread Douglas Knudsen
this up before. you need the Java 5 JVM installed, but you don't have to switch the JVM CF uses. DK -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 10:00 AM To: CF-Talk Subject: Monitoring JRun Memory Usage I'm running CFMX7.0.1 Enterprise

RE: SeeFusion versus FusionReactor [was: Monitoring JRun Memory Usage]

2006-01-23 Thread Snake
professional to me. But all things considered, I probably will still write my own. Russ -Original Message- From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: 23 January 2006 12:24 To: CF-Talk Subject: SeeFusion versus FusionReactor [was: Monitoring JRun Memory Usage] How does it compare

RE: Monitoring JRun Memory Usage

2006-01-22 Thread Steven Brownlee
deeper into the JVM guts to find the problem. With the 1.4, then all you have is the code the Gabriel posted earlier. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 10:00 AM To: CF-Talk Subject: Monitoring JRun Memory Usage I'm running

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:

Monitoring JRun Memory Usage

2006-01-20 Thread Rick Root
I'm running CFMX7.0.1 Enterprise on Windows Server 2003. I'd like to monitor - and log - JRun memory usage. coldfusion died on us this morning for some reason - I can't find any indication of what caused the error other than the time it occurred (9:16am) when an OutOfMemory error occurred. I

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