Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print number of second-level cache hits as per-directory, not per-process | jkh | 1996-03-03 | 1 | -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. | bde | 1995-12-13 | 1 | -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 structures | peter | 1995-12-13 | 1 | -0/+1 |
| | | | | | and this was once (but no longer it seems) included by <vm/vm.h> It should now compile again. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -2/+2 |
| | |||||
* | Removed object lookup/hit count and changed the order of things a little. | dg | 1995-03-25 | 1 | -4/+2 |
| | |||||
* | Removed printing of cnt.v_nzfod: we don't implement this in the kernel. | dg | 1995-03-25 | 1 | -1/+0 |
| | |||||
* | Added 'pages in VM cache' statistic. | dg | 1995-01-10 | 1 | -0/+1 |
| | |||||
* | change a .TH VMSTAT 1 to a .TH VMSTAT 8 . | ats | 1994-12-12 | 1 | -1/+1 |
| | |||||
* | More absolute paths | phk | 1994-11-21 | 1 | -1/+1 |
| | |||||
* | Made zero-fill stats a bit more clear. | dg | 1994-10-18 | 1 | -2/+2 |
| | |||||
* | Updated to changes in struct vmmeter and reorganized -s stats to be more | dg | 1994-10-18 | 1 | -13/+15 |
| | | | | logical. | ||||
* | Restore all of my changes that Garrett clobbered in the previous commit. | dg | 1994-10-17 | 1 | -72/+19 |
| | |||||
* | New way of getting disk drive names. | wollman | 1994-10-16 | 2 | -58/+84 |
| | |||||
* | Updated to changes in struct vmmeter. Nuked !NEWVM code. Fixed rounding | dg | 1994-10-15 | 1 | -72/+19 |
| | | | | bug when interval is 1 second. | ||||
* | Realigned the output of "vmstat -m", "MSDOSFS mount" was too wide for the | phk | 1994-10-05 | 1 | -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. | wollman | 1994-08-05 | 1 | -1/+1 |
| | |||||
* | Converted 'vmunix' to 'kernel'. | dg | 1994-08-05 | 1 | -2/+2 |
| | |||||
* | Add read_names support for i386, based on my original work from FreeBSD | rgrimes | 1994-05-29 | 2 | -2/+62 |
| | | | | and cleaned up slightly. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 4 | -0/+1332 |