Ping
ping is a utility using ICMP Echo Requests to test connectivity between hosts. Useful for latency and packet loss detection.
Input:
ping -i 0.5 -c 5 example.com
Explanation: Sends 5 ICMP requests at 0.5-second intervals to measure response time from example.com.
References: