Change "wait" banner to "qlen" to be more indicative of its purpose and to

be more inline with what gstat uses.

Reviewed by:	gnn
Silence from:	phk, keramida
This commit is contained in:
Ivan Voras 2010-11-17 15:12:10 +00:00
parent 683525038b
commit 51e5e45458
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215425
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 ");