summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gstat
Commit message (Collapse)AuthorAgeFilesLines
* MFC r270650 (this is what should have been committed in r273497):ngie2014-10-231-2/+2
| | | | | | | | | | | Convert LIBCURSES to LIBNCURSES to fix "make checkdpadd" Also, add a missing LIBPANEL dependency for lldb Approved by: rpaulo (mentor) Suggested by: brooks Phabric: D675 (as part of a larger diff) PR: 192762
* MFC r268238:delphij2014-07-172-5/+13
| | | | | Add an option, -p, which makes gstat(8) to only display physical providers (those with rank of 1).
* MFC r266320:mav2014-05-242-5/+26
| | | | Add -o option to gstat to display "other" operatins (e.g. BIO_FLUSH).
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-1/+0
|
* o Turn the batch mode on if stdout is not tty.maxim2009-03-122-4/+12
| | | | | 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-072-73/+108
| | | | | | | | - Introduce batch mode, where gstat will collect the numbers, print them, and exit. - Document batch mode in the gstat man page. Submitted by: anders
* When the ms/req fields exceed 1 second, drop the fractions to fit more digits.phk2008-01-061-3/+12
| | | | | This is unfortunately necessary with some flash based devices which can get hundreds of seconds behind with softupdates enabled.
* Deterministically set the default refresh interval to one second.des2007-03-291-1/+1
| | | | | Approved by: phk MFC after: 1 week
* Add missing library dependencies and sort librariesru2007-01-301-2/+2
| | | | using lorder(1) so that static linkage is possible.
* Language tweak.ru2006-09-291-1/+1
|
* - Add support for filtering the the list of providers by a regularsimon2006-05-203-41/+159
| | | | | | | | | | | | | | | | | 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
|
* Remove unnecessary SRCS= where could be guessed directly by ourdelphij2005-01-271-1/+0
| | | | | | bsd.*.mk infrasture. Obtained from: ru
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Add forgotten -a to the usage() message.le2005-01-051-1/+1
|
* Add an '-a' switch to only display providers that are at leastle2004-10-102-3/+13
| | | | | | 0.1% busy. OK'ed by: phk
* Added forgotten -d to the usage().ru2004-06-041-1/+1
|
* Markup nits.ru2004-06-041-3/+4
|
* Remove spurious semicolons. Outside of functions they are actually errors butstefanf2004-05-161-1/+1
| | | | | | | | GCC doesn't warn about them without -pedantic. Approved by: das (mentor) PR: 56649 Reviewed by: md5
* Correct a typo in column header.mdodd2004-05-151-1/+1
| | | | | Submitted by: phk Obtained from: BSDCan
* Make libgeom usable by C++ programs:jhb2004-03-091-9/+10
| | | | | | | | | | - 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
* Add -d flag to monitor BIO_DELETE operations toophk2004-02-152-4/+27
|
* 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.
* Install the gstat manual page.tjr2003-04-281-1/+1
|
* Make -c only set flag_c and not a toggle. With flag_c disabled bykeramida2003-03-221-1/+1
| | | | | default, this makes the behavior of gstat more predictable when -c is specified multiple times on the command line.
* Add a small manpage.keramida2003-03-221-0/+87
|
* Add & use a usage() function.keramida2003-03-221-2/+12
|
* Add error and range checking to strtoul() to avoid ending up with akeramida2003-03-221-1/+2
| | | | delay time of ULONG_MAX when -I is passed a non-numeric arg.
* Why doesn't anybody ever tell me anything? When did we get a libsbuf ?phk2003-03-211-5/+3
| | | | | | | | 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
* Fixed a typo in ${.CURDIR} spelling, fatal on systemsru2003-03-211-12/+5
| | | | | | | | | 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''.
* Duh! Use correct number ../phk2003-03-211-1/+1
| | | | spotted by: imp
* Call endwin() to restore terminal state just before exiting.keramida2003-03-211-0/+2
| | | | Approved by: phk
* Add a rudimentary gstat(8) to the system.phk2003-03-202-0/+251
This is a small curses based program which shows the diskactivity inside GEOM.
OpenPOWER on IntegriCloud