[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] report the 5, 15 minutes load average?



On Tue, 17 May 2005 10:27:30 -0400  Sung wrote:

> I have want to know if there is any way to get the 5, 15 minutes
> load average from condor? condor_status now only reports the 1
> minute load average.

there isn't a 5 or 15 minute load average on some of the platforms we
support.  turns out the 1 minue load average is the only thing that we
can reliably get for all our platforms, and to avoid confusion, we
decided to standardize on that.

if you're really unhappy about that and wish you had a 5min or 15min
load average, you can use the "hawkeye" functionality and have
something run every minute that parses /proc/loadavg (assuming you're
on linux), and reports the other values you care about.  

check out the "STARTD_CRON_JOBS" setting in the manual:

http://www.cs.wisc.edu/condor/manual/v6.6.9/3_3Configuration.html#SECTION00438000000000000000

and/or the hawkeye homepage: 

http://www.cs.wisc.edu/condor/hawkeye/


enjoy,
-derek