[IBM i]

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
    Example: 0:12:3.23 specifies an interval of 12 minutes and 3.23 seconds.
  • -statLevel

    The PMI statistics level. Accepted values are: all, extended, base and noChange. Default is noChange.

  • -user

    The user IDof the WebSphere Application Server administrator when the server is running in secure mode.

  • -profileName

    The name of the profile to run processStats. If -profileName is not specified, the default profile is used.

  • -verbose

    Enables tracing.

  • -help

    Displays help for the script..

For further information on IBM Systems Workload Estimator, refer to: IBM Workload Estimator.