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