CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/05/01 23:04:39
Modified files:
sys/sys : proc.h
sys/kern : kern_clock.c kern_exit.c kern_resource.c
Log message:
collect memory utilisation stats for struct rusage to report.
i originally wanted to report the current memory sizes like what
you see in top via struct kinfo_proc, but kettenis@ pointed me at
how to do it as per the documentation and everyone's existing
expectations.
ok claudio@ who has been running this for months now.
dedicated to tedu@ who loves it when i touch sys/proc.h.