View Incoming Statistics of a Participant
get
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/incoming/participants/{participantName}
Use this endpoint to view federation performance statistics from the perspective of the participant who receives federated data from a specific remote federation participant.
Request
Path Parameters
-
memberIdentifier(required): string
An identifier of the member, it can either be the name or the nodeId of the member.
-
participantName(required): string
Name of the participant.
-
serviceName(required): string
Name of the cache service.
Response
Supported Media Types
- application/json
200 Response
A successful request that returns incoming statistics for a participant
Root Schema : federationIncomingStatistics
Type:
object
Provides out-going replication statistics from a destination's perspective.
Show Source
-
bytesReceivedSecs:
integer(int64)
Read Only:
true
The bytes received per second. -
location:
string
Read Only:
true
The location of the MBean server -
member:
string
Read Only:
true
Name of the cluster member -
msgApplyTimePercentileMillis:
integer(int64)
Read Only:
true
The 90-percentile value of the time (in milliseconds) it took to apply the replication messages on the destination. -
msgsReceivedSecs:
integer(int64)
Read Only:
true
The messages received per second. -
name:
string
Read Only:
true
Name of the remote participant -
nodeId:
integer(int64)
Read Only:
true
The ID of member to which the MBean belongs -
recordBacklogDelayTimePercentileMillis:
integer(int64)
Read Only:
true
The 90-percentile value of the time (in milliseconds) the Journal Records are in the Cache waiting to be replicated. -
replicateMessageLastException:
string
Read Only:
true
The last exception recorded for a ReplicateMessage request. -
totalBytesReceived:
integer(int64)
Read Only:
true
The total number of bytes that were received. -
totalEntriesReceived:
integer(int64)
Read Only:
true
The total number of cache entries that were received. -
totalErrorRequests:
integer(int64)
Read Only:
true
The total number of ReplicateMessage requests with error. Check the log for details of the errors. -
totalMsgReceived:
integer(int64)
Read Only:
true
The total number of replication messages that were received. A Replication message could contain multiple journal records. -
totalMsgUnacked:
integer(int64)
Read Only:
true
The total number of un-acked replication messages. -
totalRecordsReceived:
integer(int64)
Read Only:
true
The total number of journal records that were received. A Journal Record could consist of multiple cache entries that are part of the same transaction. -
type:
string
Read Only:
true
Allowed Values:[ "Origin" ]
The type of the MBean