Retrieve an existing PM Service Worker Thread Statistics

get

/services/{version}/mpoints/{item}/pmsrvrWorkerStats

Required Role: User

Retrieve an existing PM Service Worker Thread Statistics

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate PM Server Worker Thread Statistics
Type: object
Title: Oracle GoldenGate PM Server Worker Thread Statistics
Show Source
Nested Schema : pmsrvrWorkerStats
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 2147483647
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : lastTimeWorkerQueueFull
Last Time the Worker Queue wax at max
Match One
Show Source
  • Minimum Length: 20
    Maximum Length: 32
    Pattern: ^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
Nested Schema : timeQueueDepthHWMHit
Time HWM Depth of the Worker Queue hit
Match One
Show Source
  • Minimum Length: 20
    Maximum Length: 32
    Pattern: ^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
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":[
    ]
}
Back to Top