|
-
October 26th, 2006, 03:56 PM
#1
Linux Server Load in Perl ?
Does anyone know of a GPL script or how I would go about creating a script that checks the current server load on a Linux/Apache webserver
Basically I am trying to modify a GPL Perl backup script like this pseudo-code
if ( ServerLoad < 15% ) {
DoSomething();
}
else
{
DoNothing();
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|