View Network Statistics Between Members

get

/management/coherence/cluster/members/{memberIdentifier}/networkStats

Use this endpoint to determine network performance from the current viewing member to the specified viewed member. To specify the viewed member, enter the ID of the member.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

A successful request that includes network status and statistics
Body ()
Root Schema : networkStats
Type: object
Show Source
  • The Id of the member who is viewing.
  • Read Only: true
    The number of packets addressed to the viewed member that the viewing member is currently deferring to send. The viewing member will delay sending these packets until the number of outstanding packets falls below the value of the Threshold attribute. The value of this attribute is only meaningful if the viewing member has FlowControl enabled.
  • Read Only: true
    Indicates whether or not the viewing member is currently deferring packets to the viewed member. The value of this attribute is only meaningful if the viewing member has FlowControl enabled.
  • Read Only: true
    The number of milliseconds that have elapsed since the viewing member last received an acknowledgment from the viewed member.
  • Read Only: true
    The number of milliseconds that have elapsed since the viewing member last sent a packet to the viewed member.
  • Read Only: true
    The number of milliseconds that have elapsed since the viewing member declared the viewed member as slow, or -1 if the viewed member has never been declared slow.
  • Read Only: true
    The location of the MBean server
  • Read Only: true
    Name of the cluster member
  • Read Only: true
    The ID of member to which the MBean belongs
  • Read Only: true
    The number of packets that the viewing member has sent to the viewed member which have yet to be acknowledged. The value of this attribute is only meaningful if the viewing member has FlowControl enabled.
  • Read Only: true
    Indicates whether or not the viewing member currently considers the viewed member to be unresponsive. The value of this attribute is only meaningful if the viewing member has FlowControl enabled.
  • Read Only: true
    The percentage of time since the last time statistics were reset in which the viewing member considered the viewed member to be unresponsive. Under normal conditions this value should be very close to 0.0. Values near 1.0 would indicate that the viewed node is nearly inoperable, likely due to extremely long GC pauses. The value of this attribute is only meaningful if the viewing member has FlowControl enabled.
  • Read Only: true
    The publisher success rate from the viewing node to the viewed node since the statistics were last reset.
  • Read Only: true
    The receiver success rate from the viewing node to the viewed node since the statistics were last reset.
  • Read Only: true
    The timestamp when this model was last retrieved from a corresponding node. For local servers it is the local time.
  • Read Only: true
    The maximum number of outstanding packets for the viewed member that the viewing member is allowed to accumulate before initiating the deferral algorithm. The value of this attribute is only meaningful if the viewing member has FlowControl enabled.
  • Read Only: true
    Allowed Values: [ "PointToPoint" ]
    The type of the MBean
  • The Id of the member being viewed.
  • viewerStatistics
    Read Only: true
    Human readable summary of the point-to-point statistics from the viewing member for all other members.
Nested Schema : viewerStatistics
Type: array
Read Only: true
Human readable summary of the point-to-point statistics from the viewing member for all other members.
Show Source
Back to Top