1CONDOR_ROUTER_Q(1) HTCondor Manual CONDOR_ROUTER_Q(1)
2
3
4
6 condor_router_q - HTCondor Manual
7
8 Display information about routed jobs in the queue
9
10
11
13 condor_router_q [-S ] [-R ] [-I ] [-H ] [-route name] [-idle ] [-held ]
14 [-constraint X] [condor_q options ]
15
17 condor_router_q displays information about jobs managed by the con‐
18 dor_job_router that are in the HTCondor job queue. The functionality of
19 this tool is that of condor_q, with additional options specialized for
20 routed jobs. Therefore, any of the options for condor_q may also be
21 used with condor_router_q.
22
24 -S Summarize the state of the jobs on each route.
25
26 -R Summarize the running jobs on each route.
27
28 -I Summarize the idle jobs on each route.
29
30 -H Summarize the held jobs on each route.
31
32 -route name
33 Display only the jobs on the route identified by name.
34
35 -idle Display only the idle jobs.
36
37 -held Display only the held jobs.
38
39 -constraint X
40 Display only the jobs matching constraint X.
41
43 condor_router_q will exit with a status of 0 (zero) upon success, and
44 non-zero otherwise.
45
47 HTCondor Team
48
50 1990-2023, Center for High Throughput Computing, Computer Sciences De‐
51 partment, University of Wisconsin-Madison, Madison, WI, US. Licensed
52 under the Apache License, Version 2.0.
53
54
55
56
57 Oct 02, 2023 CONDOR_ROUTER_Q(1)