Retrieve an existing Process Performance Resource Utilization Information
get
/services/{version}/mpoints/{item}/processPerformance
Request
Path Parameters
-
item: string
Minimum Length:
1Maximum Length:32 -
version: 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:
objectTitle:
Show Source
Oracle GoldenGate Process Performance details-
$schema(optional):
Allowed Values:
[ "mpoints:processPerformance" ] -
cpuTimeUs(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Process CPU Time (in microseconds) -
handleCount(optional):
integer
Minimum Value:
-1Maximum Value:9.223372036854776E18Number of Handles -
ioOtherBytes(optional):
integer
Minimum Value:
-1Maximum Value:9.223372036854776E18Number of I/O Other Bytes Transfered -
ioOtherCount(optional):
integer
Minimum Value:
-1Maximum Value:9.223372036854776E18Number of I/O Other Operations -
ioReadBytes(optional):
integer
Minimum Value:
-1Maximum Value:9.223372036854776E18Number of I/O Read Bytes Transfered -
ioReadCount(optional):
integer
Minimum Value:
-1Maximum Value:9.223372036854776E18Number of I/O Read Operations -
ioWriteBytes(optional):
integer
Minimum Value:
-1Maximum Value:9.223372036854776E18Number of I/O Write Bytes Transfered -
ioWriteCount(optional):
integer
Minimum Value:
-1Maximum Value:9.223372036854776E18Number of I/O Write Operations -
kernelTimeUs(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Process Kernel Mode Time (in microseconds) -
pageFaults(optional):
integer
Minimum Value:
-1Maximum Value:9.223372036854776E18Number of Page Faults for the Process -
peakWorkingSetSize(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Peak Process Working Set Size in bytes -
privateBytes(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Process Private Size in bytes -
processId(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18The operating system process id -
processStartTime(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Process Start Time -
threadCount(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of Threads -
userTimeUs(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Process User Mode Time (in microseconds) -
workingSetSize(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Process Working Set Size in bytes
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":[
]
}