11682 zpool iostat and status improvements
Review Request #2478 — Created Jan. 6, 2020 and submitted
Information | |
---|---|
jjelinek | |
illumos-gate | |
11682 | |
Reviewers | |
general | |
Port from OpenZFS of a set of zpool 'iostat' and 'status' enhancements. Also added kstats in the places where the code was originally using Linux /proc to expose various state. Also updated various zfs-test cases to remove old workaround for the previously missing zpool iostat handling (this brings these test back into closer alignment with OpenZFS).
Change Summary:
I've rebased onto the zfs library refactoring that was previously integrated. This should simplify this change (at least a little).
Diff: |
Revision 3 (+3274 -611) |
---|
-
-
-
usr/src/cmd/zpool/zpool_main.c (Diff revision 3) Curious if there's any value to multiple
gettext()
calls for an English sentence split arbitrarily in the middle -
usr/src/cmd/zpool/zpool_main.c (Diff revision 3) I see a
sleep()
converted tofsleep()
on line 3638. Should this be done too? -
-
-