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

Re: [HTCondor-users] Wacky loadavg sometimes



A load of -1.0, what does that mean, how is this calculated? Iâve seen others, where the LoadAvg for a slot was computed as 2, whereas if I look directly on the node, there is only a single process for that job, running 100% CPU â other jobs that have the same behaviour have a LoadAvg of 1 instead of 2.

If you're interested in CPU usage, you may want to look at the various CPU usage attributes instead of load average.

Whatâs going on?  How is this supposed to work?

There's at least one place in the code where the load average is initialized to -1, so it's possible you just need to check again in a few minutes, after the polling intervals have all passed.

- ToddM