History log of /freebsd-10.1-release/usr.sbin/gstat/gstat.8
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 268791 17-Jul-2014 delphij

MFC r268238:

Add an option, -p, which makes gstat(8) to only display physical providers
(those with rank of 1).


# 266610 24-May-2014 mav

MFC r266320:
Add -o option to gstat to display "other" operatins (e.g. BIO_FLUSH).


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 189739 12-Mar-2009 maxim

o Turn the batch mode on if stdout is not tty.

Submitted by: vsevolod
MFC after: 1 week


# 189738 12-Mar-2009 maxim

o Sync synopsis with reality. Remove BUG section -- there is
a batch mode in gpart(8) now.


# 183665 07-Oct-2008 lulf

- Allow gstat to print values to different kind of outputs.
- Introduce batch mode, where gstat will collect the numbers, print them, and
exit.
- Document batch mode in the gstat man page.

Submitted by: anders


# 162800 29-Sep-2006 ru

Language tweak.


# 158771 20-May-2006 simon

- Add support for filtering the the list of providers by a regular
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


# 146665 26-May-2005 keramida

Add cross-references to iostat, systat and vmstat.


# 140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


# 136354 10-Oct-2004 le

Add an '-a' switch to only display providers that are at least
0.1% busy.

OK'ed by: phk


# 130087 04-Jun-2004 ru

Markup nits.


# 125844 15-Feb-2004 phk

Add -d flag to monitor BIO_DELETE operations too


# 115475 31-May-2003 ru

Sigh, I guess this manpage used cat(1) as a template?

Otherwise, fix the manpage to not use the second person,
and add two missing punctuation bits.


# 112490 22-Mar-2003 keramida

Add a small manpage.