Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/vmstat



Module Name:    src
Committed By:   he
Date:           Wed Aug 20 18:51:49 UTC 2008

Modified Files:
        src/usr.bin/vmstat: vmstat.c

Log Message:
Restore the "pages actige" and "pages inactive" value printouts
in "vmstat -s" output when run on the active kernel.

The reason we can't easily provide these values out of a crash
dump, is that these fields are no longer proper members of
struct uvmexp, but rather are estimated by and dependent on
the currently active page replacement policy in the kernel.


To generate a diff of this commit:
cvs rdiff -r1.161 -r1.162 src/usr.bin/vmstat/vmstat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index