Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] busy&load calculation problems
- Date: Mon, 6 Mar 2006 17:47:23 -0000
- From: "Andrey Kaliazin" <A.Kaliazin@xxxxxxxxxxx>
- Subject: [Condor-users] busy&load calculation problems
Dear all,
We have various windows boxes running Condor 6.7.10-16 and most of
them, but not all have this repeating error in their StartLog file -
...
3/6 17:32:30 loadavg thread died, restarting. (exit code=2)
3/6 17:32:35 no loadavg samples this minute, maybe thread died???
...
I suppose that some misconfiguration of WMI subsytem leads to those
errors appearing, which, in turn, leads to the wrong Condor conclusions -
workstations appear to be idling in terms of CPU load, which is not good -
$ condor_status -l |grep 'oad\|usy'
...
CpuBusy = ((LoadAvg - CondorLoadAvg) >= 0.500000)
CondorLoadAvg = 0.000000
LoadAvg = 0.000000
TotalLoadAvg = 0.000000
TotalCondorLoadAvg = 0.000000
CpuBusyTime = 0
CpuIsBusy = FALSE
Activity = "Busy"
...
Who knows how to fix it? Any help is appreciated.
regards,
Andrey Kaliazin