Scroll to navigation

ZIOMON_MGR(8) System Manager's Manual ZIOMON_MGR(8)

NAME

ziorep_utilization - Utilization report for FCP adapters.

SYNOPSIS

ziorep_utilization [-V] [-v] [-h] [-b <begin>] [-e <end>] [-i <time>] [-s] [-c <chpid>] [-x] [-t <num>] <filename>

DESCRIPTION

ziorep_utilization Prints a report from the specified data.

OPTIONS

Print help information, then exit.

Print version information, then exit.

Be verbose.

Limit the timeframe to consider to data beginning with the specified date.
Dates must be specified in the following format: YYYY-MM-DD HH:MM[:SS].
E.g. 2008-03-21 09:08 is 9:08 on March 21, 2008.

Limit the timeframe to consider to data ending with the specified date.
Dates must be specified in the following format: YYYY-MM-DD HH:MM[:SS].
E.g. 2008-03-21 09:08 is 9:08 on March 21, 2008.

Specify an aggregation interval. The interval is given in seconds, and must be a multiple of the interval as found in the source data.

Print a summary of the data, then exit.

Only consider the specified physical adapter. Adapters must be specified in hex. If multiple adapters should be specified, specify each one separately.

Write data to file(s) in CSV format. Output filenames will be based on the data filename.

Repeat topline after specified number of frames. 0 for no repeat (default).

OUTPUT

Here is a list of the columns and their descriptions. Timestamps of the frames printed depict the ending of the respective timeframe.

FCP adapter utilization in percent.
min, max and avg gives the minimum, maximum and average utilization respectively.

Bus utilization of the FCP adapter in percent.
min, max and avg gives the minimum, maximum and average utilization respectively.

Utilization of the cpu on the FCP adapter in percent.
min, max and avg gives the minimum, maximum and average utilization respectively.

gives the qdio utilization in percent.
max and avg gives the maximum and average utilization respectively. Note that the minimum value is not reported since it provides no additional information: You will see the number of queue full encounters rise drastically before the minimum becomes non-zero.

The number of instances where a request to the adapter could not be submitted due to no empty slots left in the outbound queue.

The number of failures as reported by the FCP adapter.
erc is the number of error recovery conditions.

gives the average throughput over time (transmitted data volume / elapsed time), not over number of requests (sum over all request throughputs / number of requests)! This means that a long-running request with a significantly different throughput profile from the rest will have a bigger impact as a brief one with the same throughput profile would. This gives a better impression of the overall profile and especially makes requests with very low throughputs have a bigger impact, making it easier to detect anomalies.
rd and wrt give the values for read and write requests respectively.

give the number of I/O requests processed in the respective interval.
rd and wrt give the values for read and write requests respectively.

EXAMPLES

Print a utilization report using sample.log , considering adapters 4e and 4f only. Only data between 8:57 April 5, 2008, and 17:09 June 21, 2008, should be considered. Data should be aggregated to 60 second intervals.

ziorep_utilization -c 4e -c 4f -i 60 -b "2008-04-05 08:57" -e "2008-06-21 17:09"

SEE ALSO

ziorep_config(8), ziorep_traffic(8)

Jul 2008 s390-tools