I’m trying to figure out how this is possible. When I run:
condor_status -format "%d " '(LoadAvg - CondorLoadAvg)’
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
In a job, when I run a CPU intensive job, like, ‘dd’, or ‘md5sum’, I see the LoadAvg increasing, but CondorLoadAvg always equals ‘LoadAvg.’ This makes the CpuBusy and CpuBusyTime always equal ‘false’
Is this right?
Best,
Evan