{ "operationId": "getProcessPerformance", "method": "GET", "path": "/services/v2/mpoints/{item}/processPerformance", "summary": "Oracle Goldengate Retrieve Process Performance Utilization", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getprocessperformance200Example", "example": { "processName": "example_value", "cpuUsage": 42.5, "memoryUsage": 10, "threadCount": 10 } } ] }