Retrieve an existing Process Performance Resource Utilization Information

get

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

Required Role: User

Retrieve an existing Process Performance Resource Utilization Information

Request

Path Parameters
Back to Top

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":"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":[
    ]
}
Back to Top