User`s guide

Monitoring the System
007-4403-003 121
STLS—List Statistics
You can return statistical values for one or all components in a system using the list
statistics command:
STLS [component-name [statistics-type]]
component-name Specifies the name of the component about which you want statistics . If
omitted, statistics for all components are returned.
statistics-type Specifies the type of statistics you want returned. If omitted, all statistics
for the specified component are returned.
If successful, the STLS command returns a line of the following form:
component-name statistics-type statistics-value...
To see the list of available statistics, type the following:
STLS * *
STST—Statistics on Statistics
You can return statistical values about a component or all components’ statistics using
the following command:
STST [component-name [statistics-type]]
For example, the following command calculates all the statistics for components that
contain “MFCODEC” in their names:
STST *MFCODEC*
If the command is successful, a single line is returned in the following format:
values samples min max sum mean stddev
values Specifies the number of statistical values matching the pattern.
samples Specifies the total number of samples collected.
min Specifies the minimum value.
max Specifies the maximum value.
sum Specifies the sum of the values.