Add SReclaimable and SUnreclaim to mem input (#6716)

This commit is contained in:
Daniel Nelson
2019-11-25 15:31:22 -08:00
committed by GitHub
parent 6d94798fd6
commit cbe7d33bd4
4 changed files with 10 additions and 2 deletions

View File

@@ -50,6 +50,8 @@ func (s *MemStats) Gather(acc telegraf.Accumulator) error {
"mapped": vm.Mapped,
"page_tables": vm.PageTables,
"shared": vm.Shared,
"sreclaimable": vm.SReclaimable,
"sunreclaim": vm.SUnreclaim,
"swap_cached": vm.SwapCached,
"swap_free": vm.SwapFree,
"swap_total": vm.SwapTotal,