|
Script Category : CGI And Perl
Script Sub Category : Server Management
useful way to find out which processes are currently loading down your system. The script basically parses the output of "ps -elf" and displays it in an easy to read format. It is therefore restricted to Unixes that have System V compatible "ps" parameters. The script starts by reading the output of "uptime" in order to present the current system loading numbers. It then looks at the output from "ps" to find out which processes are registering a CPU load.
|
|
|