1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 11:24:56 +02:00
tldr/common/ping.md
2014-02-07 21:15:16 +01:00

268 B

ping

send ICMP ECHO_REQUEST packets to network hosts

  • Ping host

ping {{host}}

  • Ping host limiting the number of packages to be send to four

ping -c 4 {{host}}

  • Ping host, waiting for 0.5 s between each request (default is 1 s)

ping -i 0.5 {{host}}