profiling.icmp table

The profiling.icmp table stores information on ping response statistics.

The following table describes the columns in the profiling.icmp table.
Table 1. profiling.icmp database table
Column name Constraints Data type Description

IPVERSION

Not NULL

Text

IPv4, IPv6, or all versions.

TIMEOUTS

Not NULL

Integer

Number of ICMP requests for which no replay has been received.

PACKETSIN

Not NULL

Text

Number of ICMP packets received.

ERRORSIN

Not NULL

Integer

Number of ICMP errors received.

PACKETSOUT

Not NULL

Integer

Number of ICMP packets sent.

ERRORSOUT

Not NULL

Integer

Total number of errors encountered when sending ICMP packets.