![[IBM i]](../images/iseries.gif)
processStats script
The processStats script collects and summarizes Performance Monitoring Infrastructure (PMI) data, saving the results to a text file. This file is imported into the IBM® Systems Workload Estimator as the basis for a WebSphere® Application Server estimate.
Syntax
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 的十进制数
- -statLevel
PMI 统计信息级别。可接受的值为:all, extended, base 和 noChange。缺省值为 noChange。
- -user
WebSphere Application Server 在安全方式中运行时其管理员的用户标识。
- -profileName
要运行 processStats 的概要文件的名称。如果未指定 -profileName,那么将使用缺省概要文件。
- -verbose
启用跟踪。
- -help
显示脚本的帮助。