Retrieve an existing Queue Statistics

get

/services/{version}/mpoints/{item}/queueStatistics

Required Role: User

Retrieve an existing Queue Statistics

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Queue statistics
Type: object
Title: Oracle GoldenGate Queue statistics
Show Source
Nested Schema : queueStatistics
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 2147483647
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"mpoints:queueStatistics",
        "queueStatistics":[
            {
                "queueReadWaits":"0",
                "queueWrites":"55463",
                "threadId":"21963",
                "queueReadsSignaled":"0",
                "queueMaxSize":"0",
                "queueName":"AsyncReader 1 Buffers",
                "queueReads":"55460",
                "queueWriteWaits":"0",
                "queueWritesSignaled":"0",
                "queueItems":"4",
                "queueCurrentSize":"0"
            },
            {
                "queueReadWaits":"68118",
                "queueWrites":"7721",
                "threadId":"21964",
                "queueReadsSignaled":"7720",
                "queueMaxSize":"0",
                "queueName":"AsyncReader 1 Results",
                "queueReads":"7721",
                "queueWriteWaits":"0",
                "queueWritesSignaled":"0",
                "queueItems":"8",
                "queueCurrentSize":"0"
            },
            {
                "queueReadWaits":"2",
                "queueWrites":"14893",
                "threadId":"21964",
                "queueReadsSignaled":"13",
                "queueMaxSize":"0",
                "queueName":"IXAsyncTrans Buffers",
                "queueReads":"14594",
                "queueWriteWaits":"0",
                "queueWritesSignaled":"0",
                "queueItems":"300",
                "queueCurrentSize":"0"
            },
            {
                "queueReadWaits":"64436",
                "queueWrites":"15567",
                "threadId":"21964",
                "queueReadsSignaled":"29",
                "queueMaxSize":"34359738368",
                "queueName":"IXAsyncTrans Results",
                "queueReads":"15567",
                "queueWriteWaits":"0",
                "queueWritesSignaled":"0",
                "queueItems":"316",
                "queueCurrentSize":"0"
            }
        ]
    },
    "messages":[
    ],
    "links":[
    ]
}
Back to Top