Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] wall clock time in condor_q
- Date: Mon, 26 Oct 2015 09:49:31 +0000
- From: "Fischer, Max (SCC)" <max.fischer@xxxxxxx>
- Subject: [HTCondor-users] wall clock time in condor_q
Hello all,
weâre trying to extract some statistics on jobs from condor_q but are having trouble with Run/Wallclock time.
Calling condor_q directly shows the RUN_TIME for all jobs [1]. Trying *any* of the related ClassAd attributes weâve found in the docs [3] yields 0 for almost all jobs [2].
CPU Time (RemoteUserCpu & RemoteSysCpu) seems to be correctly available, however.
Is the wall clack time available at all before jobs finish? Is there another, suggested attribute to query for wall clock time?
Cheers,
Max
[1] $ condor_q 218620.0
-- Submitter: ekpcms6.physik.uni-karlsruhe.de : <129.13.133.13:9615?sock=30054_99d2_4> : ekpcms6.physik.uni-karlsruhe.de
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
218620.0 sieber 10/26 10:37 0+00:04:35 R 0 0.0 gc-run.sh 14846
[2] $ condor_q 218620.0 -autoformat user GlobalJobId CommittedTime CommittedSlotTime CommittedSuspensionTime RemoteWallClockTime CumulativeSlotTime JobStatussieber@xxxxxxxxxxxxxxxxxxxxxxx ekpcms6.physik.uni-karlsruhe.de#218620.0#1445852226 0 0 0 0.0 0 2
[3] http://research.cs.wisc.edu/htcondor/manual/current/12_Appendix_A.html