Retrieve an existing PM Service Monitored Process Statistics
get
/services/{version}/mpoints/{item}/pmsrvrProcStats
Request
Path Parameters
-
item: string
Minimum Length:
1Maximum Length:32 -
version: string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
200 Response
Root Schema : Oracle GoldenGate PM Server Monitored Process Statistics
Type:
objectTitle:
Show Source
Oracle GoldenGate PM Server Monitored Process Statistics-
$schema(optional):
Allowed Values:
[ "mpoints:pmsrvrProcStats" ] -
pmsrvrProcStats(optional):
array pmsrvrProcStats
Minimum Number of Items:
0Maximum Number of Items:2147483647
Nested Schema : pmsrvrProcStats
Type:
arrayMinimum Number of Items:
0Maximum Number of Items:
Show Source
2147483647Nested Schema : items
Type:
Show Source
object-
appendErrors(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total Number of Append Errors -
appends(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total Number of Append Operations -
bytesReceived(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total Number of Bytes Received -
droppedPackets(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total Number of Dropped Packets -
maxPacket(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Maximum Packet Size -
missingPackets(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total Number of Missing Packets -
operationErrors(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total Number of Operation Errors -
packetErrors(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total Number of Packets in Error -
packetsReceived(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total Number of Packets Received -
processId(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Process id of the Monitored Process -
processName(optional):
string
Minimum Length:
1Maximum Length:64Name of the Monitored Process -
seqErrors(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total Number of Packets Sequencing Errors -
seqNumber(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Current Packet Sequence Number -
threadsStarted(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total Number of Times a Thread was Started for this Process -
workerThreadId(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Thread ID of the Worker Thread Started for this Process -
writeErrors(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total Number of Write Errors -
writes(optional):
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Total 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":[
]
}