Resources | global | icmpGeneralGroupStatistics

icmpGeneralGroupStatistics

The collection of ICMP General Group information for the specified instance.

Operational Data

ParameterDescription
ceName The name of the compute element for this entry.
inMsgs The total number of ICMP messages which the entity received. Note that this counter includes all those counted by icmpInErrors.
inEchos The number of ICMP Echo (request) messages received.
inEchoReps The number of ICMP Echo Reply messages received.
inDestUnreachs The number of ICMP Destination Unreachable messages received.
inErrors The number of ICMP messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.).
outMsgs The total number of ICMP messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors.
outErrors The number of ICMP messages which this entity did not send due to problems discovered within ICMP such as a lack of buffers. This value should not include errors discovered outside the ICMP layer such as the inability of IP to route the resultant datagram. In some implementations there may be no types of error which contribute to this counter's value.
outEchos The number of ICMP Echo (request) messages sent.
outEchoReps The number of ICMP Echo Reply messages sent.
outDestUnreachs The number of ICMP Destination Unreachable messages sent.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/global/icmpGeneralGroupStatistics/{ceName}

  • No labels