git: kernel - Add Proportional RSS (PRES)

看板DFBSD_commit作者時間15年前 (2010/10/05 11:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 50a55c462ce5cb80f5fd95443e465542f0610e1a Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Oct 4 19:16:57 2010 -0700 kernel - Add Proportional RSS (PRES) * Track vm_object sharing and calculate proportional RSS in kinfo_proc * Add PRES to the top(1) output Submitted-by: Pratyush Kshirsagar <pratyush.kshirsagar@gmail.com> Summary of changes: sys/kern/kern_kinfo.c | 1 + sys/platform/pc32/i386/pmap.c | 4 +++ sys/platform/pc64/x86_64/pmap.c | 4 +++ sys/platform/vkernel/platform/pmap.c | 4 +++ sys/platform/vkernel64/platform/pmap.c | 4 +++ sys/sys/kinfo.h | 1 + sys/vm/vm_map.h | 38 +++++++++++++++++++++++++++ sys/vm/vm_object.c | 1 + sys/vm/vm_object.h | 1 + sys/vm/vm_page.c | 7 +++++ usr.bin/top/m_dragonfly.c | 44 +++++++++++++++++++++++++++---- 11 files changed, 103 insertions(+), 6 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/50a55c462ce5cb80f5fd95443e465542f0610e1a -- DragonFly BSD source repository
文章代碼(AID): #1CgfJnnH (DFBSD_commit)