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 | ? ]Parameters
- -host
Application Server host name. Default is
localhost. - -port
The Application Server SOAP port. Default is
8880. - -cycles
The total number of times statistics are sampled. Default is
12. - -sampleTime The length of the interval between samples. Default is 5 minutes. The time format is hours:minutes:seconds, where:
- hours (required) is an integer less than or equal to 24
- minutes (optional) is an integer thess than 60
- seconds (optional) is a decimal less than or equal to 59.999
0:12:3.23specifies an interval of 12 minutes and 3.23 seconds. - -statLevel
The PMI statistics level. Accepted values are:
all, extended, baseandnoChange. Default isnoChange. - -user
The user ID of the WebSphere Application Server administrator when the server is running in secure mode.
- -profileName
The name of the profile to run processStats. If
-profileNameis not specified, the default profile is used. - -verbose
Enables tracing.
- -help
Displays help for the script..