mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
The output of ziorep_utilization tool currently contains reports for both the physical and the virtual adapter. As binding of physical and virtual adapter reports together can be confusing for evaluation of results, introduce --fcp-device tool parameter for reports separation. This parameter was introduced to mark virtual adapter report as it represents utilization report of FCP devices. So, if --fcp-device was specified by the user, virtual adapter report is printed. Otherwise physical adapter report is printed. Parameter --fcp-device has no influence on CSV format report printing. Refactor also print_reports() function for both reports for better --fcp-device parameter handling. Add clarification messages on how to use --fcp-device parameter. Delete empty separator line between former two reports. Add description of --fcp-device parameter to man pages. Add examples for using of ziorep_utilization tool to man pages. Signed-off-by: Fedor Loshakov <loshakov@linux.ibm.com> Reviewed-by: Benjamin Block <bblock@linux.ibm.com> Reviewed-by: Sakshi Singh <005c7w@linux.ibm.com> Reviewed-by: M Nikhil <nikh1092@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>