Skip to content
Snippets Groups Projects
Commit 8b1bffcf authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

memory: update doc page

parent 6e9ee18b
No related branches found
No related tags found
1 merge request!1306468 docs and harmonize
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
## Introduction ## Introduction
**check_memory** Check memory usage incl. free, used and total memory. **check_memory** Check memory usage incl. free, used and total memory.
It reads /proc/meminfo and fetches the needed values. It reads /proc/meminfo and fetches the needed values.
* MemTotal: Total usable ram (i.e. physical ram minus a few reserved bits and the kernel binary code) * MemTotal: Total usable ram (i.e. physical ram minus a few reserved bits and the kernel binary code)
...@@ -16,6 +17,8 @@ It reads /proc/meminfo and fetches the needed values. ...@@ -16,6 +17,8 @@ It reads /proc/meminfo and fetches the needed values.
* Slab: in-kernel data structures cache * Slab: in-kernel data structures cache
* SReclaimable: reclaimable parts of Slab, e.g., caches * SReclaimable: reclaimable parts of Slab, e.g., caches
This plugin sends all values as performance data.
### Requirements ### Requirements
* bc * bc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment