Librenix  
(Show all Scripting articles . . .
)  
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

bash Scripting: Manage CPU intensive processes

Up
vote
Down

Learn how to use and modify a simple Bash script to alert you when CPU processes reach abnormally high levels.
To monitor greedy processes, you can use a shell script that checks top performing processes and takes action if the CPU load goes too high. Normally, only a processe where the CPU load has gone beyond 50% is worth monitoring. Since only one process at a time can claim more than 50% of the CPU load, you'll need to display current usage, organized such that processes with the highest CPU loads are listed first, with the result displaying just the top line.
 read more | mail this link | score:8767 | -janewalker6847, March 28, 2007
More Programming articles...

coding headlines

Benchmarks: GCC 4.5.0

Recursive Regular Expressions

Using PHPCompute in WebSphere Message Broker

Convert Twitter to RSS with PHP

Faults and exceptions in JAX-WS

Prototyping with Apache Derby and JRuby on Rails

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search


T-shirt gallery:  I Love Her T-shirts
 

Articles are owned by their authors.   © 2000-2010 Ray Yeargin