File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ The _Memory_ (`mem`) input plugin gathers memory and swap usage on Linux at a fi
44
55## Metrics reported
66
7- | Key | Description | Units |
8- | :-------------| :-----------------------------------------------------------------------| :------------|
9- | ` Mem.free ` | Free or available memory reported by the kernel. | Kilobytes |
10- | ` Mem.total ` | Total system memory. | Kilobytes |
11- | ` Mem.used ` | Memory in use (` Mem.total ` - ` Mem.free ` ). | Kilobytes |
12- | ` Swap.free ` | Free swap space. | Kilobytes |
13- | ` Swap.total ` | Total system swap. | Kilobytes |
14- | ` Swap.used ` | Swap space in use (` Swap.total ` - ` Swap.free ` ). | Kilobytes |
15- | ` proc_bytes ` | Optional. Resident set size for the configured process (` pid ` ). | Bytes |
7+ | Key | Description | Units |
8+ | :-------------| :------------------------------------------------------------------------| :------------|
9+ | ` Mem.free ` | Free or available memory reported by the kernel. | Kilobytes |
10+ | ` Mem.total ` | Total system memory. | Kilobytes |
11+ | ` Mem.used ` | Memory in use (` Mem.total ` - ` Mem.free ` ). | Kilobytes |
12+ | ` proc_bytes ` | Optional. Resident set size for the configured process (` pid ` ). | Bytes |
1613| ` proc_hr ` | Optional. Human-readable value of ` proc_bytes ` (for example, ` 12.00M ` ). | Formatted |
14+ | ` Swap.free ` | Free swap space. | Kilobytes |
15+ | ` Swap.total ` | Total system swap. | Kilobytes |
16+ | ` Swap.used ` | Swap space in use (` Swap.total ` - ` Swap.free ` ). | Kilobytes |
1717
1818## Configuration parameters
1919
You can’t perform that action at this time.
0 commit comments