With around 2000 jobs in the queue, condor_q with no arguments takes over a minute. This is ok but it seems to block quick queries which have the clusterid as the argument. All I`m interested in is the summary information of total number of jobs running and idle - is there a cheap way to get this. condor_status -schedd doesn`t help because these are CondorG(gt2) jobs.
A lighter solution is to use one of:
condor_status -schedd condor_status -sub
Either one of these solutions should help you.
-alain