mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 01:04:59 +00:00
560 B
560 B
Name
ping - send ICMP ECHO_REQUEST packets to network hosts
Synopsis
$ ping [--count count] [-i interval] [--size size] [--quiet] <host>
Options
-c count
,--count count
: Stop after sending specified number of ECHO_REQUEST packets.-i interval
: Waitinterval
seconds between sending each packet. Fractional seconds are allowed.-s size
,--size size
: Amount of bytes to send as payload in the ECHO_REQUEST packets.-q
,--quiet
: Quiet mode. Only display summary when finished.
Arguments
host
: Host to ping