-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Plugin exec ksm.sh
Florian Forster edited this page Nov 26, 2023
·
1 revision
Name: | exec-ksm.sh plugin |
---|---|
Type: | read |
Callbacks: | n/a |
Status: | external |
FirstVersion: | n/a |
Copyright: | 2011 Florian Forster |
License: | MIT License |
Manpage: | n/a |
See also: | List of Plugins |
The exec-ksm.sh plugin reads information about Kernel Samepage Merging (KSM), a feature of the Linux kernel. KSM checks the virtual memory for duplicate blocks and, if it finds any, merges them. This is especially useful for systems hosting several virtual guests.
LoadPlugin exec
<Plugin exec>
Exec "nobody:nogroup" "/usr/lib/collectd/exec/exec-ksm.sh"
</Plugin>
None yet. Add one now!
- Bash
- Exec plugin