memory
AMPS can provide information regarding the process’s memory usage in its RSS and VMSize via the memory
resource in the monitoring interface.
Metric | Description | Type |
| Information about AMPS memory caches. | (see caches) |
| Information about paginated result sets. | (see paginations) |
| The resident set size of the AMPS process. | snapshot |
| The virtual memory size of the AMPS process. | snapshot |
Statistics Database Tables: IMEMORY_STATIC
, IMEMORY_DYNAMIC
, IMEMORY_CACHES_STATIC
, IMEMORY_CACHES_DYNAMIC
Admin Path: /amps/instance/memory/<metric>, /amps/instance/memory/caches/<identifier>/*<metric>, /amps/instance/memory/paginations/<metric>
The caches
element provides information about currently-active memory caches.
Metric | Description | Type |
| Number of memory allocations for this cache. | cumulative |
| Number of bytes allocated to this cache. | snapshot |
| Description of the cache. | fixed |
| Ratio of hits to requests for this cache. | snapshot |
| Number of entries in this cache. | snapshot |
| Count of evictions from this cache. | cumulative |
| Count of fetches from this cache. | cumulative |
| Bytes allocated for slow consumers to this cache. | cumulative |
The following caches may appear in AMPS statistics:
Cache Name | Description |
| General purpose cache. |
| Cache for bytes being received from clients. |
| Cache for bytes being sent to clients. |
| Cache for client objects. |
| Cache for maintaining entitlement information. |
| Cache for maintaining current session state. |
| Cache for forming client status messages. |
| Cache for message objects. |
| Cache for query contexts. |
| Cache for SOW updates. |
| Cache for subscription state. |
| Cache for XPath values. |
Statistics Database Table: IMEMORY_CACHES
The paginations
element provides information about currently-active paginated subscriptions in AMPS.
Metric | Description | Type |
| Number of bytes consumed to maintain this paginated set. | snapshot |
| Message type for this paginated set. | fixed |
| Number of subscriptions using this paginated set. | snapshot |
| Source topic for this paginated set. | fixed |
Statistics Database Table: IPAGINATIONS
Last updated