3.5.3. キュー状態を確認

3.5.3.1. 説明

キューの状態を表示します。

3.5.3.2. 書式

・ Default format:

statq [destination ...]

・ Long format:

statq -f [destination ...]

3.5.3.3. オプション一覧

オプション一覧表

オプション

設定値

-f

Long format にて表示

3.5.3.4. 使用例

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
 以下略