Created
July 25, 2015 22:32
-
-
Save Manouchehri/90f653a20d834782bb88 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ > ping -fi0.2 192.168.1.1 -c1000 | |
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data. | |
--- 192.168.1.1 ping statistics --- | |
1000 packets transmitted, 1000 received, 0% packet loss, time 200398ms | |
rtt min/avg/max/mdev = 0.883/1.457/70.247/2.956 ms, ipg/ewma 200.599/1.183 ms | |
~ > ping -fi0.2 192.168.1.138 -c300 | |
PING 192.168.1.138 (192.168.1.138) 56(84) bytes of data. | |
--- 192.168.1.138 ping statistics --- | |
300 packets transmitted, 300 received, 0% packet loss, time 60043ms | |
rtt min/avg/max/mdev = 4.417/11.644/578.881/40.396 ms, pipe 3, ipg/ewma 200.815/7.111 ms | |
~ > ping -fi0.2 10.8.0.14 -c300 | |
PING 10.8.0.14 (10.8.0.14) 56(84) bytes of data. | |
--- 10.8.0.14 ping statistics --- | |
300 packets transmitted, 300 received, 0% packet loss, time 59998ms | |
rtt min/avg/max/mdev = 104.409/115.130/719.045/44.898 ms, pipe 4, ipg/ewma 200.664/110.802 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment