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

Re: [HTCondor-users] Obtaining condor usage statistics





On 26/03/2015 18:59, Greg Thain wrote:
On 03/26/2015 12:28 PM, Roderick Johnstone wrote:
Hi

I'd like to know what is the weighting factor included in the Total
Usage column and is it possible to get the actual cpu hours used?


This is the SLOT_WEIGHT expression in the negotiator.  The default value
is Cpus, which means that the weighted usage is wall clock time * number
of cpus allocated to the job.

-Greg

Greg

Thanks. Thats just what I needed.

Roderick