既存のキャッシュ・マネージャ統計の取得
get
/services/{version}/mpoints/{item}/cacheStatistics
リクエスト
パス・パラメータ
- item: string
最小長:
1最大長:32 - version: string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
ルート・スキーマ: Oracle GoldenGate Cache Manager Statistics
型:
objectタイトル:
ソースの表示
Oracle GoldenGate Cache Manager Statistics- $schema:
指定できる値:
[ "mpoints:cacheStatistics" ] - averageMemoryUsage: integer
最小値:
0最大値:9.223372036854776E18キャッシュの平均メモリー使用率 - maxActiveObjects: integer
最小値:
0最大値:2147483647アクティブなオブジェクトの最大数 - maxMemoryUsage: integer
最小値:
0最大値:9.223372036854776E18キャッシュの最大メモリー使用率 - maxNumberOfQEntries: integer
最小値:
0最大値:9.223372036854776E18キュー試行の最大数 - maxProcessed: integer
最小値:
0最大値:9.223372036854776E18処理された操作の最大数 - maxQlength: integer
最小値:
0最大値:9.223372036854776E18最大キュー長 - timesBufferOverflowed: integer
最小値:
0最大値:9.223372036854776E18キャッシュ・バッファがオーバーフローした回数 - timesCacheFlushed: integer
最小値:
0最大値:9.223372036854776E18キャッシュがフラッシュされた回数 - timesFileCacheNotNeeded: integer
最小値:
0最大値:9.223372036854776E18ファイル・キャッシュが必要なかった回数 - timesGetLastFromFile: integer
最小値:
0最大値:9.223372036854776E18ファイルから最新を取得した操作の回数 - timesGetNextFromFile: integer
最小値:
0最大値:9.223372036854776E18ファイルから次を取得した操作の回数 - timesRequestorNeededFc: integer
最小値:
0最大値:9.223372036854776E18リクエスト元がファイル・キャッシュを必要とした回数 - timesRetrieved: integer
最小値:
0最大値:9.223372036854776E18取得操作の回数 - timesSmallBuffForcedOut: integer
最小値:
0最大値:9.223372036854776E18小さいバッファが強制的に破棄された回数 - timesWaitSignaled: integer
最小値:
0最大値:9.223372036854776E18キャッシュ操作の待機シグナルが発生した回数 - totalCnnblAttempts: integer
最小値:
0最大値:9.223372036854776E18流用試行回数 - totalCnnblMbufs: integer
最小値:
0最大値:9.223372036854776E18バッファ流用試行回数 - totalCnnblSuccess: integer
最小値:
0最大値:9.223372036854776E18流用試行が成功した回数 - totalFileCacheBytesToDisk: integer
最小値:
0最大値:9.223372036854776E18ディスク上のファイル・キャッシュ・サイズ - totalFileCacheEntries: integer
最小値:
0最大値:9.223372036854776E18ファイル・キャッシュ・エントリの数 - totalFileCachePlaced: integer
最小値:
0最大値:9.223372036854776E18キャッシュに配置されたファイル・オブジェクトの数 - totalFileCacheRequests: integer
最小値:
0最大値:9.223372036854776E18ファイル・キャッシュ・リクエストの数 - totalMunmap: integer
最小値:
0最大値:9.223372036854776E18アンマップ操作の回数 - totalNumberOfQEntries: integer
最小値:
0最大値:9.223372036854776E18キュー試行の回数 - totalNumberOfQHits: integer
最小値:
0最大値:9.223372036854776E18キャッシュ・ヒットの回数 - totalNumberOfQMisses: integer
最小値:
0最大値:9.223372036854776E18キャッシュ・ミスの回数 - totalNumberOfQPuts: integer
最小値:
0最大値:9.223372036854776E18キャッシュ・プットの回数 - totalNumberOfQTries: integer
最小値:
0最大値:9.223372036854776E18キャッシュ試行の回数 - totalObjects: integer
最小値:
0最大値:9.223372036854776E18キャッシュされたオブジェクトの合計数 - totalObjectsActive: integer
最小値:
0最大値:2147483647アクティブなオブジェクトの合計数 - totalObjectsCommitted: integer
最小値:
0最大値:2147483647コミットされたオブジェクトの合計数 - totalObjectsInCache: integer
最小値:
0最大値:9.223372036854776E18キャッシュ内のオブジェクト数 - totalObjectsInFileCache: integer
最小値:
0最大値:9.223372036854776E18ファイル・キャッシュ内のオブジェクトの合計数
レスポンスの例(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":[
]
}