既存のプロセス・パフォーマンス・リソース使用状況情報の取得

get

/services/{version}/mpoints/{item}/processPerformance

必要なロール: ユーザー

既存のプロセス・パフォーマンス・リソース使用状況情報の取得

リクエスト

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

レスポンス

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

200レスポンス

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