aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* "Disks" is more correct than "Disks" could be.Brian Feldman1999-09-191-1/+1
* systat is way too comfortable with curses internals...Peter Wemm1999-08-304-13/+13
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2818-18/+18
* Fix bad references:Chris Costello1999-08-141-3/+3
* Show dirty buffers and the percentage of time a disk was busy.Dag-Erling Smørgrav1999-07-302-14/+37
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Tidy up references to <sys/rlist.h> and support for the old swap managementPeter Wemm1999-05-111-2/+1
* Display floats with format %*.0f instead of as "*****" if there isBruce Evans1999-03-221-1/+5
* Include discrete ozfod as well as ozfod/zfod percentage.Matthew Dillon1999-02-081-7/+7
* If there are 4 or fewer disk devices, we have room to display additionalMatthew Dillon1999-02-082-5/+39
* Be nice when no swap is configured in systemMatthew Dillon1999-02-061-1/+11
* Fix labeling bugMatthew Dillon1999-01-221-1/+3
* Make systat -swap use new kvm_swapinfo() functionMatthew Dillon1999-01-221-137/+57
* revert to rev 1.29. (floppy drives will be gotten rid of another way)David E. O'Brien1999-01-091-10/+1
* Add copyright and RCS/CVS Id.David E. O'Brien1998-12-271-0/+28
* Update section on DK_NDRIVES (which was removed with CAM), and explainDavid E. O'Brien1998-12-271-9/+10
* Turn the compile time option into a run-time option.David E. O'Brien1998-12-272-7/+10
* Don't waste precious space on showing the performance of fdX.David E. O'Brien1998-12-271-1/+9
* Quiet many compiler warnings.David E. O'Brien1998-10-0810-20/+31
* Fix a core-dump situation in ":boot" mode in the vmstat display.Kenneth D. Merry1998-10-051-2/+2
* Change the devstat generation number from an int to a long. The int-sizedKenneth D. Merry1998-09-202-5/+7
* Delete unused code. This has been obsoleted by the new devstat code.Kenneth D. Merry1998-09-161-207/+0
* Reference new files for device stat support.Justin T. Gibbs1998-09-151-5/+6
* Update system to new device statistics code.Justin T. Gibbs1998-09-155-213/+681
* Add missing comma.Joseph Koshy1998-09-091-1/+1
* Fixed type mismatches which were fatal when sizeof(long) > sizeof(int).Bruce Evans1998-07-065-13/+13
* Update vmstat portion of man page to reflect the statistics currentlyGuy Helmer1998-06-251-34/+29
* #include <arpa/inet.h>Peter Wemm1998-06-122-2/+4
* o Use snprintf rather than sprintfWarner Losh1998-06-098-23/+32
* Correctly display the interrupt counts.John Hay1998-05-271-1/+6
* Use 'proto <tcp|udp|all>' to select the protocol to displaySteve Price1997-12-042-12/+21
* Fix: too many arguments for format in call to sprintf().John Polstra1997-11-181-1/+1
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-291-4/+4
* Having done ICMP, UDP, and IP, could a TCP display be far behind?Garrett Wollman1997-09-275-14/+375
* Show size of vnode pool in vmstat mode.Peter Wemm1997-09-251-2/+21
* Emboldened by the success of yesterday's ICMP statistics display,Garrett Wollman1997-09-254-2/+353
* Add a mode to display ICMP statistics.Garrett Wollman1997-09-249-19/+520
* Main() returns int.Philippe Charnier1997-08-261-2/+2
* Use err(3). /sys/dkstat.h -> /usr/include/sys/dkstat.hPhilippe Charnier1997-08-133-31/+32
* Merge from Lite2 (print "??" instead NULL if devname() fails). MoreBruce Evans1997-07-061-5/+9
* Importing Lite2 broke lookup() to return -1 for the nmatches == 0 case.Bruce Evans1997-07-061-1/+5
* This commit was generated by cvs2svn to compensate for changes in r27229,Bruce Evans1997-07-061-2/+2
|\
| * Import Lite2's src/usr.bin/systat. cmds.c is still on the vendor branchBruce Evans1997-07-062-0/+448
* Use new sysctl(3) interface to mbuf statistics. While we're at it,Garrett Wollman1997-02-241-21/+45
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* The screen layout of the lefthand side for the vmstat display was way off.David E. O'Brien1997-02-151-11/+11
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Fix the following old problem:Joerg Wunsch1997-01-121-79/+79
* Now that systat's working again, bring the vmstat cleanup over fromJordan K. Hubbard1996-11-121-14/+14
* Initialize interrupt counters. The boot time values were displayed as ***.Bruce Evans1996-11-101-1/+1