]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 283624,283630:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 1 Oct 2015 17:09:20 +0000 (17:09 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 1 Oct 2015 17:09:20 +0000 (17:09 +0000)
commit9c6a03868a436a82c3b11a351146377516da8051
treed51ef83dac802ba5109caf38842021b5429ea691
parent4d214affae609469693aa807e0e3f1e0e46d76a4
MFC 283624,283630:
Export a list of VM objects in the system via a sysctl.  The list can be
examined via 'vmstat -o'.  It can be used to determine which files are
using physical pages of memory and how much each is using.

git-svn-id: svn://svn.freebsd.org/base/stable/10@288453 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libutil/Makefile
lib/libutil/kinfo_getvmobject.3 [new file with mode: 0644]
lib/libutil/kinfo_getvmobject.c [new file with mode: 0644]
lib/libutil/libutil.h
sys/sys/user.h
sys/vm/vm_object.c
usr.bin/vmstat/vmstat.8
usr.bin/vmstat/vmstat.c