The following sections are a summary of the statistics collected by the Sh Cache Microservice RA. Included is the name, the type of statistic, the OID (for monitoring via SNMP) and a brief description.
Sh Cache Microservice RA
Counter statistics
Base OID: 1.3.6.1.4.1.19808.11.2
Name | Type | OID | Description |
---|---|---|---|
StartActivityOk |
Counter |
.2 |
Incremented when an activity is started successfully |
StartActivityFail |
Counter |
.3 |
Incremented when an activity fails to start |
FireOk |
Counter |
.4 |
Incremented when an event is fired successfully |
FireFail |
Counter |
.5 |
Incremented when an event fails to fire |
QLEnd |
Counter |
.6 |
Incremented when an activity is ended when queried for liveness |
UDROut |
Counter |
.7 |
Incremented when an UDR (i.e. a GET request) is sent |
UDAIn |
Counter |
.8 |
Incremented when a UDA (i.e. a GET response) is received |
PUROut |
Counter |
.9 |
Incremented when a PUR (i.e. a PUT request) is sent |
PUAIn |
Counter |
.10 |
Incremented when a PUA (i.e. a PUT response) is received |
SNROut |
Counter |
.11 |
Incremented when an SNR (i.e. a POST request) is sent |
SNAIn |
Counter |
.12 |
Incremented when an SNA (i.e. a POST response) is received |
InvalidateOut |
Counter |
.13 |
Incremented when a cache invalidation request (i.e. a DELETE request) is sent |
InvalidateIn |
Counter |
.14 |
Incremented when a cache invalidation response (i.e. a DELETE response) is received |
PNRIn |
Counter |
.15 |
Incremented when a PNR (i.e. a POST request) is received |
PNAOut |
Counter |
.16 |
Incremented when a PNA (i.e. a POST response) is sent |
Sample statistics
Name | Source units | Display units | Description |
---|---|---|---|
GetRequestResponseTime |
Milliseconds |
Milliseconds |
Sample of the elapsed time between sending a GET request and receiving a GET response |
UpdateRequestResponseTime |
Milliseconds |
Milliseconds |
Sample of the elapsed time between sending an update request (i.e. a PUT request) and sending a PUT response |
SubscribeRequestResponseTime |
Milliseconds |
Milliseconds |
Sample of the elapsed time between sending a subscribe request (i.e. a POST request) and receiving a POST response |
InvalidateRequestResponseTime |
Milliseconds |
Milliseconds |
Sample of the elapsed time between sending an invalidation request (i.e. a DELETE request) and receiving a DELETE response |