Retrieve an existing PM Service Monitored Process Statistics

get

/services/{version}/mpoints/{item}/pmsrvrProcStats

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate PM Server Monitored Process Statistics
Type: object
Title: Oracle GoldenGate PM Server Monitored Process Statistics
Show Source
Nested Schema : pmsrvrProcStats
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 2147483647
Show Source
Nested Schema : items
Type: object
Show Source
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Total Number of Append Errors
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Total Number of Append Operations
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Total Number of Bytes Received
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Total Number of Dropped Packets
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Maximum Packet Size
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Total Number of Missing Packets
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Total Number of Operation Errors
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Total Number of Packets in Error
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Total Number of Packets Received
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Process id of the Monitored Process
  • Minimum Length: 1
    Maximum Length: 64
    Name of the Monitored Process
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Total Number of Packets Sequencing Errors
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Current Packet Sequence Number
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Total Number of Times a Thread was Started for this Process
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Thread ID of the Worker Thread Started for this Process
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Total Number of Write Errors
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    Total Number of Write Operations
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"mpoints:pmsrvrProcStats",
        "pmsrvrProcStats":[
            {
                "appends":234,
                "processName":"MGR",
                "maxPacketSize":8192,
                "seqErrors":0,
                "packetsReceived":12,
                "processId":123,
                "workerThreadId":1601,
                "threadsStarted":1,
                "missingPackets":0,
                "operationErrors":0,
                "bytesReceived":45345,
                "writeErrors":0,
                "packetErrors":0,
                "seqNumber":343,
                "appendErrors":0,
                "droppedPackets":0,
                "writes":1234
            },
            {
                "appends":23,
                "processName":"EXT1",
                "maxPacketSize":8192,
                "seqErrors":0,
                "packetsReceived":12,
                "processId":124,
                "workerThreadId":1602,
                "threadsStarted":1,
                "missingPackets":0,
                "operationErrors":0,
                "bytesReceived":4345,
                "writeErrors":0,
                "packetErrors":0,
                "seqNumber":34,
                "appendErrors":0,
                "droppedPackets":0,
                "writes":123
            },
            {
                "appends":34,
                "processName":"REP1",
                "maxPacketSize":8192,
                "seqErrors":0,
                "packetsReceived":16,
                "processId":125,
                "workerThreadId":1603,
                "threadsStarted":1,
                "missingPackets":0,
                "operationErrors":0,
                "bytesReceived":55345,
                "writeErrors":0,
                "packetErrors":0,
                "seqNumber":366,
                "appendErrors":0,
                "droppedPackets":0,
                "writes":234
            }
        ]
    },
    "messages":[
    ],
    "links":[
    ]
}