Is there any way to get processor usage on the web server.  I guess what
I really want is a visual performance monitor for more than one server
at a time (kind of like MS SQL server monitor) to keep track of our
production web servers.  The problem is we run Red hat Enterprise 3.
Our techs won't install any gui like xwindows, and I can't find any
program that can simultaneously monitor cpu load on several Linux
servers in some sort of constantly updating graph.  
For our SQL servers, we actually have a projector down in the
programming area which constantly projects the SQL server monitor 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("java","java.lang.Runtime").getRuntime()>
<cfset freeMemory = runtime.freeMemory() / 1024 / 1024>
<cfset totalMemory = runtime.totalMemory() / 1024 / 1024>
<cfset maxMemory = runtime.maxMemory() / 1024 / 1024>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230152
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to