summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
Commit message (Collapse)AuthorAgeFilesLines
* "Disks" is more correct than "Disks" could be.green1999-09-191-1/+1
|
* systat is way too comfortable with curses internals...peter1999-08-304-13/+13
|
* $Id$ -> $FreeBSD$peter1999-08-2818-18/+18
|
* Fix bad references:chris1999-08-141-3/+3
| | | | | vmstat(1) -> vmstat(8) iostat(1) -> iostat(8)
* Show dirty buffers and the percentage of time a disk was busy.des1999-07-302-14/+37
| | | | | PR: 12858 Submitted by: Arjan de Vet <Arjan.deVet@adv.iae.nl>
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Tidy up references to <sys/rlist.h> and support for the old swap managementpeter1999-05-111-2/+1
| | | | that went away in January.
* Display floats with format %*.0f instead of as "*****" if there isbde1999-03-221-1/+5
| | | | | enough space for this but not enough space for the normal %*.*f format. Similarly for long doubles.
* Include discrete ozfod as well as ozfod/zfod percentage.dillon1999-02-081-7/+7
|
* If there are 4 or fewer disk devices, we have room to display additionaldillon1999-02-082-5/+39
| | | | | VM statistics. zfod is moved and %slo-z ( percentage of zero-fills that were slow, i.e. not pre-zero'd ), and number of pages freed per second.
* Be nice when no swap is configured in systemdillon1999-02-061-1/+11
|
* Fix labeling bugdillon1999-01-221-1/+3
|
* Make systat -swap use new kvm_swapinfo() functiondillon1999-01-221-137/+57
|
* revert to rev 1.29. (floppy drives will be gotten rid of another way)obrien1999-01-091-10/+1
|
* Add copyright and RCS/CVS Id.obrien1998-12-271-0/+28
| | | | Noticed by: ken
* Update section on DK_NDRIVES (which was removed with CAM), and explainobrien1998-12-271-9/+10
| | | | | | relation to devstat(3)/(9). Submitted-by: ken@freebsd.org
* Turn the compile time option into a run-time option.obrien1998-12-272-7/+10
| | | | | | You can now use the `want_fd' command in the vmstat display. Suggested by: grog
* Don't waste precious space on showing the performance of fdX.obrien1998-12-271-1/+9
| | | | (can get old behavior with -DWANT_FD)
* Quiet many compiler warnings.obrien1998-10-0810-20/+31
|
* Fix a core-dump situation in ":boot" mode in the vmstat display.ken1998-10-051-2/+2
| | | | Reported by: bde
* Change the devstat generation number from an int to a long. The int-sizedken1998-09-202-5/+7
| | | | | | | | | | generation was causing unaligned access faults on the Alpha. I have incremented the devstat version number, since this is an interface change. You'll need to recompile libdevstat, systat, iostat, vmstat and rpc.rstatd along with your kernel. Partially Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
* Delete unused code. This has been obsoleted by the new devstat code.ken1998-09-161-207/+0
| | | | Reviewed by: imp
* Reference new files for device stat support.gibbs1998-09-151-5/+6
|
* Update system to new device statistics code.gibbs1998-09-155-213/+681
| | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
* Add missing comma.jkoshy1998-09-091-1/+1
| | | | | PR: 7841 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
* Fixed type mismatches which were fatal when sizeof(long) > sizeof(int).bde1998-07-065-13/+13
|
* Update vmstat portion of man page to reflect the statistics currentlyghelmer1998-06-251-34/+29
| | | | | shown by systat's vmstat display. PR: docs/3764
* #include <arpa/inet.h>peter1998-06-122-2/+4
|
* o Use snprintf rather than sprintfimp1998-06-098-23/+32
| | | | | | | | | | | o Add more checks for buffer overflows o Use snprintf rather than strcat/cpy and have better checks for max length exceeded. Most of these changes are not exploitable buffer overruns, but it never hurts to be safe. Inspired by and obtained from: OpenBSD
* Correctly display the interrupt counts.jhay1998-05-271-1/+6
| | | | Reviewed with optimizations by: Tor Egge <tegge>
* Use 'proto <tcp|udp|all>' to select the protocol to displaysteve1997-12-042-12/+21
| | | | | | | | | in netstat-mode to avoid a conflict with tcp-mode. Also while documenting this new feature in the manpage, fix a minor display nit. PR: 5159 Submitted by: Sergei Chechetkin <csl@whale.sunbay.crimea.ua>
* Fix: too many arguments for format in call to sprintf().jdp1997-11-181-1/+1
|
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-4/+4
|
* Having done ICMP, UDP, and IP, could a TCP display be far behind?wollman1997-09-275-14/+375
|
* Show size of vnode pool in vmstat mode.peter1997-09-251-2/+21
|
* Emboldened by the success of yesterday's ICMP statistics display,wollman1997-09-254-2/+353
| | | | I've now added one that does IP (and also UDP) statistics.
* Add a mode to display ICMP statistics.wollman1997-09-249-19/+520
| | | | Inspired by: IRIX netstat -C
* Main() returns int.charnier1997-08-261-2/+2
|
* Use err(3). /sys/dkstat.h -> /usr/include/sys/dkstat.hcharnier1997-08-133-31/+32
|
* Merge from Lite2 (print "??" instead NULL if devname() fails). Morebde1997-07-061-5/+9
| | | | faithful stealing from pstat would have given this already.
* Importing Lite2 broke lookup() to return -1 for the nmatches == 0 case.bde1997-07-061-1/+5
| | | | Fixed.
* This commit was generated by cvs2svn to compensate for changes in r27229,bde1997-07-061-2/+2
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import Lite2's src/usr.bin/systat. cmds.c is still on the vendor branchbde1997-07-062-7/+6
| | | | | | | | and this import just breaks it.
* | Use new sysctl(3) interface to mbuf statistics. While we're at it,wollman1997-02-241-21/+45
| | | | | | | | count free mbufs correctly.
* | Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
| |
* | The screen layout of the lefthand side for the vmstat display was way off.obrien1997-02-151-11/+11
| | | | | | | | (based on my running it on 2.2-GAMMA)
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | Fix the following old problem:joerg1997-01-121-79/+79
| | | | | | | | | | | | | | date: 1994/10/09 07:37:18; author: davidg; state: Exp; lines: +7 -1 #if 0'd out the meat of the swap code until I get a chance to rewrite it. ...mainly by stealing the code from pstat(8).
* | Now that systat's working again, bring the vmstat cleanup over fromjkh1996-11-121-14/+14
| | | | | | | | -stable.
* | Initialize interrupt counters. The boot time values were displayed as ***.bde1996-11-101-1/+1
| | | | | | | | | | | | Should be in 2.2. Pointed out by: /etc/malloc.conf -> AJ
OpenPOWER on IntegriCloud