1 #!/bin/bash 2 # SPDX-License-Identifier: GPL-2.0 3 # perf iostat 4 # Alexander Antonov <alexander.antonov@linux.in 5 6 if [[ "$1" == "list" ]] || [[ "$1" =~ ([a-f0-9 7 DELIMITER="=" 8 else 9 DELIMITER=" " 10 fi 11 12 perf stat --iostat$DELIMITER$*
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.