Last active
June 28, 2016 22:47
-
-
Save hgontijo/962ea747c346b74ed7198eb462b97e05 to your computer and use it in GitHub Desktop.
Nomad cluster - latency between servers
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
| us-west-2a -> us-west-2a | |
| ======================== | |
| [root@ip-10-60-1-110 centos]# ping -c 5 10.60.1.165 | |
| PING 10.60.1.165 (10.60.1.165) 56(84) bytes of data. | |
| 64 bytes from 10.60.1.165: icmp_seq=1 ttl=64 time=0.182 ms | |
| 64 bytes from 10.60.1.165: icmp_seq=2 ttl=64 time=0.232 ms | |
| 64 bytes from 10.60.1.165: icmp_seq=3 ttl=64 time=0.206 ms | |
| 64 bytes from 10.60.1.165: icmp_seq=4 ttl=64 time=0.304 ms | |
| 64 bytes from 10.60.1.165: icmp_seq=5 ttl=64 time=0.286 ms | |
| --- 10.60.1.165 ping statistics --- | |
| 5 packets transmitted, 5 received, 0% packet loss, time 4000ms | |
| rtt min/avg/max/mdev = 0.182/0.242/0.304/0.046 ms | |
| [root@ip-10-60-1-110 centos]# ping -c 5 10.60.1.236 | |
| PING 10.60.1.236 (10.60.1.236) 56(84) bytes of data. | |
| 64 bytes from 10.60.1.236: icmp_seq=1 ttl=64 time=0.242 ms | |
| 64 bytes from 10.60.1.236: icmp_seq=2 ttl=64 time=0.278 ms | |
| 64 bytes from 10.60.1.236: icmp_seq=3 ttl=64 time=0.296 ms | |
| 64 bytes from 10.60.1.236: icmp_seq=4 ttl=64 time=0.255 ms | |
| 64 bytes from 10.60.1.236: icmp_seq=5 ttl=64 time=0.270 ms | |
| us-west-2a -> us-west-2b | |
| ======================== | |
| --- 10.60.1.236 ping statistics --- | |
| 5 packets transmitted, 5 received, 0% packet loss, time 3999ms | |
| rtt min/avg/max/mdev = 0.242/0.268/0.296/0.021 ms | |
| [root@ip-10-60-1-110 centos]# ping -c 5 10.60.2.124 | |
| PING 10.60.2.124 (10.60.2.124) 56(84) bytes of data. | |
| 64 bytes from 10.60.2.124: icmp_seq=1 ttl=64 time=0.760 ms | |
| 64 bytes from 10.60.2.124: icmp_seq=2 ttl=64 time=0.798 ms | |
| 64 bytes from 10.60.2.124: icmp_seq=3 ttl=64 time=0.768 ms | |
| 64 bytes from 10.60.2.124: icmp_seq=4 ttl=64 time=0.827 ms | |
| 64 bytes from 10.60.2.124: icmp_seq=5 ttl=64 time=0.865 ms | |
| --- 10.60.2.124 ping statistics --- | |
| 5 packets transmitted, 5 received, 0% packet loss, time 4000ms | |
| rtt min/avg/max/mdev = 0.760/0.803/0.865/0.049 ms | |
| [root@ip-10-60-1-110 centos]# ping -c 5 10.60.2.236 | |
| PING 10.60.2.236 (10.60.2.236) 56(84) bytes of data. | |
| 64 bytes from 10.60.2.236: icmp_seq=1 ttl=64 time=0.808 ms | |
| 64 bytes from 10.60.2.236: icmp_seq=2 ttl=64 time=0.768 ms | |
| 64 bytes from 10.60.2.236: icmp_seq=3 ttl=64 time=0.832 ms | |
| 64 bytes from 10.60.2.236: icmp_seq=4 ttl=64 time=0.728 ms | |
| 64 bytes from 10.60.2.236: icmp_seq=5 ttl=64 time=0.733 ms | |
| --- 10.60.2.236 ping statistics --- | |
| 5 packets transmitted, 5 received, 0% packet loss, time 4000ms | |
| rtt min/avg/max/mdev = 0.728/0.773/0.832/0.053 ms | |
| [root@ip-10-60-1-110 centos]# ping -c 5 10.60.2.33 | |
| PING 10.60.2.33 (10.60.2.33) 56(84) bytes of data. | |
| 64 bytes from 10.60.2.33: icmp_seq=1 ttl=64 time=0.827 ms | |
| 64 bytes from 10.60.2.33: icmp_seq=2 ttl=64 time=0.895 ms | |
| 64 bytes from 10.60.2.33: icmp_seq=3 ttl=64 time=0.874 ms | |
| 64 bytes from 10.60.2.33: icmp_seq=4 ttl=64 time=0.847 ms | |
| 64 bytes from 10.60.2.33: icmp_seq=5 ttl=64 time=0.832 ms | |
| us-west-2a -> us-west-2c | |
| ======================== | |
| --- 10.60.2.33 ping statistics --- | |
| 5 packets transmitted, 5 received, 0% packet loss, time 4002ms | |
| rtt min/avg/max/mdev = 0.827/0.855/0.895/0.025 ms | |
| [root@ip-10-60-1-110 centos]# ping -c 5 10.60.3.171 | |
| PING 10.60.3.171 (10.60.3.171) 56(84) bytes of data. | |
| 64 bytes from 10.60.3.171: icmp_seq=1 ttl=64 time=1.17 ms | |
| 64 bytes from 10.60.3.171: icmp_seq=2 ttl=64 time=1.18 ms | |
| 64 bytes from 10.60.3.171: icmp_seq=3 ttl=64 time=1.13 ms | |
| 64 bytes from 10.60.3.171: icmp_seq=4 ttl=64 time=1.17 ms | |
| 64 bytes from 10.60.3.171: icmp_seq=5 ttl=64 time=1.16 ms | |
| --- 10.60.3.171 ping statistics --- | |
| 5 packets transmitted, 5 received, 0% packet loss, time 4005ms | |
| rtt min/avg/max/mdev = 1.136/1.166/1.186/0.035 ms | |
| [root@ip-10-60-1-110 centos]# ping -c 5 10.60.3.197 | |
| PING 10.60.3.197 (10.60.3.197) 56(84) bytes of data. | |
| 64 bytes from 10.60.3.197: icmp_seq=1 ttl=64 time=1.16 ms | |
| 64 bytes from 10.60.3.197: icmp_seq=2 ttl=64 time=1.17 ms | |
| 64 bytes from 10.60.3.197: icmp_seq=3 ttl=64 time=1.13 ms | |
| 64 bytes from 10.60.3.197: icmp_seq=4 ttl=64 time=1.11 ms | |
| 64 bytes from 10.60.3.197: icmp_seq=5 ttl=64 time=1.15 ms | |
| --- 10.60.3.197 ping statistics --- | |
| 5 packets transmitted, 5 received, 0% packet loss, time 4004ms | |
| rtt min/avg/max/mdev = 1.112/1.148/1.170/0.029 ms | |
| [root@ip-10-60-1-110 centos]# ping -c 5 10.60.3.230 | |
| PING 10.60.3.230 (10.60.3.230) 56(84) bytes of data. | |
| 64 bytes from 10.60.3.230: icmp_seq=1 ttl=64 time=1.10 ms | |
| 64 bytes from 10.60.3.230: icmp_seq=2 ttl=64 time=1.18 ms | |
| 64 bytes from 10.60.3.230: icmp_seq=3 ttl=64 time=1.18 ms | |
| 64 bytes from 10.60.3.230: icmp_seq=4 ttl=64 time=1.24 ms | |
| 64 bytes from 10.60.3.230: icmp_seq=5 ttl=64 time=1.13 ms | |
| --- 10.60.3.230 ping statistics --- | |
| 5 packets transmitted, 5 received, 0% packet loss, time 4005ms | |
| rtt min/avg/max/mdev = 1.108/1.170/1.247/0.064 ms | |
| [root@ip-10-60-1-110 centos]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment