Display queue status ============================ Description ------------- Display information about queues. Usage ------------- ・ Default format: .. command-format:: statq [destination ...] ・ Long format: .. command-format:: statq -f [destination ...] List of options -------------------- .. csv-table:: List of options :header: "Option", "Value" :align: left :widths: 20,80 "-f", "Display status in long format." Example ------------------------ .. 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 The rest is omitted