]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/tests/functional/cli_user/zpool_iostat/zpool_iostat_004_pos.ksh
Add request size histograms (-r) to zpool iostat, minor man page fix
[mirror_zfs.git] / tests / zfs-tests / tests / functional / cli_user / zpool_iostat / zpool_iostat_004_pos.ksh
index f8bd8e3db69c084bd03ffef17a7a0c918d61a19c..0119a7061f326169312a7b8f434d06cbb4eca409 100755 (executable)
@@ -36,7 +36,7 @@
 #
 # DESCRIPTION:
 # Executing 'zpool iostat' command with various combinations of extended
-# stats (-vqL), parsable/script options (-pH), and misc lists of pools
+# stats (-lqwr), parsable/script options (-pH), and misc lists of pools
 # and vdevs.
 #
 # STRATEGY:
@@ -59,7 +59,9 @@ set -A args "" "-v" "-q" "-l" "-lq $TESTPOOL" "-ql ${DISKS[0]} ${DISKS[1]}" \
        "-wp $TESTPOOL" \
        "-qlH $TESTPOOL ${DISKS[0]}" \
        "-vpH ${DISKS[0]}" \
-       "-wpH ${DISKS[0]}"
+       "-wpH ${DISKS[0]}" \
+       "-r ${DISKS[0]}" \
+       "-rpH ${DISKS[0]}"
 
 log_assert "Executing 'zpool iostat' with extended stat options succeeds"
 log_note "testpool: $TESTPOOL, disks $DISKS"