既存のプロセス・パフォーマンス・リソース使用状況情報の取得
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
最大値:9223372036854776000
プロセスのCPU時間(ミリ秒) - handleCount: integer
最小値:
-1
最大値:9223372036854776000
ハンドル数 - ioOtherBytes: integer
最小値:
-1
最大値:9223372036854776000
I/O数(転送されたその他のバイト) - ioOtherCount: integer
最小値:
-1
最大値:9223372036854776000
I/O数(その他の操作) - ioReadBytes: integer
最小値:
-1
最大値:9223372036854776000
I/O数(転送された読取りバイト) - ioReadCount: integer
最小値:
-1
最大値:9223372036854776000
I/O数(読取り操作) - ioWriteBytes: integer
最小値:
-1
最大値:9223372036854776000
I/O数(転送された書込みバイト) - ioWriteCount: integer
最小値:
-1
最大値:9223372036854776000
I/O数(書込み操作) - kernelTimeUs: integer
最小値:
0
最大値:9223372036854776000
プロセスのカーネル・モード時間(ミリ秒) - pageFaults: integer
最小値:
-1
最大値:9223372036854776000
プロセスのページ・フォルトの数 - peakWorkingSetSize: integer
最小値:
0
最大値:9223372036854776000
ピーク時のプロセス作業セット・サイズ(バイト) - privateBytes: integer
最小値:
0
最大値:9223372036854776000
プロセスのプライベート・サイズ(バイト) - processId: integer
最小値:
0
最大値:9223372036854776000
オペレーティング・システムのプロセスID - processStartTime: integer
最小値:
0
最大値:9223372036854776000
プロセス開始時間 - threadCount: integer
最小値:
0
最大値:9223372036854776000
スレッド数 - userTimeUs: integer
最小値:
0
最大値:9223372036854776000
プロセスのユーザー・モード時間(ミリ秒) - workingSetSize: integer
最小値:
0
最大値:9223372036854776000
プロセスのワーキング・セット・サイズ(バイト)
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"response":{
"threadCount":"8",
"processStartTime":"3452343243",
"cpuTimeUs":"250730",
"ioWriteCount":"497545",
"handleCount":"-1",
"pageFaults":"644770",
"userTimeUs":"155890",
"processId":"21941",
"ioWriteBytes":"3223658683",
"ioReadCount":"891326",
"peakWorkingSetSize":"30908416",
"$schema":"mpoints:processPerformance",
"privateBytes":"462340096",
"workingSetSize":"30908416",
"kernelTimeUs":"94840",
"ioReadBytes":"443642903",
"ioOtherBytes":"-1",
"ioOtherCount":"-1"
},
"messages":[
],
"links":[
]
}