Retrieve an existing Cache Manager Statistics
get
/services/{version}/mpoints/{item}/cacheStatistics
Required Role: User
Retrieve an existing Cache Manager StatisticsRequest
Path Parameters
-
item(required): string
Minimum Length:
1Maximum Length:32 -
version(required): string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
200 Response
Root Schema : Oracle GoldenGate Cache Manager Statistics
Type:
objectTitle:
Show Source
Oracle GoldenGate Cache Manager Statistics-
$schema:
Allowed Values:
[ "mpoints:cacheStatistics" ] -
averageMemoryUsage:
integer
Minimum Value:
0Maximum Value:9223372036854776000Average Memory Usage for the Cache -
maxActiveObjects:
integer
Minimum Value:
0Maximum Value:2147483647Max Number of Active Objects -
maxMemoryUsage:
integer
Minimum Value:
0Maximum Value:9223372036854776000Max Memory Usage for the Cache -
maxNumberOfQEntries:
integer
Minimum Value:
0Maximum Value:9223372036854776000Max Number of Queue Tries -
maxProcessed:
integer
Minimum Value:
0Maximum Value:9223372036854776000Max Number of operations Processed -
maxQlength:
integer
Minimum Value:
0Maximum Value:9223372036854776000Max Queue Length -
timesBufferOverflowed:
integer
Minimum Value:
0Maximum Value:9223372036854776000Times Cache Buffer Overflowed -
timesCacheFlushed:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Times the Cache was Flushed -
timesFileCacheNotNeeded:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Times a File Cache was not Needed -
timesGetLastFromFile:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Get Last From File Operations -
timesGetNextFromFile:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Get Next From File Operations -
timesRequestorNeededFc:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Times a Requestor Needed a File Cache -
timesRetrieved:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Retrieval Operations -
timesSmallBuffForcedOut:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Times a Small Buffer was Forced Out -
timesWaitSignaled:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Times a Cache Operation was Wait Signaled -
totalCnnblAttempts:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Cannibalize Attempts -
totalCnnblMbufs:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Buffer Cannibalize Attempts -
totalCnnblSuccess:
integer
Minimum Value:
0Maximum Value:9223372036854776000umber of Cannibalize Attempts Successful -
totalFileCacheBytesToDisk:
integer
Minimum Value:
0Maximum Value:9223372036854776000Size of the File Cache on Disk -
totalFileCacheEntries:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of File Cache Entries -
totalFileCachePlaced:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of File Objects Placed in Cache -
totalFileCacheRequests:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of File Cahce Requests -
totalMunmap:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of UnMap Operations -
totalNumberOfQEntries:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Queue Tries -
totalNumberOfQHits:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Cache Hits -
totalNumberOfQMisses:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Cache Misses -
totalNumberOfQPuts:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Cache Puts -
totalNumberOfQTries:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of Cache Tries -
totalObjects:
integer
Minimum Value:
0Maximum Value:9223372036854776000Total Cached Objects -
totalObjectsActive:
integer
Minimum Value:
0Maximum Value:2147483647Total Active Objects -
totalObjectsCommitted:
integer
Minimum Value:
0Maximum Value:2147483647Total Committed Objects -
totalObjectsInCache:
integer
Minimum Value:
0Maximum Value:9223372036854776000Objects in Cache -
totalObjectsInFileCache:
integer
Minimum Value:
0Maximum Value:9223372036854776000Total Number of Objects in the File Cache
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":[
]
}