Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at f2aeea57504cbbc58da3c59b939fc16150087648 12 lines 290 B view raw
1#!/bin/bash 2# SPDX-License-Identifier: GPL-2.0 3# perf iostat 4# Alexander Antonov <alexander.antonov@linux.intel.com> 5 6if [[ "$1" == "list" ]] || [[ "$1" =~ ([a-f0-9A-F]{1,}):([a-f0-9A-F]{1,2})(,)? ]]; then 7 DELIMITER="=" 8else 9 DELIMITER=" " 10fi 11 12perf stat --iostat$DELIMITER$*