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