Robert Denton wrote:
> Hello, I am trying to set up a system in linux.  One area in which I am
> having difficulty is performance monitoring.  What I would like to do is
> collect perf counters at 15 sec intervals throughout the day and then have
> them emailed to me in a log in the evenings.  A few ways I have already
> tried:
> 
> System monitor, which appears to be the linux equiv of perfmon in M$, does a
> nice job of monitoring real time cpu and memory usage, but doesn't seem to
> have a way to record counters in the background.  Nor does it seem capable
> of loading a sys mon generated log file if it could...
> 
> Atsar, can take measurements of quite a few things in intervals but doesn't
> seem to have a graphical viewer for the files it generates.  
> 
> Does anyone have any strong opinions they would like to share, or any advice
> on the best way to monitor system performance on a daily basis in linux?
> Thanks in advance.
> 
> 

Check out Orca (http://www.orcaware.com/orca).  It's a perl program that
used RRDtool to store and graph arbitrary data.  Also makes web pages
for viewing the graphs.  It was originally written to work with a data
collector that was strictly for Solaris.  However, when you grab the
source tarball there is a contrib directory that has a data collector
for linux called procallator.  I've got it running on my system.  I have
used it at work on a number of Solaris machines for several years.

You can see it on my home system at
http://66.67.40.164/orca/procallator/.  Be aware.  The system might not
be up all the time since it also doubles as the family PC for now.

Charlie





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to