summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat
Commit message (Collapse)AuthorAgeFilesLines
* Correct a typo.joerg1996-04-301-1/+1
| | | | Submitted by: mbarkah@hemi.com (Ade Barkah)
* Print number of second-level cache hits as per-directory, not per-processjkh1996-03-031-1/+1
| | | | | (since they're per-directory now). Learned from: Kirk McKusick's OS internals course.. :-)
* Reduced vm dependencies. Only `struct vmmeter.h' is required.bde1995-12-131-2/+4
| | | | | | Unfortunately, the sysctl number for reading this struct is bogusly placed in <vm/vm_param.h> instead of with the declaration of the struct.
* add a #include <sys/vmmeter.h> since we are using the vmmeter structurespeter1995-12-131-0/+1
| | | | | and this was once (but no longer it seems) included by <vm/vm.h> It should now compile again.
* Remove trailing whitespace.rgrimes1995-05-302-2/+2
|
* Removed object lookup/hit count and changed the order of things a little.dg1995-03-251-4/+2
|
* Removed printing of cnt.v_nzfod: we don't implement this in the kernel.dg1995-03-251-1/+0
|
* Added 'pages in VM cache' statistic.dg1995-01-101-0/+1
|
* change a .TH VMSTAT 1 to a .TH VMSTAT 8 .ats1994-12-121-1/+1
|
* More absolute pathsphk1994-11-211-1/+1
|
* Made zero-fill stats a bit more clear.dg1994-10-181-2/+2
|
* Updated to changes in struct vmmeter and reorganized -s stats to be moredg1994-10-181-13/+15
| | | | logical.
* Restore all of my changes that Garrett clobbered in the previous commit.dg1994-10-171-72/+19
|
* New way of getting disk drive names.wollman1994-10-162-58/+84
|
* Updated to changes in struct vmmeter. Nuked !NEWVM code. Fixed roundingdg1994-10-151-72/+19
| | | | bug when interval is 1 second.
* Realigned the output of "vmstat -m", "MSDOSFS mount" was too wide for thephk1994-10-051-11/+21
| | | | | field. Saved some space and gained a little clarity by printing "128K" instead of 131072 (and so on).
* More merry makefile munging for man page compatability.wollman1994-08-051-1/+1
|
* Converted 'vmunix' to 'kernel'.dg1994-08-051-2/+2
|
* Add read_names support for i386, based on my original work from FreeBSDrgrimes1994-05-292-2/+62
| | | | and cleaned up slightly.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-274-0/+1332
OpenPOWER on IntegriCloud