既存のプロセス・パフォーマンス・リソース使用状況情報の取得
get
/services/{version}/mpoints/{item}/processPerformance
リクエスト
パス・パラメータ
- item: string
最小長:
1
最大長:32
- version: string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
ルート・スキーマ: Oracle GoldenGate Process Performance details
型:
object
タイトル:
ソースの表示
Oracle GoldenGate Process Performance details
- $schema:
指定できる値:
[ "mpoints:processPerformance" ]
- cpuTimeUs: integer
最小値:
0
最大値:9.223372036854776E18
プロセスのCPU時間(ミリ秒) - handleCount: integer
最小値:
-1
最大値:9.223372036854776E18
ハンドル数 - ioOtherBytes: integer
最小値:
-1
最大値:9.223372036854776E18
I/O数(転送されたその他のバイト) - ioOtherCount: integer
最小値:
-1
最大値:9.223372036854776E18
I/O数(その他の操作) - ioReadBytes: integer
最小値:
0
最大値:9.223372036854776E18
I/O数(転送された読取りバイト) - ioReadCount: integer
最小値:
0
最大値:9.223372036854776E18
I/O数(読取り操作) - ioWriteBytes: integer
最小値:
0
最大値:9.223372036854776E18
I/O数(転送された書込みバイト) - ioWriteCount: integer
最小値:
0
最大値:9.223372036854776E18
I/O数(書込み操作) - kernelTimeUs: integer
最小値:
0
最大値:9.223372036854776E18
プロセスのカーネル・モード時間(ミリ秒) - pageFaults: integer
最小値:
0
最大値:9.223372036854776E18
プロセスのページ・フォルトの数 - peakWorkingSetSize: integer
最小値:
0
最大値:9.223372036854776E18
ピーク時のプロセス作業セット・サイズ(バイト) - privateBytes: integer
最小値:
0
最大値:9.223372036854776E18
プロセスのプライベート・サイズ(バイト) - processId: integer
最小値:
0
最大値:9.223372036854776E18
オペレーティング・システムのプロセスID - processStartTime: integer
最小値:
0
最大値:9.223372036854776E18
プロセス開始時間 - threadCount: integer
最小値:
0
最大値:9.223372036854776E18
スレッド数 - userTimeUs: integer
最小値:
0
最大値:9.223372036854776E18
プロセスのユーザー・モード時間(ミリ秒) - workingSetSize: integer
最小値:
0
最大値:9.223372036854776E18
プロセスのワーキング・セット・サイズ(バイト)
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"response":{
"threadCount":8,
"processStartTime":3.452343243E9,
"cpuTimeUs":250730,
"ioWriteCount":497545,
"handleCount":-1,
"pageFaults":644770,
"userTimeUs":155890,
"processId":21941,
"ioWriteBytes":3.223658683E9,
"ioReadCount":891326,
"peakWorkingSetSize":30908416,
"$schema":"mpoints:processPerformance",
"privateBytes":462340096,
"workingSetSize":30908416,
"kernelTimeUs":94840,
"ioReadBytes":443642903,
"ioOtherBytes":-1,
"ioOtherCount":-1
},
"messages":[
],
"links":[
]
}