summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iostat/iostat.8
Commit message (Collapse)AuthorAgeFilesLines
* MFC r283285:trasz2015-06-211-1/+2
| | | | | | Advertise ctlstat(8) a little better. Sponsored by: The FreeBSD Foundation
* Change `iostat -Ix` to display total duration of transactions insteadtrociny2012-12-151-1/+27
| | | | | | | | | | | of average duration, and total busy time instead of %. This looks more useful when one runs `iostat -Ix` periodically to collect statistics: e.g. now it is possible to calculate busy % between two runs subtracting total busy times and dividing per time period. Average duration and % busy are still available via `iostat -x`.
* Remove the advertising clause from UCB copyrighted files in usr.sbin. Thisjoel2010-12-111-4/+0
| | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
* Clarify a few details about iostat(8) behavior:yar2010-11-241-2/+16
| | | | | | | | | | | | - The default repeat count for iostat(8) is 1 unless there was a -w on the command line. - A -x display doesn't include TTY or CPU stats by default but they can be turned on with a -T or -C, respectively. Submitted by: arundel (initial version) Reviewed by: arundel MFC after: 1 week
* Change "wait" banner to "qlen" to be more indicative of its purpose and toivoras2010-11-171-1/+1
| | | | | | | be more inline with what gstat uses. Reviewed by: gnn Silence from: phk, keramida
* Clean up the style and markup of the paragraph on fractional wait intervals.yar2010-08-071-4/+6
| | | | MFC after: 3 days
* Properly spell and mark up the name of kern.hz.yar2010-08-071-2/+3
| | | | MFC after: 3 days
* Move the sentences telling the defaults for -c and -wyar2010-08-071-6/+6
| | | | | | | to where they belong. Previously they were misplaced, i.e., swapped. MFC after: 3 days
* Cleanup manpage as suggested by jhb@ to start new sentences on a new line.sbruno2010-05-241-3/+3
| | | | MFC after: 2 Weeks
* Explain how the new sub-second interval from changeset:208389 works.sbruno2010-05-231-1/+8
| | | | | | Approved by: scottl(mentor) Obtained from: Yahoo Inc. MFC after: 2 weeks
* Allow sub-second interval timings for iostat and vmstat.sbruno2010-05-211-0/+3
| | | | | | | | | | | e.g. vmstat -w.5 iostat -w.5 Reviewed by: jhb Approved by: scottl (mentor) Obtained from: Yahoo Inc. MFC after: 2 weeks
* Markup fixes.ru2006-09-291-1/+1
|
* o Implement Solaris-like -x flag: show extended disk statistics.maxim2006-04-161-2/+33
| | | | | | | | | | o Implement Solaris-like -z flag: omit lines for devices with no activity. o iostat.8: describe -x and -z flags, Xr devstat(3), touch .Dd. PR: mostly bin/68840, with style changes; bin/73327 Submitted by: Dan Nelson, Peter Schuller Obtained from: NetBSD (a part of man page) MFC after: 1 month
* Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSOkeramida2005-05-261-0/+1
| | | | sections, so that users of one can learn about the others easily.
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Sort sections.ru2005-01-181-2/+2
|
* english(4) police.schweikh2002-12-271-4/+4
|
* MFS: Spelling: s/transfered/transferred/trhodes2002-12-121-1/+1
| | | | | | PR: 46104 Pointed out by: Rich Morin <rdm@cfcl.com> Approved by: re (rwatson)
* The .Nm utilitycharnier2002-07-141-5/+12
|
* Replace /kernel with /boot/kernel/kernel.joe2002-05-091-3/+3
| | | | | PR: docs/37757 Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
* mdoc(7) police: markup nits.ru2001-08-071-5/+12
|
* Make use of the new features of libdevstat to allow iostat to work ontmm2001-08-041-28/+44
| | | | | | | | | crash dumps, and make it use sysctl for all data retrievals in the "live" case (i.e. when not using iostat on a crash dump). Remove setgid kmem for the iostat executable, it is not needed any more after these changes. Reviewed by: ken
* Remove whitespace at EOL.dd2001-07-151-8/+8
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+6
|
* Prepare for mdoc(7)NG.ru2000-12-271-6/+6
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-12/+12
|
* Back out previous commit minus spelling fixes. Should have asked maintainercharnier2000-01-241-19/+21
| | | | before.
* Rework use of Nm.charnier2000-01-231-22/+20
| | | | | | | Remove -? flag that was not working but documented. Make it work instead but hide it in man page and usage string as others tools do. Spelling. Abort on allocation failure (with errx()).
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Various man page cleanup:mpp1999-08-151-3/+3
| | | | | | | | | | - Sort xrefs. - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
* Fix style bugs introduced by Matt Dillon in his previous, unreviewedken1998-09-161-4/+4
| | | | | | commit. Reviewed by: gibbs
* Fixed segfault when more then four devices are specified (improper free),dillon1998-09-161-2/+5
| | | | | | | | fixed variable so all manually-specified devices are shown rather then cutting the display off at 3, fixed formatting for msps when msps is larger then 100 (it was blowing the columner display output before), added -K option to make blk count (-oIK) force a 1K block size (to conform more closely to systat, vmstat definition of blocksize).
* Update system to new device statistics code.gibbs1998-09-151-14/+267
| | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
* Fix a variety of minor typos and cross references in a bunch ofmpp1996-01-201-3/+3
| | | | | | | | man pages. Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> Giles Lean <giles@nemeton.com.au> <soda@sra.co.jp>
* Fix printout bugache1994-11-101-0/+2
| | | | Submitted by: fredriks@mcs.com
* Converted 'vmunix' to 'kernel'.dg1994-08-051-2/+2
|
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+142
OpenPOWER on IntegriCloud