キュー状態を確認 ============================ 説明 ------------- キューの状態を表示します。 書式 ------------- ・ Default format: .. command-format:: statq [destination ...] ・ Long format: .. command-format:: statq -f [destination ...] オプション一覧 -------------------- .. csv-table:: オプション一覧表 :header: "オプション", "設定値" :align: left :widths: 20,80 "-f", "Long format にて表示" 使用例 ------------------------ .. code-block :: none 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 以下略