Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Trying to parse job queue of DagMan jobs...any tips?
- Date: Fri, 19 Oct 2007 20:13:46 -0700
- From: John Wheez <john@xxxxxxxxxx>
- Subject: [Condor-users] Trying to parse job queue of DagMan jobs...any tips?
Hi All,
I'm making a Python/Qt GUI to list all the dagman jobs in our queue.
I'd like to mimic the way condor_q -dag displays the jobs (listed
below).
1254.0 john 10/19 19:45 0+00:00:42 R 0 9.8
condor_dagman -f -
1255.0 |-rman_cube_1 10/19 19:45 0+00:00:00 I 5 9.8
rman_cube.sh 12 12
1256.0 |-rman_cube_1 10/19 19:45 0+00:00:00 I 5 9.8
rman_cube.sh 13 13
1257.0 |-rman_cube_1 10/19 19:45 0+00:00:00 I 5 9.8
rman_cube.sh 14 14
1258.0 |-rman_cube_1 10/19 19:45 0+00:00:00 I 5 9.8
rman_cube.sh 15 15
1259.0 |-rman_cube_1 10/19 19:45 0+00:00:00 I 5 9.8
rman_cube.sh 16 16
1260.0 |-rman_cube_1 10/19 19:46 0+00:00:00 I 5 9.8
rman_cube.sh 17 17
I looked at the output of condor_q -dag -xml and i do not see
any attribute which identifies certain jobs as the condor_submit_dag
job except for
the priority is always 0. Is there an attribute that I'm not seeing
in the XML which identifies the node better?
--JW