Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] On the output of condor_userprio -l
- Date: Mon, 20 Jun 2011 12:31:10 +0100
- From: Mark Calleja <mc321@xxxxxxxxx>
- Subject: [Condor-users] On the output of condor_userprio -l
Hi chaps,
I'd like to script against the output of "condor_userprio -l", and I
notice that it's made up of a number of records of the form (where X is
an integer starting from 1):
NameX = ...
PriorityX = ...
ResourcesUsedX = ...
WeightedResourcesUsedX = ...
AccumulatedUsageX = ...
WeightedAccumulatedUsageX = ...
BeginUsageTimeX = ...
LastUsageTimeX = ...
PriorityFactorX = ...
Would anyone in the Condor team vouch for how fixed in stone this format
is, i.e. the number of properties per record (always these nine?), the
order these properties appear in (it seems constant), and the constancy
of these names (how liable are they to change?). I'm currently using v7.4.4.
TIA,
Mark