aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/vmstat.c
Commit message (Expand)AuthorAgeFilesLines
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.Matthew Dillon2003-01-111-1/+1
* debug.{numvnodes,freevnodes} moved to vfs.Dag-Erling Smørgrav2002-06-061-2/+2
* remove __PWarner Losh2002-03-221-9/+9
* WARNS=2 fixes with NO_WERROR set, as there are some header issuesMark Murray2001-12-121-101/+100
* Remove the 'irq' string from the irqN part of the "interrupts" display.Mark Murray2001-12-011-2/+10
* Convert systat(1) to use the new devstat interface.Kenneth D. Merry2001-09-061-15/+14
* Replace a use of the hw.nintr sysctl as it has just gone away, castThomas Moestl2001-06-011-3/+9
* numdirtybuffers is an int, not a long.Andrew Gallatin2001-03-291-1/+1
* Get rid of setgid kmem for systat, and while being there, fix some bugsThomas Moestl2001-03-231-115/+117
* Don't attempt to parse %cAndrey A. Chernov2001-03-211-2/+7
* Correct int/long type mismatch in the proper place this time. freevnodesAndrew Gallatin2000-12-021-2/+2
* fix int/long type mismatches found on alphaAndrew Gallatin2000-12-011-4/+4
* o Make systat/vmstat.c use sysctl() to retrieve cp_time, bufspace,Robert Watson2000-11-251-29/+50
* Don't include <sys/buf.h>Poul-Henning Kamp2000-05-051-1/+0
* #include <errno.h> where needed. Kill extern int errno;.Warner Losh2000-04-141-1/+1
* "Disks" is more correct than "Disks" could be.Brian Feldman1999-09-191-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Show dirty buffers and the percentage of time a disk was busy.Dag-Erling Smørgrav1999-07-301-10/+32
* 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-081-5/+38
* revert to rev 1.29. (floppy drives will be gotten rid of another way)David E. O'Brien1999-01-091-10/+1
* Turn the compile time option into a run-time option.David E. O'Brien1998-12-271-7/+8
* 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-081-3/+2
* Fix a core-dump situation in ":boot" mode in the vmstat display.Kenneth D. Merry1998-10-051-2/+2
* Update system to new device statistics code.Justin T. Gibbs1998-09-151-95/+175
* Fixed type mismatches which were fatal when sizeof(long) > sizeof(int).Bruce Evans1998-07-061-6/+6
* o Use snprintf rather than sprintfWarner Losh1998-06-091-3/+3
* Correctly display the interrupt counts.John Hay1998-05-271-1/+6
* Show size of vnode pool in vmstat mode.Peter Wemm1997-09-251-2/+21
* Use err(3). /sys/dkstat.h -> /usr/include/sys/dkstat.hPhilippe Charnier1997-08-131-8/+11
* 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
* Cosmetic fixes for drive names which are 4 chars long.Jordan K. Hubbard1996-06-111-2/+2
* Localize timeAndrey A. Chernov1996-03-311-1/+4
* Renamed Proc-cache to Dir-cache for the same reasons as in vmstat.Bruce Evans1996-03-291-3/+3
* Reduced vm dependencies. Only `struct vmmeter.h' is required.Bruce Evans1995-12-131-2/+3
* Add explicit #include of <sys/vmmeter.h> after the last round of <vm/vm.h>Peter Wemm1995-12-131-0/+1
* Don't attempt to read the variable `total' from the kernel. `total'Bruce Evans1995-07-121-4/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* From Mark Murray:David Greenman1995-03-291-5/+5
* Removed object lookup/hit count and changed the order of things a little.David Greenman1995-03-251-28/+24
* Removed cnt.v_nzfod...we don't support it in the kernel.David Greenman1995-03-251-42/+30
* Fix the Name-cache counters. I didn't realign the negative hits.Poul-Henning Kamp1995-03-181-1/+1
* Report the negative hits in the Namei section.Poul-Henning Kamp1995-03-121-4/+6
* Changes to support printing stats for the 'cached pages'.David Greenman1995-03-101-2/+10
* extern.h, iostat.c, main.c, vmstat.c:Bruce Evans1994-12-031-15/+8
* Moved "VMSTAT" column up by one row so that it displays properly on 24David Greenman1994-11-251-1/+1
* Updated to changes in struct vmmeter.David Greenman1994-10-181-4/+4