Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
3.3.10
-
None
-
Fully Compatible
-
Platforms 18 (08/05/16)
Description
Current design collects all memory-related statistics from /proc/meminfo. This is quite a large number of metrics, which increases the amount of data collected, and a large portion are exotic kernel-internal statistics unlikely to be useful. We should include only the following initially:
MemTotal
Cached
Dirty
Buffers
MemFree
SwapTotal
SwapCached
SwapFree
Active
Inactive
Active(anon)
Inactive(anon)
Active(file)
Inactive(file)