Can anyone explain what the output of condor_stats indicates.
I've had a read of the man pages but I still can't work it out. For example what does this mean:
$ /opt/condor/bin/condor_stats -userquery tcadmin2@xxxxxxxxx/239032-mstc22.liv.ac.uk
96.62 1 0
96.90 1 0
97.17 0 0
97.45 0 0
97.73 0 0
98.01 0 0
98.28 0 0
The first column always represents the time, as a percentage of the range of the query. Thus the first entry will have a value close to 0.0, while the last will be close to 100.0. If the -orgformat option is used, the time is displayed as number of seconds since the Unix epoch. The information in the remainder of the columns depends on the query type.
The information displayed includes the number of running jobs and the number of idle jobs.