Ping
Overview
A service check for ping involves monitoring the reachability and response times of network devices or hosts using the Internet Control Message Protocol (ICMP) echo request (ping) and echo reply (pong) messages. Ping is a basic network utility used to test connectivity between two devices and measure the round-trip time it takes for a packet to travel from the sender to the receiver and back.
List of Supported KPIs
Name | Description | Type |
---|---|---|
status | The status of the ping service. | String |
service.check.status | The status of the service check. | String |
ping.min.latency.ms | The minimum latency of the ping in milliseconds. | Count |
ping.max.latency.ms | The maximum latency of the ping in milliseconds. | Count |
ping.sent.packets | The number of packets sent during the ping. | Count |
ping.received.packets | The number of packets received during the ping. | Count |
ping.lost.packets | The number of packets lost during the ping. | Count |
ping.packet.lost.percent | The percentage of packets lost during the ping. | Count |
service.check.latency.ms | The latency of the service check in milliseconds. | Count |
ping.latency.ms | The latency of the ping in milliseconds. | Count |