3.5.3. Display queue status¶
3.5.3.1. Description¶
Display information about queues.
3.5.3.2. Usage¶
・ Default format:
statq [destination ...]
・ Long format:
statq -f [destination ...]
3.5.3.3. List of options¶
| Option | Value | 
|---|---|
| -f | Display status in long format. | 
3.5.3.4. Example¶
userA@gpu2:~> statq
Queue      Max  Tot  Ena Str   Que   Run   Hld   Wat   Trn   Ext Type
---------------- ----- ----- --- --- ----- ----- ----- ----- ----- -----
P_030        0    0 yes  yes    0     0     0     0     0     0 Exec
TP_002       0    1 yes  yes    0     1     0     0     0     0 Exec
MP_001       0    0 yes  yes    0     0     0     0     0     0 Exec
S_001        0    0 yes  yes    0     0     0     0     0     0 Exec
A_002        0    0 yes  yes    0     0     0     0     0     0 Exec
IP_001       0    0 yes  yes    0     0     0     0     0     0 Exec
以下略
userA@gpu2:~> statq -f
Queue: workq
    queue_type = Execution
    total_jobs = 0
    state_count = Transit:0 Queued:0 Held:0 Waiting:0 Running:0
Exiting:0 Begun
    :0
 enabled = False
 started = True
 The rest is omitted