Linux Networking Cheat Sheet/Flood ping (privileged)

Send packets as fast as possible for stress testing.

Section: Packet Capture and Throughput

Flood ping (privileged)

bash
bash
sudo ping -f 10.0.0.10
Explanation

Use with care on controlled networks only.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Packet Capture and Throughput
Capture packets on interface
Capture packets on a specific network interface.
OpenIn sheetbashsame section
Capture one port
Capture traffic for a single TCP port.
OpenIn sheetbashsame section
Capture one host
Capture traffic to or from a host.
OpenIn sheetbashsame section
Write packets to pcap
Save a capture to a file for Wireshark analysis.
OpenIn sheetbashsame section
Read packets from pcap
Inspect a saved packet capture file.
OpenIn sheetbashsame section
Run combined ping and traceroute
Continuously test latency and path quality.
OpenIn sheetbashsame section