You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rob Smith edited this page Sep 16, 2014
·
11 revisions
KSMCollector
This class collects 'Kernel Samepage Merging' statistics.
KSM is a memory de-duplication feature of the Linux Kernel (2.6.32+).
It can be enabled, if compiled into your kernel, by echoing 1 to
/sys/kernel/mm/ksm/run. You can find more information about KSM at
http://www.linux-kvm.org/page/KSM.
Dependencies
KSM built into your kernel. It does not have to be enabled, but the stats
will be less than useful if it isn't:-)