Split the struct vmmeter cnt structure into a global vmstats structure and
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 3 Jul 2003 18:34:00 +0000 (18:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 3 Jul 2003 18:34:00 +0000 (18:34 +0000)
commit393dfc632ea012cf58d5b311bb2598215644c02d
tree1554323b068e777292719cbd9888029acc7be370
parent6bdb32ed81e4b3e7fc1ebe21ea7c63811f91faac
Split the struct vmmeter cnt structure into a global vmstats structure and
a per-cpu cnt structure.  Adjust the sysctls to accumulate statistics
over all cpus.

(userland syncup)
usr.bin/systat/vmstat.c
usr.bin/top/machine.c
usr.bin/vmstat/vmstat.c