Retrieve an existing Super Pool Statistics

get

/services/{version}/mpoints/{item}/superpoolStatistics

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Superpool statistics
Type: object
Title: Oracle GoldenGate Superpool statistics
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "vmMaxAllocation":8388608,
        "activeFileQueue":0,
        "vmDefaultAllocation":65536,
        "maxVmSize":8388608,
        "currentFileQueueLen":0,
        "softPageoutSize":6.8719476736E10,
        "$schema":"mpoints:superpoolStatistics",
        "currentMmapRecycles":0,
        "currentVmUsed":0,
        "currentMmapAnon":0,
        "currentDiskUse":0,
        "hardPageout":1.03079215104E11,
        "mmapGrainularity":0,
        "currentMmapFiles":0,
        "minObjToPageout":8388608,
        "maxVmUsed":[
            0,
            65536
        ],
        "minVmToPageout":32,
        "initialVmIncrement":524288
    },
    "messages":[
    ],
    "links":[
    ]
}