Tagged Questions
3
votes
1answer
290 views
Get load average excluding niced processes
Is there a way to return the load averages, excluding any load caused by nice'd processes?
We have a load balancing mechanism in place that checks the load of multiple Linux servers, and submits a ...