git: kernel - Add a sampling history mechanism called kcollect (2)

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jul 29 10:31:33 PDT 2017


commit 77bc82e1e8344e7ddfdbfbd121e60efb1fbfa686
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Jul 29 10:30:25 2017 -0700

    kernel - Add a sampling history mechanism called kcollect (2)
    
    * Add collection code for remaining base statistics.
    
    * Round-up some calculations.

Summary of changes:
 sys/kern/kern_clock.c   | 59 +++++++++++++++++++++++++++++-
 sys/kern/kern_collect.c | 12 ++++++
 sys/kern/kern_synch.c   |  4 +-
 sys/kern/vfs_nlookup.c  | 35 ++++++++++++++++++
 sys/sys/kcollect.h      | 46 +++++++++++++++++------
 sys/vm/swap_pager.c     | 33 ++++++++++++++++-
 sys/vm/vm_meter.c       | 97 +++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 270 insertions(+), 16 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/77bc82e1e8344e7ddfdbfbd121e60efb1fbfa686


-- 
DragonFly BSD source repository


More information about the Commits mailing list