Retrieve an existing PM Service Worker Thread Statistics
get
/services/{version}/mpoints/{item}/pmsrvrWorkerStats
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 PM Server Worker Thread Statistics
Type:
objectTitle:
Show Source
Oracle GoldenGate PM Server Worker Thread Statistics-
$schema(optional):
Allowed Values:
[ "mpoints:pmsrvrWorkerStats" ] -
pmsrvrWorkerStats(optional):
array pmsrvrWorkerStats
Minimum Number of Items:
0Maximum Number of Items:2147483647
Nested Schema : pmsrvrWorkerStats
Type:
arrayMinimum Number of Items:
0Maximum Number of Items:
Show Source
2147483647Nested Schema : items
Type:
Show Source
object-
databasesAssigned(optional):
integer
Minimum Value:
0Maximum Value:2147483647Total Number of Databases assigned to this worker -
executionTime(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total Execution Time in milliseconds -
operationsProcessed(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total Number of Operations Processed -
threadId(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Thread id of the Worker Thread -
threadName(optional):
string
Minimum Length:
1Maximum Length:64Name of the Worker Thread -
timeQueueDepthHWMHit(optional):
timeQueueDepthHWMHit
Time HWM Depth of the Worker Queue hit
-
waitTime(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total Wait time in milliseconds -
workerId(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Worker id number -
workerQueueDepth(optional):
integer
Minimum Value:
0Maximum Value:2147483647Current Depth of the Worker Queue -
workerQueueDepthHWM(optional):
integer
Minimum Value:
0Maximum Value:2147483647HWM Depth of the Worker Queue
Example Response (application/json)
{
"$schema":"api:standardResponse",
"response":{
"$schema":"mpoints:pmsrvrWorkerStats",
"pmsrvrWorkerStats":[
{
"executionTime":34213,
"threadName":"CollectorWorker-1",
"threadId":12345,
"workerQueueDepth":0,
"processesAssigned":3,
"timeQueueDepthHWMHit":"2015-06-05T13:22:18.034456Z",
"waitTime":34204,
"bytesProcessed":136932,
"workerQueueDepthHWM":3,
"packetsProcessed":79,
"workerId":1
},
{
"executionTime":34213,
"threadName":"CollectorWorker-2",
"threadId":12346,
"workerQueueDepth":0,
"processesAssigned":3,
"timeQueueDepthHWMHit":"2015-06-05T13:22:18.034456Z",
"waitTime":34204,
"bytesProcessed":132343,
"workerQueueDepthHWM":21,
"packetsProcessed":73,
"workerId":2
},
{
"executionTime":34213,
"threadName":"CollectorWorker-3",
"threadId":12347,
"workerQueueDepth":0,
"processesAssigned":3,
"timeQueueDepthHWMHit":"2015-06-05T13:22:18.034456Z",
"waitTime":34204,
"bytesProcessed":136932,
"workerQueueDepthHWM":2,
"packetsProcessed":79,
"workerId":3
}
]
},
"messages":[
],
"links":[
]
}