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

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":"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":[
    ]
}
先頭に戻る