Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
10
plugins/inputs/hugepages/sample.conf
Normal file
10
plugins/inputs/hugepages/sample.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Gathers huge pages measurements.
|
||||
# This plugin ONLY supports Linux
|
||||
[[inputs.hugepages]]
|
||||
## Supported huge page types:
|
||||
## - "root" - based on root huge page control directory:
|
||||
## /sys/kernel/mm/hugepages
|
||||
## - "per_node" - based on per NUMA node directories:
|
||||
## /sys/devices/system/node/node[0-9]*/hugepages
|
||||
## - "meminfo" - based on /proc/meminfo file
|
||||
# types = ["root", "per_node"]
|
Loading…
Add table
Add a link
Reference in a new issue