There are several ways to constrain the output of condor_q when there are lots and lots of jobs in the queue. To see only the jobs that are currently running:
condor_q -runTo see only the jobs that are currently on hold:
condor_q -holdTo see other output, combine options. For example, to see only running jobs submitted by A. Einstein that belong to cluster 77:
condor_q -run einstein 77Another example uses the -constraint option to condor_q. To see only the jobs in the queue that started running, but were interrupted and then started again from the beginning, perhaps more than once:
condor_q -constraint 'NumJobStarts > 1'Complete details of condor_q are contained in the manual page at page .
Many of the features of DAGMan are targeted at helping with the administration and running of large numbers of jobs. See section 2.10.12 at page .