Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "Disks" is more correct than "Disks" could be. | green | 1999-09-19 | 1 | -1/+1 |
| | |||||
* | systat is way too comfortable with curses internals... | peter | 1999-08-30 | 4 | -13/+13 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 18 | -18/+18 |
| | |||||
* | Fix bad references: | chris | 1999-08-14 | 1 | -3/+3 |
| | | | | | vmstat(1) -> vmstat(8) iostat(1) -> iostat(8) | ||||
* | Show dirty buffers and the percentage of time a disk was busy. | des | 1999-07-30 | 2 | -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 to | nik | 1999-07-12 | 1 | -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 management | peter | 1999-05-11 | 1 | -2/+1 |
| | | | | that went away in January. | ||||
* | Display floats with format %*.0f instead of as "*****" if there is | bde | 1999-03-22 | 1 | -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. | dillon | 1999-02-08 | 1 | -7/+7 |
| | |||||
* | If there are 4 or fewer disk devices, we have room to display additional | dillon | 1999-02-08 | 2 | -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 system | dillon | 1999-02-06 | 1 | -1/+11 |
| | |||||
* | Fix labeling bug | dillon | 1999-01-22 | 1 | -1/+3 |
| | |||||
* | Make systat -swap use new kvm_swapinfo() function | dillon | 1999-01-22 | 1 | -137/+57 |
| | |||||
* | revert to rev 1.29. (floppy drives will be gotten rid of another way) | obrien | 1999-01-09 | 1 | -10/+1 |
| | |||||
* | Add copyright and RCS/CVS Id. | obrien | 1998-12-27 | 1 | -0/+28 |
| | | | | Noticed by: ken | ||||
* | Update section on DK_NDRIVES (which was removed with CAM), and explain | obrien | 1998-12-27 | 1 | -9/+10 |
| | | | | | | relation to devstat(3)/(9). Submitted-by: ken@freebsd.org | ||||
* | Turn the compile time option into a run-time option. | obrien | 1998-12-27 | 2 | -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. | obrien | 1998-12-27 | 1 | -1/+9 |
| | | | | (can get old behavior with -DWANT_FD) | ||||
* | Quiet many compiler warnings. | obrien | 1998-10-08 | 10 | -20/+31 |
| | |||||
* | Fix a core-dump situation in ":boot" mode in the vmstat display. | ken | 1998-10-05 | 1 | -2/+2 |
| | | | | Reported by: bde | ||||
* | Change the devstat generation number from an int to a long. The int-sized | ken | 1998-09-20 | 2 | -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. | ken | 1998-09-16 | 1 | -207/+0 |
| | | | | Reviewed by: imp | ||||
* | Reference new files for device stat support. | gibbs | 1998-09-15 | 1 | -5/+6 |
| | |||||
* | Update system to new device statistics code. | gibbs | 1998-09-15 | 5 | -213/+681 |
| | | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com> | ||||
* | Add missing comma. | jkoshy | 1998-09-09 | 1 | -1/+1 |
| | | | | | PR: 7841 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp> | ||||
* | Fixed type mismatches which were fatal when sizeof(long) > sizeof(int). | bde | 1998-07-06 | 5 | -13/+13 |
| | |||||
* | Update vmstat portion of man page to reflect the statistics currently | ghelmer | 1998-06-25 | 1 | -34/+29 |
| | | | | | shown by systat's vmstat display. PR: docs/3764 | ||||
* | #include <arpa/inet.h> | peter | 1998-06-12 | 2 | -2/+4 |
| | |||||
* | o Use snprintf rather than sprintf | imp | 1998-06-09 | 8 | -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. | jhay | 1998-05-27 | 1 | -1/+6 |
| | | | | Reviewed with optimizations by: Tor Egge <tegge> | ||||
* | Use 'proto <tcp|udp|all>' to select the protocol to display | steve | 1997-12-04 | 2 | -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(). | jdp | 1997-11-18 | 1 | -1/+1 |
| | |||||
* | Sort cross refereces in section SEE ALSO. | wosch | 1997-09-29 | 1 | -4/+4 |
| | |||||
* | Having done ICMP, UDP, and IP, could a TCP display be far behind? | wollman | 1997-09-27 | 5 | -14/+375 |
| | |||||
* | Show size of vnode pool in vmstat mode. | peter | 1997-09-25 | 1 | -2/+21 |
| | |||||
* | Emboldened by the success of yesterday's ICMP statistics display, | wollman | 1997-09-25 | 4 | -2/+353 |
| | | | | I've now added one that does IP (and also UDP) statistics. | ||||
* | Add a mode to display ICMP statistics. | wollman | 1997-09-24 | 9 | -19/+520 |
| | | | | Inspired by: IRIX netstat -C | ||||
* | Main() returns int. | charnier | 1997-08-26 | 1 | -2/+2 |
| | |||||
* | Use err(3). /sys/dkstat.h -> /usr/include/sys/dkstat.h | charnier | 1997-08-13 | 3 | -31/+32 |
| | |||||
* | Merge from Lite2 (print "??" instead NULL if devname() fails). More | bde | 1997-07-06 | 1 | -5/+9 |
| | | | | faithful stealing from pstat would have given this already. | ||||
* | Importing Lite2 broke lookup() to return -1 for the nmatches == 0 case. | bde | 1997-07-06 | 1 | -1/+5 |
| | | | | Fixed. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r27229, | bde | 1997-07-06 | 1 | -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 branch | bde | 1997-07-06 | 2 | -7/+6 |
| | | | | | | | | and this import just breaks it. | ||||
* | | Use new sysctl(3) interface to mbuf statistics. While we're at it, | wollman | 1997-02-24 | 1 | -21/+45 |
| | | | | | | | | count free mbufs correctly. | ||||
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
| | | |||||
* | | The screen layout of the lefthand side for the vmstat display was way off. | obrien | 1997-02-15 | 1 | -11/+11 |
| | | | | | | | | (based on my running it on 2.2-GAMMA) | ||||
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -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: | joerg | 1997-01-12 | 1 | -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 from | jkh | 1996-11-12 | 1 | -14/+14 |
| | | | | | | | | -stable. | ||||
* | | Initialize interrupt counters. The boot time values were displayed as ***. | bde | 1996-11-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Should be in 2.2. Pointed out by: /etc/malloc.conf -> AJ |