>> Please advise an utility to freeze/unfreeze processes according to >> system load averages. MH> Could you run your processes with 'nice'? See the man pages for MH> specifics, but nice allows you to throttle a process based on system MH> resources...
>From my experience, "nicing" jobs (i.e. changing the priority) doesn't solve problems with high system load. But thanks for your suggestion, adding "nice" to my Google queries I could find the following utility (7 Kb perl script): http://www.sslug.dk/~chlor/niceload I'm not good in process managing as well as in perl scripting, would anyone consult if it is a good and reliable script? Best regards, Denis Solovyov _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
