kernel - Store page statistics in bytes
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 29 Jul 2017 18:42:59 +0000 (11:42 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 29 Jul 2017 19:27:21 +0000 (12:27 -0700)
commitfef9ed17273fae140624529bb82ca913ceb69b27
tree948962f6caaedeb3d5daf6eed7d1f70660dfacc5
parent77bc82e1e8344e7ddfdbfbd121e60efb1fbfa686
kernel - Store page statistics in bytes

* Store page statistics in bytes rather than pages.  Pages aren't useful
  for userland display and there is no reason to force useland to do the
  conversion.

* Include a realtime timestamp along with ticks in the structure.

* Flesh out text output for kcollect.  Reverse output order to print
  oldest data first, so output from the -f option stays consistent.
sys/kern/kern_collect.c
sys/sys/kcollect.h
sys/vm/swap_pager.c
sys/vm/vm_meter.c
usr.bin/Makefile
usr.bin/kcollect/Makefile
usr.bin/kcollect/kcollect.c