Retrieve an existing Process Performance Resource Utilization Information
get
/services/{version}/mpoints/{item}/processPerformance
Required Role: User
Retrieve an existing Process Performance Resource Utilization InformationRequest
Path Parameters
-
item(required): string
Minimum Length:
1
Maximum Length:32
-
version(required): string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
200 Response
Root Schema : Oracle GoldenGate Process Performance details
Type:
object
Title:
Show Source
Oracle GoldenGate Process Performance details
-
$schema:
Allowed Values:
[ "mpoints:processPerformance" ]
-
cpuTimeUs:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Process CPU Time (in microseconds) -
handleCount:
integer
Minimum Value:
-1
Maximum Value:9223372036854776000
Number of Handles -
ioOtherBytes:
integer
Minimum Value:
-1
Maximum Value:9223372036854776000
Number of I/O Other Bytes Transfered -
ioOtherCount:
integer
Minimum Value:
-1
Maximum Value:9223372036854776000
Number of I/O Other Operations -
ioReadBytes:
integer
Minimum Value:
-1
Maximum Value:9223372036854776000
Number of I/O Read Bytes Transfered -
ioReadCount:
integer
Minimum Value:
-1
Maximum Value:9223372036854776000
Number of I/O Read Operations -
ioWriteBytes:
integer
Minimum Value:
-1
Maximum Value:9223372036854776000
Number of I/O Write Bytes Transfered -
ioWriteCount:
integer
Minimum Value:
-1
Maximum Value:9223372036854776000
Number of I/O Write Operations -
kernelTimeUs:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Process Kernel Mode Time (in microseconds) -
pageFaults:
integer
Minimum Value:
-1
Maximum Value:9223372036854776000
Number of Page Faults for the Process -
peakWorkingSetSize:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Peak Process Working Set Size in bytes -
privateBytes:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Process Private Size in bytes -
processId:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
The operating system process id -
processStartTime:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Process Start Time -
threadCount:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of Threads -
userTimeUs:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Process User Mode Time (in microseconds) -
workingSetSize:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Process Working Set Size in bytes
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":[
]
}