Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Obtaining condor usage statistics
- Date: Thu, 26 Mar 2015 13:59:37 -0500
- From: Greg Thain <gthain@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Obtaining condor usage statistics
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