Cache Manager Statistics

Name Value

Documentation

Retrieve an existing Cache Manager Statistics

Process Type(s)

Extract, Replicat

Endpoint

/services/v2/mpoints/{item}/cacheStatistics

JSON Schema

mpoints:cacheStatistics

Base Name

cache-statistics

Internal Name

MPL_CACHE_STATS

Tag Description

deploymentName

The name of the OGG Microservices deployment

deploymentId

The unique identity of the OGG Microservices deployment

processType

The type of process

processName

The name of the process

Metric Data Type Description

total-objects-in-cache

integer

Objects in Cache

total-objects

integer

Total Cached Objects

total-objects-active

integer

Total Active Objects

total-objects-committed

integer

Total Committed Objects

max-active-objects

integer

Maximum number of Active Objects

times-buffer-overflowed

integer

Times Cache Buffer Overflowed

times-get-next-from-file

integer

Number of Get Next From File Operations

times-get-last-from-file

integer

Number of Get Last From File Operations

times-small-buff-forced-out

integer

Number of Times a Small Buffer was Forced Out

times-retrieved

integer

Number of Retrieval Operations

total-number-of-q-hits

integer

Number of Cache Hits

total-number-of-q-misses

integer

Number of Cache Misses

total-number-of-q-puts

integer

Number of Cache Puts

total-number-of-q-tries

integer

Number of Cache Tries

total-number-of-q-entries

integer

Number of Queue Tries

max-number-of-q-entries

integer

Maximum number of Queue Tries

total-munmap

integer

Number of UnMap Operations

total-cnnbl-attempts

integer

Number of Cannibalize Attempts

total-cnnbl-success

integer

Number of Successful Cannibalize Attempts

total-cnnbl-mbufs

integer

Number of Buffer Cannibalize Attempts

total-file-cache-requests

integer

Number of File Cache Requests

total-file-cache-entries

integer

Number of File Cache Entries

total-file-cache-placed

integer

Number of File Objects Placed in Cache

max-qlength

integer

Maximum Queue Length

max-processed

integer

Maximum number of operations processed

times-wait-signaled

integer

Number of times a Cache Operation was Wait Signaled

times-file-cache-not-needed

integer

Number of times a File Cache was not needed

times-requestor-needed-fc

integer

Number of times a Requestor Needed a File Cache

total-objects-in-file-cache

integer

Total Number of Objects in the File Cache

total-file-cache-bytes-todisk

integer

Size of the File Cache on Disk

times-cache-flushed

integer

Number of times the Cache was flushed

max-memory-usage

integer

Maximum Memory Usage for the Cache

average-memory-usage

integer

Average Memory Usage for the Cache