]> git.proxmox.com Git - mirror_zfs.git/commit
Fix zpool iostat -w header names
authorTony Hutter <hutter2@llnl.gov>
Thu, 31 Jan 2019 18:51:18 +0000 (10:51 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 31 Jan 2019 18:51:18 +0000 (10:51 -0800)
commit57dc41de96c46a6cc037bfb3b81a7d5e9aa2ea5b
tree7ab532ce2bf05711b79f2e6eb14ad234a3f1e201
parent6c926f426a26ffb6d7d8e563e33fc176164175cb
Fix zpool iostat -w header names

The zpool iostat latency histograms (-w) has column names
'sync_queue' and 'async_queue', which do not match the man page, nor
the equivalent columns in average latency.  Change the column
names to be 'syncq_wait' and 'asyncq_wait' to be consistent.

Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes #8338
cmd/zpool/zpool_main.c