summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gstat/gstat.8
Commit message (Collapse)AuthorAgeFilesLines
* MFC r268238:delphij2014-07-171-2/+4
| | | | | Add an option, -p, which makes gstat(8) to only display physical providers (those with rank of 1).
* MFC r266320:mav2014-05-241-2/+5
| | | | Add -o option to gstat to display "other" operatins (e.g. BIO_FLUSH).
* o Turn the batch mode on if stdout is not tty.maxim2009-03-121-2/+4
| | | | | Submitted by: vsevolod MFC after: 1 week
* o Sync synopsis with reality. Remove BUG section -- there ismaxim2009-03-121-13/+1
| | | | a batch mode in gpart(8) now.
* - Allow gstat to print values to different kind of outputs.lulf2008-10-071-0/+2
| | | | | | | | - Introduce batch mode, where gstat will collect the numbers, print them, and exit. - Document batch mode in the gstat man page. Submitted by: anders
* Language tweak.ru2006-09-291-1/+1
|
* - Add support for filtering the the list of providers by a regularsimon2006-05-201-1/+10
| | | | | | | | | | | | | | | | | expression, which makes it possible to only see interesting providers. "f" is used inside gstat to set a filter, "F" is used to remove current filter. - Do not print some uninteresting values in the gstat title line. - Do not print past the end of the screen. - Read multiple keystrokes per "wait" when gstat is running. - Remove a redundant != check, right after check of NULL against the same variable ("gid"). - Use sysexits.h. - Do not link against libkvm and libsbuf, they are not actually used. - Fix a few style(9) issues where I had to touch nearby code anyway. Approved by: cperciva (mentor) MFC after: 2 weeks
* Add cross-references to iostat, systat and vmstat.keramida2005-05-271-1/+4
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Add an '-a' switch to only display providers that are at leastle2004-10-101-1/+3
| | | | | | 0.1% busy. OK'ed by: phk
* Markup nits.ru2004-06-041-3/+4
|
* Add -d flag to monitor BIO_DELETE operations toophk2004-02-151-0/+3
|
* Sigh, I guess this manpage used cat(1) as a template?ru2003-05-311-7/+6
| | | | | Otherwise, fix the manpage to not use the second person, and add two missing punctuation bits.
* Add a small manpage.keramida2003-03-221-0/+87
OpenPOWER on IntegriCloud