![[IBM i]](../images/iseries.gif)
processStats スクリプト
processStats スクリプトは、Performance Monitoring Infrastructure (PMI) データを収集および要約し、結果をテキスト・ファイルに保存します。このファイルは IBM® Systems Workload Estimator に WebSphere® Application Server の評価基準としてインポートされます。
構文
processStats [ -host host_name ] [ -port soap_port ] [ -cycles cycles ]
[ sampleTime hours:minutes:seconds ] [ statLevel all|extended|base|noChange ]
[ -user user_name ] [ -password user_password ] [ -profileName profile_name ]
[-verbose] [-help | ? ]
パラメーター
- -host
アプリケーション・サーバー・ホスト名。デフォルトは localhost です。
- -port
アプリケーション・サーバー SOAP ポート。デフォルトは 8880 です。
- -cycles
統計がサンプルされる回数の総数。デフォルトは 12 です。
- -sampleTime サンプル間の間隔の長さ。デフォルトは 5 分です。時刻フォーマットは hours:minutes:seconds です。ここで、
- hours (必須) は、24 以下の整数です。
- minutes (オプション) は、60 未満の整数です 。
- seconds (オプション) は、59.999 以下の 10 進数です。
- -statLevel
PMI 統計レベル。許容値は、all、extended、base および noChange です。デフォルトは noChange です。
- -user
サーバーがセキュア・モードで実行しているときの、WebSphere Application Server 管理者のユーザー ID。
- -profileName
processStats を実行するプロファイルの名前。-profileName を指定しない場合は、デフォルトのプロファイルが使用されます。
- -verbose
トレースを使用可能にします。
- -help
スクリプトのヘルプを表示します。