History log of /freebsd-10.0-release/usr.sbin/gstat/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

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

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


201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


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


175118 06-Jan-2008 phk

When the ms/req fields exceed 1 second, drop the fractions to fit more digits.

This is unfortunately necessary with some flash based devices which can
get hundreds of seconds behind with softupdates enabled.


168016 29-Mar-2007 des

Deterministically set the default refresh interval to one second.

Approved by: phk
MFC after: 1 week


166355 30-Jan-2007 ru

Add missing library dependencies and sort libraries
using lorder(1) so that static linkage is possible.


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 27-May-2005 keramida

Add cross-references to iostat, systat and vmstat.


140909 27-Jan-2005 delphij

Remove unnecessary SRCS= where could be guessed directly by our
bsd.*.mk infrasture.

Obtained from: ru


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


139722 05-Jan-2005 le

Add forgotten -a to the usage() message.


136354 10-Oct-2004 le

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

OK'ed by: phk


130093 04-Jun-2004 ru

Added forgotten -d to the usage().


130087 04-Jun-2004 ru

Markup nits.


129302 16-May-2004 stefanf

Remove spurious semicolons. Outside of functions they are actually errors but
GCC doesn't warn about them without -pedantic.

Approved by: das (mentor)
PR: 56649
Reviewed by: md5


129267 15-May-2004 mdodd

Correct a typo in column header.

Submitted by: phk
Obtained from: BSDCan


126786 09-Mar-2004 jhb

Make libgeom usable by C++ programs:
- Add DECL wrappers to libgeom.h.
- Rename structure members in libgeom.h to use a lg_ prefix for member
names. This is required because a few structures had members named
'class' which made g++ very unhappy.
- Catch gstat(8) and gconcat(8) up to these API changes.

Reviewed by: phk


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.


114160 28-Apr-2003 tjr

Install the gstat manual page.


112491 22-Mar-2003 keramida

Make -c only set flag_c and not a toggle. With flag_c disabled by
default, this makes the behavior of gstat more predictable when -c is
specified multiple times on the command line.


112490 22-Mar-2003 keramida

Add a small manpage.


112488 22-Mar-2003 keramida

Add & use a usage() function.


112487 22-Mar-2003 keramida

Add error and range checking to strtoul() to avoid ending up with a
delay time of ULONG_MAX when -I is passed a non-numeric arg.


112468 21-Mar-2003 phk

Why doesn't anybody ever tell me anything? When did we get a libsbuf ?

Geeze, I'll just crawl back into the kernel where I know what's going on...

Use libsbuf instead of pulling a file in from the kernel.

Taught by: jhb


112462 21-Mar-2003 ru

Fixed a typo in ${.CURDIR} spelling, fatal on systems
without the /sys symlink pointing to the current tree.
(Revision 1.2 made it non-fatal, but anyway.)

Apply style.Makefile(5).

Fixed ``make checkdpadd''.


112460 21-Mar-2003 phk

Duh! Use correct number ../

spotted by: imp


112457 21-Mar-2003 keramida

Call endwin() to restore terminal state just before exiting.

Approved by: phk


112444 20-Mar-2003 phk

Add a rudimentary gstat(8) to the system.

This is a small curses based program which shows the diskactivity
inside GEOM.