summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_iostat
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2018-09-03 18:02:49 +0200
committerAxel Beckert <abe@deuxchevaux.org>2018-09-03 18:02:49 +0200
commit6e6500bfa9f31b6efce0c0801fcea558aa09b7ba (patch)
treeb2032b9c9a63d7e1db551f937cae04ae062b8fa5 /Completion/Unix/Command/_iostat
parent4614aa489b18ba256fdc7b2c44aa5127c214e665 (diff)
parentb30b89418af2495c0d48a72573f908c4ecf05efd (diff)
downloadzsh-6e6500bfa9f31b6efce0c0801fcea558aa09b7ba.tar.gz
zsh-6e6500bfa9f31b6efce0c0801fcea558aa09b7ba.zip
Merge tag 'zsh-5.6' into debian
Release 5.6.
Diffstat (limited to 'Completion/Unix/Command/_iostat')
-rw-r--r--Completion/Unix/Command/_iostat2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_iostat b/Completion/Unix/Command/_iostat
index e95d62f80..8909ae311 100644
--- a/Completion/Unix/Command/_iostat
+++ b/Completion/Unix/Command/_iostat
@@ -38,6 +38,7 @@ case $OSTYPE:l in
args+=(
'-D[display alternate disk statistics]'
'-x[show extended disk statistics]'
+ '-y[report data on waiting and active requests]'
'*:drives:( $(sysctl -n hw.disknames) )'
)
;;
@@ -114,6 +115,7 @@ case $OSTYPE:l in
args=(
'-c[display CPU utilization report]'
'-d[display device utilization report]'
+ '--dec=-[specify the number of decimal places to use]:decimal places [2]:(0 1 2)'
'*-g[display statistics for a group of devices]:group name'
'-H[only display global statistics for group]'
'(--human)-h[human readable device utilization report]'