Shell Commands/Ping

From MorphOS Library

< Shell Commands

Ping - Ping is a utility to measure round-trip-times and check reachability of a host over a IP-network.

non-standard arguments, type "Ping -h" for more information

Example usage:

System:> ping morph.zone
PING morph.zone (62.75.165.25): 56 data bytes
64 bytes from 62.75.165.25: icmp_seq=0 ttl=44 time=48.607 ms
64 bytes from 62.75.165.25: icmp_seq=1 ttl=44 time=43.321 ms
64 bytes from 62.75.165.25: icmp_seq=2 ttl=44 time=42.893 ms
64 bytes from 62.75.165.25: icmp_seq=3 ttl=44 time=42.791 ms
64 bytes from 62.75.165.25: icmp_seq=4 ttl=44 time=42.688 ms

--- morph.zone ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 42.688/44.060/48.607 ms