cold fusion server monitor

2006-01-25 Thread Brad Wood
I'm reposting this question-- I didn't get a single response last time. :( 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

Re: cold fusion server monitor

2006-01-25 Thread John Beynon
nagios? On 1/25/06, Brad Wood [EMAIL PROTECTED] wrote: I'm reposting this question-- I didn't get a single response last time. :( 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

RE: cold fusion server monitor

2006-01-25 Thread Ian Tait
Big brother has a win32 client and some plugins that can report stuff like processor useage. Server best runs on linux. http://bb4.com HTH, Ian -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: 25 January 2006 16:06 To: CF-Talk Subject: Re: cold fusion server

Re: cold fusion server monitor

2006-01-25 Thread Jim Priest
Subject: cold fusion server monitor 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 You might want to check out Nagios? http

RE: cold fusion server monitor

2006-01-25 Thread Russ
You can probably also use something like Rsh servername1 top -n 1 -b | grep CPU Rsh servername2 top -n 1 -b | grep CPU -Original Message- From: Ian Tait [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 11:12 AM To: CF-Talk Subject: RE: cold fusion server monitor Big

RE: cold fusion server monitor

2006-01-25 Thread Brad Wood
Thanks for suggestions so far guys-- I'll look into them. ~Brad ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230426 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

Re: cold fusion server monitor

2006-01-25 Thread Nathan Strutz
There's the old standby, MRTG. It's made for graphing bandwidth, but unix geeks everywhere have adapted it to monitoring cpu, memory and any other thing you can think of. There's a windows (not free) app called PRTG, which is pretty good, and can publish a web site with graphs on just about every