Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 1998 21:54:34 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, ken@plutotech.com
Cc:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, grog@lemis.com, obrien@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.bin/systat vmstat.c
Message-ID:  <199812281054.VAA26932@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>There is something like iostat(8)'s devices list.  Have you tried:
>
>:only da0 wd0 da1
>(:show is a synonym)
>
>It will show just the devices you ask for.  There's also an :ignore
>statement, a :match statement to match against certain types of devices
>(like iostat's -t argument).

Thanks, I didn't know that.  obrien has more incentive to read the man page
instead of committing and uncommitting wrong workarounds :-).

>The reason that devices in systat, iostat, and vmstat aren't shown in the
>order they are specified (if they are specified) is because they are
>displayed as they're found.  They're found in probe order.  That saves an
>extra sorting step for each display of statistics.

The kernel should try to find a better order.  Probe order is biased
towards slow isa devices.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812281054.VAA26932>