Scroll to navigation

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

NAME

ziomon - Collect data for performance analysis of fcp adapters.

SYNOPSIS

ziomon [-h] [-V] [-v] [-f] [-l <sz_limit>] [-i n] -d n -o <logfile> <device>...

DESCRIPTION

ziomon starts and controls various utilities to collect data for performance analysis for a specified duration. Note that it is possible to specify multipath devices also. If multipath devices are specified, the respective regular devices used by the multipath devices will be monitored.

OPTIONS

Print help information, then exit.

Print version information, then exit.

Be verbose.

Force start of data collection even though there is insufficient free disk space.

Upper limit of the output files. May include one of the suffixes M (megabytes), G (gigabytes) or T (terabytes) to specify a unit measure. Unit measure defaults to megabytes. Note that this is only a tentative value which might be slightly exceeded.

Specify the time to elapse between recording data in seconds. Must be an even number. Defaults to 60 seconds.

Overall monitoring duration in minutes. Must be a multiple of the interval length.

Basename for output files.

specifies a device to collect respective data for.

EXAMPLES

Collect data for devices /dev/sda, /dev/sdg, /dev/sdp and the multipath device /dev/mapper/36005076303ffc104000000000000212b for 5 minutes. Data should be sampled every 20 seconds. The collected data size should not exceed 50 MB. The output files should base their names on 'trace_data':

ziomon -i 20 -d 5 -l 50M -o trace_data /dev/mapper/36005076303ffc104000000000000212b /dev/sda /dev/sdg /dev/sdp

SEE ALSO

ziomon_mgr(8), ziomon_util(8), ziomon_zfcpdd(8) ziomon_fcpconf(8)

Jul 2008 s390-tools