既存のスーパー・プール統計の取得

get

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

リクエスト

パス・パラメータ
先頭に戻る

レスポンス

サポートされるメディア・タイプ

200レスポンス

本文()
ルート・スキーマ: Oracle GoldenGate Superpool statistics
型: object
タイトル: Oracle GoldenGate Superpool statistics
ソースの表示
レスポンスの例(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":[
    ]
}
先頭に戻る