cheat-fork-echo/cheat/cheatsheets/ping

6 lines
214 B
Plaintext
Raw Normal View History

2015-09-08 03:56:09 +02:00
# ping a host with a total count of 15 packets overall.
ping -c 15 www.example.com
# ping a host with a total count of 15 packets overall, one every .5 seconds (faster ping).
ping -c 15 -i .5 www.example.com