サーバ状態を確認 =========================== 説明 --------------------- サーバの状態を表示します。 書式 --------------------- ・ Default format: .. command-format:: qstat -B [destination ...] ・ Long format: .. command-format:: qstat -B -f [destination ...] オプション一覧 ------------------------ .. csv-table:: :header: "オプション", "設定値" :align: left :widths: 10, 20 "-B","サーバの表示" "-f","Long format にて表示" 使用例 ------------------------ .. code-block:: none userA@gpu2:~> qstat -B Server Max Tot Que Run Hld Wat Trn Ext Status ---------------- ----- ----- ----- ----- ----- ----- ----- ----- cmspbs1 0 1155 0 1 0 0 0 0 Active userA@gpu2:~> qstat -Bf Server: cmspbs server_state = Active server_host = cmspbs scheduling = True max_queued = [u:PBS_GENERIC=200] 以下略