1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 01:04:59 +00:00
serenity/Base/usr/share/man/man8/ping.md
2023-05-16 12:56:11 +02:00

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: Wait interval 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