Retrieve an existing Super Pool Statistics

get

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

Required Role: User

Retrieve an existing Super Pool Statistics

Request

Path Parameters
Back to Top

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":"68719476736",
        "$schema":"mpoints:superpoolStatistics",
        "currentMmapRecycles":"0",
        "currentVmUsed":"0",
        "currentMmapAnon":"0",
        "currentDiskUse":"0",
        "hardPageout":"103079215104",
        "mmapGrainularity":"0",
        "currentMmapFiles":"0",
        "minObjToPageout":"8388608",
        "maxVmUsed":[
            "0",
            "65536"
        ],
        "minVmToPageout":"32",
        "initialVmIncrement":"524288"
    },
    "messages":[
    ],
    "links":[
    ]
}
Back to Top