ziorep_traffic - Traffic report
Use the ziorep_traffic command produces a report about the systems I/O traffic through FCP channels and traffic latency. Use the .log file from ziomon as input.
There are two reports available, varying by the level of detail:- The default report shows traffic information on a summary level.
- A report that is limited to certain devices that gives detailed traffic information.
ziorep_traffic syntax
See the ziorep_config man page for the complete syntax and all options.- -i <time>or --interval <time>
- Sets the aggregation interval to <time> in seconds. Must be a multiple of the interval size of the source data. Set to 0 to aggregate over all data.
- -C or --collapse <val>
- Specifies on what level you want to aggregate data. See the ziorep_traffic man page for more details about possible aggregation levels.
- -D or --Device
- Gives detailed information about the traffic.
For more information about ziorep_traffic and its options, see https://www.ibm.com/docs/en/linux-on-systems?topic=linuxonibm/com.ibm.linux.z.lxsv/lxsv_r_tool_ziorep_traf.htm
Example
To generate a traffic report from the trace_data.log created by ziomon, for all devices with the data
aggregated to a 60-second interval, issue the following
command:
[root@system]# ziorep_traffic -i 60 trace_data.logTo generate the same traffic report and export it to a CSV file, issue the following
command:
[root@system]# ziorep_traffic -i 60 trace_data.log -xIn this example, the data is exported to a file called trace_data_traffic.csv.