summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2010-11-18 18:30:03 +0000
committerdim <dim@FreeBSD.org>2010-11-18 18:30:03 +0000
commit79e78b2c61c034f70491270cd04b4c5672a6c0c7 (patch)
tree19350fb5ff0ba3262aa241208bd8a169711b7e9a /usr.sbin
parentb0df1c137c1d7cc6c086e8c3de63b91a97e180c7 (diff)
downloadFreeBSD-src-79e78b2c61c034f70491270cd04b4c5672a6c0c7.zip
FreeBSD-src-79e78b2c61c034f70491270cd04b4c5672a6c0c7.tar.gz
Sync: merge r215396 through r215463 from ^/head.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/iostat/iostat.82
-rw-r--r--usr.sbin/iostat/iostat.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8
index 6a9ef02..69fadcf 100644
--- a/usr.sbin/iostat/iostat.8
+++ b/usr.sbin/iostat/iostat.8
@@ -348,7 +348,7 @@ write operations per second
kilobytes read per second
.It kw/s
kilobytes write per second
-.It wait
+.It qlen
transactions queue length
.It svc_t
average duration of transactions, in milliseconds
diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c
index dfa5ebc..f415640 100644
--- a/usr.sbin/iostat/iostat.c
+++ b/usr.sbin/iostat/iostat.c
@@ -750,11 +750,11 @@ devstats(int perf_select, long double etime, int havelast)
printf("\n");
if (Iflag == 0)
printf(
- "device r/s w/s kr/s kw/s wait svc_t %%b "
+ "device r/s w/s kr/s kw/s qlen svc_t %%b "
);
else
printf(
- "device r/i w/i kr/i kw/i wait svc_t %%b "
+ "device r/i w/i kr/i kw/i qlen svc_t %%b "
);
if (Tflag > 0)
printf("tin tout ");
OpenPOWER on IntegriCloud