aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/vmstat.c
Commit message (Expand)AuthorAgeFilesLines
* MFC of rev. 1.49: correct type for the 3rd argument to sysctl().Thomas Moestl2001-07-311-1/+2
* MFC: incorporate all changes made in current:Jens Schweikhardt2001-07-031-67/+30
* MFC: Add mibs to hold the number of forks since boot. New mibs are:Hajimu UMEMOTO2001-02-181-0/+8
* MFC: [rev 1.39] Remove unneeded include.Paul Saab2000-07-021-1/+0
* unifdef -Uvax -Uhp300 -Uluna68k -Umips -UtahoePoul-Henning Kamp1999-09-011-48/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert interrupt count from signed to unsigned and the totalNick Hibma1999-07-261-4/+6
* Backed out the previous commit, except for the parts that reducedBruce Evans1999-05-121-11/+5
* Sometime since this file was written, the list of kernel malloc typesWarner Losh1999-05-101-4/+15
* Fixed bitrot in usage message and disordering of options in previous commit.Bruce Evans1999-02-151-7/+7
* Add -z option to vmstat to dump data from the zone allocatorMatthew Dillon1999-02-131-10/+73
* Fix vmstat display problems. The header printout wasn't quite right, andKenneth D. Merry1999-02-101-11/+8
* Add a prioritization field to the devstat_add_entry() call so thatKenneth D. Merry1999-02-101-9/+10
* Back out previous work-around for "vmstat -i" failing on ELFJohn Polstra1998-10-281-1/+1
* Work around some variables having N_UNDF types but valid values; thisMike Smith1998-10-241-2/+2
* Change the devstat generation number from an int to a long. The int-sizedKenneth D. Merry1998-09-201-3/+5
* vmstat shows all manually-specified devices rather then just the firstMatthew Dillon1998-09-161-1/+6
* Update system to new device statistics code.Justin T. Gibbs1998-09-151-121/+198
* Fixed printf format errors.Bruce Evans1998-07-061-15/+20
* Support a couple of new "-s" stats.John Dyson1998-03-071-1/+3
* Const poisoning from ks_shortdesc.Bruce Evans1997-12-051-2/+2
* struct kmemstats was renamed.Poul-Henning Kamp1997-10-101-3/+3
* Make vmstat understand the dynamic malloc stuff. There are a numberPoul-Henning Kamp1997-10-101-15/+23
* Be more specific about -f/-t options (they're not yet implemented),Dima Ruban1997-10-061-11/+16
* Use err(3). Add some %d to %ld changes.Philippe Charnier1997-08-251-43/+34
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Slight visual formatting change to the output so that:Marc G. Fournier1997-03-161-3/+3
* Print number of second-level cache hits as per-directory, not per-processJordan K. Hubbard1996-03-031-1/+1
* Reduced vm dependencies. Only `struct vmmeter.h' is required.Bruce Evans1995-12-131-2/+4
* add a #include <sys/vmmeter.h> since we are using the vmmeter structuresPeter Wemm1995-12-131-0/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Removed object lookup/hit count and changed the order of things a little.David Greenman1995-03-251-4/+2
* Removed printing of cnt.v_nzfod: we don't implement this in the kernel.David Greenman1995-03-251-1/+0
* Added 'pages in VM cache' statistic.David Greenman1995-01-101-0/+1
* Made zero-fill stats a bit more clear.David Greenman1994-10-181-2/+2
* Updated to changes in struct vmmeter and reorganized -s stats to be moreDavid Greenman1994-10-181-13/+15
* Restore all of my changes that Garrett clobbered in the previous commit.David Greenman1994-10-171-72/+19
* New way of getting disk drive names.Garrett Wollman1994-10-161-21/+74
* Updated to changes in struct vmmeter. Nuked !NEWVM code. Fixed roundingDavid Greenman1994-10-151-72/+19
* Realigned the output of "vmstat -m", "MSDOSFS mount" was too wide for thePoul-Henning Kamp1994-10-051-11/+21
* Add read_names support for i386, based on my original work from FreeBSDRodney W. Grimes1994-05-291-1/+5
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+873