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 |
| The total amount of anonymous memory allocated. | snapshot |
| The total amount of memory available. Calculated as the sum of free, buffers and cached. | snapshot |
| The amount of physical memory available for file buffers. | snapshot |
| The amount of physical memory used as cache memory. | snapshot |
| The amount of physical memory left unused by the system. | snapshot |
| The amount of memory currently in use. | snapshot |
| The amount of swap memory which is unused. | snapshot |
| The total amount of physical swap memory. | fixed |
| Total amount of RAM. | fixed |
Statistics Database Tables: HMEMORY_STATIC
, HMEMORY_DYNAMIC
Admin Path: /amps/host/memory/<metric>
Last updated