File Manager

Current Path : /usr/src/linux-headers-5.15.0-91/tools/perf/
Upload File :
Current File : //usr/src/linux-headers-5.15.0-91/tools/perf/perf-iostat.sh

#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# perf iostat
# Alexander Antonov <alexander.antonov@linux.intel.com>

if [[ "$1" == "list" ]] || [[ "$1" =~ ([a-f0-9A-F]{1,}):([a-f0-9A-F]{1,2})(,)? ]]; then
        DELIMITER="="
else
        DELIMITER=" "
fi

perf stat --iostat$DELIMITER$*

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com