HomeFreeBSD

Fix zpool iostat -w header names

Description

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

Details

Provenance
Tony Hutter <hutter2@llnl.gov>Authored on Jan 31 2019, 6:51 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Jan 31 2019, 6:51 PM
Parents
rG6c926f426a26: Simplify log vdev removal code
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rG57dc41de96c4: Fix zpool iostat -w header names (authored by Tony Hutter <hutter2@llnl.gov>).Jan 31 2019, 6:51 PM