Skip to content

Commit

Permalink
infra-agent: new memory metrics for linux hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna committed Jun 11, 2021
1 parent 21ffe26 commit ddf8518
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/data-dictionary/events/SystemSample/memoryCachedBytes.md
@@ -0,0 +1,11 @@
---
name: memoryCachedBytes
type: attribute
units: bytes (B)
events:
- SystemSample
---

The total amount of cached memory, in bytes, available to this server.

This metric is only available for the Linux Infrastructure agent, version 1.18.1 or higher.
11 changes: 11 additions & 0 deletions src/data-dictionary/events/SystemSample/memorySharedBytes.md
@@ -0,0 +1,11 @@
---
name: memorySharedBytes
type: attribute
units: bytes (B)
events:
- SystemSample
---

The total amount of shared memory, in bytes, available to this server.

This metric is only available for the Linux Infrastructure agent, version 1.18.1 or higher.
11 changes: 11 additions & 0 deletions src/data-dictionary/events/SystemSample/memorySlabBytes.md
@@ -0,0 +1,11 @@
---
name: memorySlabBytes
type: attribute
units: bytes (B)
events:
- SystemSample
---

The total amount of slab memory, in bytes, available to this server.

This metric is only available for the Linux Infrastructure agent, version 1.18.1 or higher.

0 comments on commit ddf8518

Please sign in to comment.