Nilesh Govindrajan <[email protected]> writes: > My question is which load average it checks? I'm assuming it checks > for the 15 minute average?
I certainly don't know much about C, but from me grepping the source of make, it seems that job.c does "getloadavg (&load, 1)". Moreover "man getloadavg" says that the '1' there means to put the 1 minute load average into 'load'. hth, -- Nico.

