Retrieve an existing Cache Manager Statistics

get

/services/{version}/mpoints/{item}/cacheStatistics

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Cache Manager Statistics
Type: object
Title: Oracle GoldenGate Cache Manager Statistics
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "totalObjectsInFileCache":0,
        "totalCnnblMbufs":0,
        "maxMemoryUsage":0,
        "timesBufferOverflowed":0,
        "maxProcessed":0,
        "totalFileCachePlaced":0,
        "timesGetNextFromFile":0,
        "totalNumberOfQMisses":0,
        "timesGetLastFromFile":0,
        "maxNumberOfQEntries":0,
        "totalNumberOfQPuts":0,
        "timesSmallBuffForcedOut":0,
        "timesFileCacheNotNeeded":0,
        "totalNumberOfQEntries":0,
        "timesRequestorNeededFc":0,
        "$schema":"mpoints:cacheStatistics",
        "totalFileCacheRequests":0,
        "timesRetrieved":0,
        "totalCnnblAttempts":0,
        "totalObjectsActive":0,
        "totalMunmap":0,
        "totalFileCacheBytesToDisk":0,
        "averageMemoryUsage":0,
        "maxQlength":0,
        "totalObjects":0,
        "totalCnnblSuccess":0,
        "timesCacheFlushed":0,
        "totalFileCacheEntries":0,
        "maxActiveObjects":0,
        "totalObjectsCommitted":0,
        "totalObjectsInCache":0,
        "timesWaitSignaled":0,
        "totalNumberOfQTries":0,
        "totalNumberOfQHits":0
    },
    "messages":[
    ],
    "links":[
    ]
}