Retrieve an existing Performance Metrics Service Worker Thread Statistics
get
/services/{version}/mpoints/{item}/pmsrvrWorkerStats
Required Role: User
Retrieve an existing Performance Metrics Service Worker Thread StatisticsRequest
Path Parameters
-
item(required): string
Minimum Length:
1Maximum 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 PM Server Worker Thread Statistics
Type:
objectTitle:
Show Source
Oracle GoldenGate PM Server Worker Thread Statistics-
$schema:
Allowed Values:
[ "mpoints:pmsrvrWorkerStats" ] -
pmsrvrWorkerStats:
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-
appendTimeHWM:
integer
Minimum Value:
0Maximum Value:2147483647HWM in milliseconds of an append operation -
commitTimeHWM:
integer
Minimum Value:
0Maximum Value:2147483647HWM in milliseconds of a commit operation -
databasesAssigned:
integer
Minimum Value:
0Maximum Value:2147483647Total Number of Databases assigned to this worker -
executionTime:
integer
Minimum Value:
0Maximum Value:9223372036854776000Total Execution Time in milliseconds -
lastTimeWorkerQueueFull:
lastTimeWorkerQueueFull
Last Time the Worker Queue wax at max
-
operationsProcessed:
integer
Minimum Value:
0Maximum Value:9223372036854776000Total Number of Operations Processed -
threadId:
integer
Minimum Value:
0Maximum Value:9223372036854776000Thread id of the Worker Thread -
threadName:
string
Minimum Length:
1Maximum Length:64Name of the Worker Thread -
timeQueueDepthHWMHit:
timeQueueDepthHWMHit
Time HWM Depth of the Worker Queue hit
-
timesWorkerQueueFull:
integer
Minimum Value:
0Maximum Value:2147483647Number of times the Worker Queue was Full -
waitTime:
integer
Minimum Value:
0Maximum Value:9223372036854776000Total Wait time in milliseconds -
workerId:
integer
Minimum Value:
0Maximum Value:9223372036854776000Worker id number -
workerQueueDepth:
integer
Minimum Value:
0Maximum Value:2147483647Current Depth of the Worker Queue -
workerQueueDepthHWM:
integer
Minimum Value:
0Maximum Value:2147483647HWM Depth of the Worker Queue -
writeTimeHWM:
integer
Minimum Value:
0Maximum Value:2147483647HWM in milliseconds of a write operation
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":[
]
}