memory
The memory
resource gives details about the system memory statistics. All statistics reported are based on the current system statistics reported by examining the file /proc/meminfo
.
Element
Description
Type
anonymous
The total amount of anonymous memory allocated.
snapshot
available
The total amount of memory available.
Calculated as the sum of free, buffers and cached.
snapshot
buffers
The amount of physical memory available for file buffers.
snapshot
cached
The amount of physical memory used as cache memory.
snapshot
free
The amount of physical memory left unused by the system.
snapshot
in_use
The amount of memory currently in use.
snapshot
swap_free
The amount of swap memory which is unused.
snapshot
swap_total
The total amount of physical swap memory.
fixed
total
Total amount of RAM.
fixed
Statistics Database Tables: HMEMORY_STATIC
, HMEMORY_DYNAMIC
Admin Path: /amps/host/memory/<metric>
Last updated