Re: [Perl-unix-users] Script to monitor cpu and process time and alert on threshhold

2006-04-24 Thread $Bill Luebkert
Sharp, Craig wrote: > Hi all, > > I need to create a script that will monitor the proc table and watch for > processes that exceed 5 minutes runtime and 90% cpu. The script then > needs to alter by email. The email part I can do, but the rest, I have > no idea where to start. You mean alert ra

Re: [Perl-unix-users] Script to monitor cpu and process time and alert on threshhold

2006-04-24 Thread ubu
On Mon, 24 Apr 2006 15:03:40 -0400, "Sharp, Craig" <[EMAIL PROTECTED]> said: > Hi all, > > I need to create a script that will monitor the proc table and watch for > processes that exceed 5 minutes runtime and 90% cpu. The script then > needs > to alter by email. The email part I can do, but the

[Perl-unix-users] Script to monitor cpu and process time and alert on threshhold

2006-04-24 Thread Sharp, Craig
Title: Script to monitor cpu and process time and alert on threshhold Hi all, I need to create a script that will monitor the proc table and watch for processes that exceed 5 minutes runtime and 90% cpu.  The script then needs to alter by email.  The email part I can do, but the rest, I have no