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

[Condor-users] time spend in the queue



Hi,

I want to know each job spend how many time in the queue. I do it this way:

condor_history -format "%s " QDate -format "%s \n" JobStartDate

Then I parse it and substract the first number from the second
one(JobStartDate-QDate).

This give me from time to time negative time... Is this the good way
to know the time speed in the queue?

I know this only give me the time spent for jobs that have been
started and don't take into account jobs that are started multiple
time.

thanks

Frédéric Bastien