aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
...
* For the vmstat sub-display:Bruce Evans2006-05-012-36/+45
* Unbreak the support for 24-row terminals in the vmstat display. TheBruce Evans2006-05-011-2/+4
* Sort the ex-extended vmstat fields into their documented order in theBruce Evans2006-04-301-38/+38
* Eliminate the "extended" vm stats. Move all fields in the extendedBruce Evans2006-04-301-34/+10
* Update for moving some fields to the new vnstat display.Bruce Evans2006-04-301-8/+16
* Reduce the namei (sub)display by 5 columns to make enough space for aBruce Evans2006-04-301-17/+19
* Removed the description of the nonexistent want_fd command. want_fd existedBruce Evans2006-04-301-2/+0
* Don't redraw the disk names on every update. This was apparently doneBruce Evans2006-04-301-6/+0
* Fix "slow (on-the-fly) zero fills percentage (`%slo-z')" some more. TheBruce Evans2006-04-302-4/+4
* If DEBUG is defined, then fill numeric fields with asterisks instead ofBruce Evans2006-04-301-0/+15
* Remove trailing whitespace.Bruce Evans2006-04-3011-38/+38
* Show the load average in the tcp display (it was already shown, perhapsBruce Evans2006-04-3014-321/+325
* Edit the interrupt name strings to shorten them. This is believed toBruce Evans2006-04-301-2/+33
* Backed out rev.1.49 since it had buffer overruns and only workedBruce Evans2006-04-301-10/+2
* Abbreviate long field descriptors at write time so that they don't getBruce Evans2006-04-292-12/+12
* add an entry for ozfod..John-Mark Gurney2006-03-181-0/+1
* fix spelling of ozfod... I've been wondering why we'd need to fill a pageJohn-Mark Gurney2006-03-181-1/+1
* Move the "r p d s w" fields to the left to create space for expansion.Bruce Evans2006-02-141-25/+26
* Removed the frobbing of CPU percentages from > 99.9 to 99.9. Rev.1.35Bruce Evans2006-02-141-2/+0
* Fix some minor bugs:Bruce Evans2006-02-141-13/+21
* Reduce the field width by 1 for many numeric fields so that most fieldsBruce Evans2006-02-141-39/+39
* Oops, the "excessive" {} removed in the previous commit was neededBruce Evans2006-02-141-1/+3
* Fixed all (?) bitrot in the comments about the number of columns used byBruce Evans2006-02-141-8/+8
* Fix all (?) cases where the field width of a numeric field was far tooBruce Evans2006-02-141-8/+7
* Fixed style bugs in rev.1.12. Rev.1.12 arranged to display the interruptBruce Evans2006-02-141-7/+7
* Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas2005-07-311-1/+1
* Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSOGiorgos Keramidas2005-05-261-0/+1
* Include systat.h for cmdtab, to make gcc4 happy.Xin LI2005-05-021-0/+1
* Remove unused variables.Stefan Farfeleder2005-04-091-1/+0
* Fix an overflow when calculating the number of kilobytes from thePaul Saab2005-02-211-1/+1
* simply ignore unknown address family.Hajimu UMEMOTO2005-02-191-3/+1
* teach IPv6 to `systat -netstat'.Hajimu UMEMOTO2005-02-191-29/+122
* Sort sections.Ruslan Ermilov2005-01-181-11/+11
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-1/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-031-6/+6
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-40/+79
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-1/+1
* Bring in mbuma to replace mballoc.Bosko Milekic2004-05-311-41/+12
* Include <sys/proc.h> for the definition of PS_INMEM instead ofBruce Evans2004-04-141-3/+2
* Fix the easy warnings:David Malone2004-03-096-40/+27
* Demangled vendor ids. Fixed misplaced FreeBSD id.Bruce Evans2004-02-251-6/+9
* Backed out rev.1.6. A bogus include was added to work around breakage ofBruce Evans2004-02-251-2/+0
* Put libdevstat before libkvm, because the former depends on the latter.Ruslan Ermilov2004-02-041-2/+2
* Make systat -net aware of compressed time_wait sockets.Mike Silbersack2003-12-241-3/+11
* Copy cur's snap_time to last when refreshing statistics. Fixes problemTim J. Robbins2003-11-011-0/+2
* Use 'k' as suffix for KiloPoul-Henning Kamp2003-10-241-1/+1
* When a numeric field overflows its width, try formatting the number inPoul-Henning Kamp2003-10-202-6/+5
* Add ip6 and icmp6 displays to systat.David Malone2003-08-017-1/+632
* Let libdevstat calculate the device-busy % instead of home-rolling.Poul-Henning Kamp2003-04-091-13/+5
* Run a revision of the devstat interface:Poul-Henning Kamp2003-03-152-15/+15