On 17/04/07, Beau BOB <man_55@xxxxxxxxxx> wrote:
Hi all, I have script that will be running each 30 min running on many Redhat server to memory usage, and send the result if grand than for example 4
("greater", in English "grand" means something different)
Gigabits, to a Syslog server. how can I do that? thanks for your help B.O.
If you already have the script to do this then use crontab (man crontab) to set it up to run every thirty minutes. Be aware that because of file caching memory use in Linux will typically expand to fill available RAM (the unused RAM = wasted RAM principle). -- imalone