DragonFly commits List (threaded) for 2010-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - Add Proportional RSS (PRES)
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]