| Commit message (Expand) | Author | Age | Files | Lines |
* | Use 'k' as suffix for Kilo | phk | 2003-10-24 | 1 | -1/+1 |
* | When a numeric field overflows its width, try formatting the number in | phk | 2003-10-20 | 1 | -5/+4 |
* | Let libdevstat calculate the device-busy % instead of home-rolling. | phk | 2003-04-09 | 1 | -13/+5 |
* | Run a revision of the devstat interface: | phk | 2003-03-15 | 1 | -12/+14 |
* | Add #include <sys/resource.h> | phk | 2003-02-16 | 1 | -0/+1 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten. | dillon | 2003-01-11 | 1 | -1/+1 |
* | debug.{numvnodes,freevnodes} moved to vfs. | des | 2002-06-06 | 1 | -2/+2 |
* | remove __P | imp | 2002-03-22 | 1 | -9/+9 |
* | WARNS=2 fixes with NO_WERROR set, as there are some header issues | markm | 2001-12-12 | 1 | -102/+101 |
* | Remove the 'irq' string from the irqN part of the "interrupts" display. | markm | 2001-12-01 | 1 | -2/+10 |
* | Convert systat(1) to use the new devstat interface. | ken | 2001-09-06 | 1 | -15/+14 |
* | Replace a use of the hw.nintr sysctl as it has just gone away, cast | tmm | 2001-06-01 | 1 | -3/+9 |
* | numdirtybuffers is an int, not a long. | gallatin | 2001-03-29 | 1 | -1/+1 |
* | Get rid of setgid kmem for systat, and while being there, fix some bugs | tmm | 2001-03-23 | 1 | -116/+118 |
* | Don't attempt to parse %c | ache | 2001-03-21 | 1 | -2/+7 |
* | Correct int/long type mismatch in the proper place this time. freevnodes | gallatin | 2000-12-02 | 1 | -2/+2 |
* | fix int/long type mismatches found on alpha | gallatin | 2000-12-01 | 1 | -4/+4 |
* | o Make systat/vmstat.c use sysctl() to retrieve cp_time, bufspace, | rwatson | 2000-11-25 | 1 | -29/+50 |
* | Don't include <sys/buf.h> | phk | 2000-05-05 | 1 | -1/+0 |
* | #include <errno.h> where needed. Kill extern int errno;. | imp | 2000-04-14 | 1 | -1/+1 |
* | "Disks" is more correct than "Disks" could be. | green | 1999-09-19 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Show dirty buffers and the percentage of time a disk was busy. | des | 1999-07-30 | 1 | -10/+32 |
* | Display floats with format %*.0f instead of as "*****" if there is | bde | 1999-03-22 | 1 | -1/+5 |
* | 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 | 1 | -5/+38 |
* | revert to rev 1.29. (floppy drives will be gotten rid of another way) | obrien | 1999-01-09 | 1 | -10/+1 |
* | Turn the compile time option into a run-time option. | obrien | 1998-12-27 | 1 | -7/+8 |
* | Don't waste precious space on showing the performance of fdX. | obrien | 1998-12-27 | 1 | -1/+9 |
* | Quiet many compiler warnings. | obrien | 1998-10-08 | 1 | -3/+2 |
* | Fix a core-dump situation in ":boot" mode in the vmstat display. | ken | 1998-10-05 | 1 | -2/+2 |
* | Update system to new device statistics code. | gibbs | 1998-09-15 | 1 | -96/+176 |
* | Fixed type mismatches which were fatal when sizeof(long) > sizeof(int). | bde | 1998-07-06 | 1 | -6/+6 |
* | o Use snprintf rather than sprintf | imp | 1998-06-09 | 1 | -3/+3 |
* | Correctly display the interrupt counts. | jhay | 1998-05-27 | 1 | -1/+6 |
* | Show size of vnode pool in vmstat mode. | peter | 1997-09-25 | 1 | -2/+21 |
* | Use err(3). /sys/dkstat.h -> /usr/include/sys/dkstat.h | charnier | 1997-08-13 | 1 | -8/+11 |
* | Now that systat's working again, bring the vmstat cleanup over from | jkh | 1996-11-12 | 1 | -14/+14 |
* | Initialize interrupt counters. The boot time values were displayed as ***. | bde | 1996-11-10 | 1 | -1/+1 |
* | Cosmetic fixes for drive names which are 4 chars long. | jkh | 1996-06-11 | 1 | -2/+2 |
* | Localize time | ache | 1996-03-31 | 1 | -1/+4 |
* | Renamed Proc-cache to Dir-cache for the same reasons as in vmstat. | bde | 1996-03-29 | 1 | -3/+3 |
* | Reduced vm dependencies. Only `struct vmmeter.h' is required. | bde | 1995-12-13 | 1 | -2/+3 |
* | Add explicit #include of <sys/vmmeter.h> after the last round of <vm/vm.h> | peter | 1995-12-13 | 1 | -0/+1 |
* | Don't attempt to read the variable `total' from the kernel. `total' | bde | 1995-07-12 | 1 | -4/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | From Mark Murray: | dg | 1995-03-29 | 1 | -5/+5 |
* | Removed object lookup/hit count and changed the order of things a little. | dg | 1995-03-25 | 1 | -28/+24 |
* | Removed cnt.v_nzfod...we don't support it in the kernel. | dg | 1995-03-25 | 1 | -42/+30 |