Summary

Flood Ping tool allows to generate a burst of ICMP packets towards specific host and provides simple statistics about the results

Quick Example

In the following example, we will send 1000 ping packets towards specific IP address:

[admin@MikroTik] > /tool/flood-ping address=10.155.114.1 count=1000
      sent: 1000
  received: 1000
   min-rtt:    0
   avg-rtt:    0
   max-rtt:    1

[admin@MikroTik] > /tool/flood-ping address=2001:0db8::2          
      sent: 500
  received: 500
   min-rtt:   0
   avg-rtt:   0
   max-rtt:   3


  • No labels