既存のキャッシュ・マネージャ統計の取得

get

/services/{version}/mpoints/{item}/cacheStatistics

必要なロール: ユーザー

既存のキャッシュ・マネージャ統計の取得

リクエスト

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

レスポンス

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

200レスポンス

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