Skip to content

Instantly share code, notes, and snippets.

@jasloe
Last active September 2, 2015 21:48
Show Gist options
  • Save jasloe/8d04aa7cd9cf8350e664 to your computer and use it in GitHub Desktop.
Save jasloe/8d04aa7cd9cf8350e664 to your computer and use it in GitHub Desktop.
rt between augustus and db servers
#
# 1 MB packets between augustus and caligula (old)
#
augustus :: /home/jl » ping -c 10 -s 1024 10.0.1.10
PING 10.0.1.10 (10.0.1.10) 1024(1052) bytes of data.
1032 bytes from 10.0.1.10: icmp_seq=1 ttl=64 time=0.609 ms
1032 bytes from 10.0.1.10: icmp_seq=2 ttl=64 time=0.674 ms
1032 bytes from 10.0.1.10: icmp_seq=3 ttl=64 time=0.640 ms
1032 bytes from 10.0.1.10: icmp_seq=4 ttl=64 time=0.662 ms
1032 bytes from 10.0.1.10: icmp_seq=5 ttl=64 time=0.599 ms
1032 bytes from 10.0.1.10: icmp_seq=6 ttl=64 time=0.718 ms
1032 bytes from 10.0.1.10: icmp_seq=7 ttl=64 time=0.691 ms
1032 bytes from 10.0.1.10: icmp_seq=8 ttl=64 time=0.687 ms
1032 bytes from 10.0.1.10: icmp_seq=9 ttl=64 time=0.703 ms
1032 bytes from 10.0.1.10: icmp_seq=10 ttl=64 time=0.700 ms
--- 10.0.1.10 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 8998ms
rtt min/avg/max/mdev = 0.599/0.668/0.718/0.043 ms
#
# 1 MB packets between augustus and caligula (new)
#
augustus :: /home/jl » ping -c 10 -s 1024 10.0.2.10
PING 10.0.2.10 (10.0.2.10) 1024(1052) bytes of data.
1032 bytes from 10.0.2.10: icmp_seq=1 ttl=64 time=0.296 ms
1032 bytes from 10.0.2.10: icmp_seq=2 ttl=64 time=0.311 ms
1032 bytes from 10.0.2.10: icmp_seq=3 ttl=64 time=0.343 ms
1032 bytes from 10.0.2.10: icmp_seq=4 ttl=64 time=0.335 ms
1032 bytes from 10.0.2.10: icmp_seq=5 ttl=64 time=0.323 ms
1032 bytes from 10.0.2.10: icmp_seq=6 ttl=64 time=0.325 ms
1032 bytes from 10.0.2.10: icmp_seq=7 ttl=64 time=0.332 ms
1032 bytes from 10.0.2.10: icmp_seq=8 ttl=64 time=0.346 ms
1032 bytes from 10.0.2.10: icmp_seq=9 ttl=64 time=0.385 ms
1032 bytes from 10.0.2.10: icmp_seq=10 ttl=64 time=0.360 ms
--- 10.0.2.10 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 8999ms
rtt min/avg/max/mdev = 0.296/0.335/0.385/0.031 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment