11747 zpool iostat -v no longer shows titles for log sections
Review Request #2347 — Created Sept. 24, 2019 and submitted — Latest diff uploaded
Information | |
---|---|
citrus | |
illumos-gate | |
master | |
11747 | |
6491943... | |
Reviewers | |
general | |
jjelinek |
11747 zpool iostat -v no longer shows titles for log sections
Before:
% pfexec zpool iostat -v test capacity operations bandwidth pool alloc free read write read write ---------- ----- ----- ----- ----- ----- ----- test 624K 895M 0 0 1.86K 8.46K c6t1d0 624K 895M 0 0 1.85K 7.29K c3t0d0 0 7.50G 0 0 11 1.17K ---------- ----- ----- ----- ----- ----- -----After:
% pfexec ./zpool iostat -v test capacity operations bandwidth pool alloc free read write read write ---------- ----- ----- ----- ----- ----- ----- test 624K 895M 0 0 1.86K 8.47K c6t1d0 624K 895M 0 0 1.85K 7.30K logs - - - - - - c3t0d0 0 7.50G 0 0 11 1.17K ---------- ----- ----- ----- ----- ----- -----