The Sh Cache Microservice RA collects and reports statistics. These statistics can be monitored using Rhino statistics tools and via SNMP. The SNMP definitions for these statistics can be exported to the MIB format using the Rhino console export-mibs command.

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

The Sh Cache Microservice RA uses the Rhino system of static SNMP OIDs to define mappings between OIDs and Rhino components. This model is discussed in further detail in the Rhino documentation section: Static OID Model.

The Sh Cache Microservice RA usage parameter set type OID is defined as such:

Base OID:

1.3.6.1.4.1.19808.20.5.10.10.3.1

Intermediate OID Suffix for resource adaptor entity:

1 for a primary ShCM resource adaptor entity, 2 for a secondary ShCM resource adaptor entity, etc.

Parameter Set Type OID Suffix:

1

Overall OID for a primary ShCM resource adaptor entity’s usage statistics:

1.3.6.1.4.1.19808.20.5.10.10.3.1.1.1

Usage Interface Counter statistics

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

Previous page Next page