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

[Condor-users] condor web



Hi all,
 
Anybody could tell me how to use condor web or birdbath to implement the function like using condor_q. Now, I just know how to query a job wiht the cluster ID and job ID by using birdbath. Thanks. The following is what the
 
 
root@osg ~]# condor_q  zh
 
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD               
 260.0   zh           4/14 13:53   0+00:00:01 X  0   0.0  cp                
 281.0   zh           4/15 16:42   0+00:00:01 C  0   0.0  cp                
3519.0   zh           5/6  10:41   0+00:00:01 C  0   0.0  cp 
 
 
 
 
[root@osg ~]# condor_q
 
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD               
 260.0   zh           4/14 13:53   0+00:00:01 X  0   0.0  cp                
 281.0   zh           4/15 16:42   0+00:00:01 C  0   0.0  cp                
3519.0   zh           5/6  10:41   0+00:00:01 C  0   0.0  cp 
4995.0   liu           5/17 14:24   0+00:00:01 C  0   0.0  cp                
5220.0   liu           5/18 15:09   0+00:00:01 C  0   0.0  cp                
5380.0   daemon          5/19 08:42   0+00:00:02 C  0   0.0  hostname          
5382.0   daemon          5/19 08:48   0+00:00:01 C  0   0.0  hostname          
5388.0   daemon          5/19 09:22   0+00:00:01 C  0   0.0  hostname
 
 
Zhenghua