Retrieve an existing Process Performance Resource Utilization Information

get

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

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Process Performance details
Type: object
Title: Oracle GoldenGate Process Performance details
Show Source
Example Response (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":[
    ]
}