in reply to Re^7: portable way to get system load average
in thread portable way to get system load average

monitoring and throttling are 2 different things... the maintenance daemon just sleeps again if the load is higher than a configured threshold and picks up its chores when the other daemons are idle.

  • Comment on Re^8: portable way to get system load average

Replies are listed 'Best First'.
Re^9: portable way to get system load average
by marto (Cardinal) on Jul 07, 2010 at 12:37 UTC

    "monitoring and throttling are 2 different things"

    Obviously.

    "the maintenance daemon just sleeps again if the load is higher than a configured threshold and picks up its chores when the other daemons are idle."

    If this is why you want to get the load average I suggest reading BrowserUks advice.