Created
July 21, 2014 17:18
-
-
Save kelseyhightower/717c90465784ee59224f 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
| core@master ~ $ docker run -t -i brendanburns/php-redis /bin/bash | |
| root@b20c192d83e1:/# ping 192.168.12.10 | |
| PING 192.168.12.10 (192.168.12.10) 56(84) bytes of data. | |
| 64 bytes from 192.168.12.10: icmp_req=1 ttl=64 time=0.235 ms | |
| 64 bytes from 192.168.12.10: icmp_req=2 ttl=64 time=0.058 ms | |
| ^C | |
| --- 192.168.12.10 ping statistics --- | |
| 2 packets transmitted, 2 received, 0% packet loss, time 1000ms | |
| rtt min/avg/max/mdev = 0.058/0.146/0.235/0.089 ms | |
| root@b20c192d83e1:/# ping 192.168.12.11 | |
| PING 192.168.12.11 (192.168.12.11) 56(84) bytes of data. | |
| 64 bytes from 192.168.12.11: icmp_req=1 ttl=63 time=0.499 ms | |
| 64 bytes from 192.168.12.11: icmp_req=2 ttl=63 time=0.382 ms | |
| 64 bytes from 192.168.12.11: icmp_req=3 ttl=63 time=0.380 ms | |
| 64 bytes from 192.168.12.11: icmp_req=4 ttl=63 time=0.389 ms | |
| 64 bytes from 192.168.12.11: icmp_req=5 ttl=63 time=0.400 ms | |
| ^C | |
| --- 192.168.12.11 ping statistics --- | |
| 5 packets transmitted, 5 received, 0% packet loss, time 4005ms | |
| rtt min/avg/max/mdev = 0.380/0.410/0.499/0.045 ms | |
| root@b20c192d83e1:/# ping 192.168.12.12 | |
| PING 192.168.12.12 (192.168.12.12) 56(84) bytes of data. | |
| 64 bytes from 192.168.12.12: icmp_req=1 ttl=63 time=0.486 ms | |
| 64 bytes from 192.168.12.12: icmp_req=2 ttl=63 time=0.432 ms | |
| 64 bytes from 192.168.12.12: icmp_req=3 ttl=63 time=0.493 ms | |
| ^C | |
| --- 192.168.12.12 ping statistics --- | |
| 3 packets transmitted, 3 received, 0% packet loss, time 2002ms | |
| rtt min/avg/max/mdev = 0.432/0.470/0.493/0.032 ms | |
| root@b20c192d83e1:/# ping 10.244.1.1 | |
| PING 10.244.1.1 (10.244.1.1) 56(84) bytes of data. | |
| 64 bytes from 10.244.1.1: icmp_req=1 ttl=64 time=1.06 ms | |
| From 10.244.0.1: icmp_seq=2 Redirect Host(New nexthop: 10.244.1.1) | |
| 64 bytes from 10.244.1.1: icmp_req=2 ttl=64 time=0.584 ms | |
| ^C | |
| --- 10.244.1.1 ping statistics --- | |
| 2 packets transmitted, 2 received, 0% packet loss, time 1002ms | |
| rtt min/avg/max/mdev = 0.584/0.825/1.066/0.241 ms | |
| root@b20c192d83e1:/# ping 10.244.2.1 | |
| PING 10.244.2.1 (10.244.2.1) 56(84) bytes of data. | |
| 64 bytes from 10.244.2.1: icmp_req=1 ttl=64 time=0.777 ms | |
| From 10.244.0.1: icmp_seq=2 Redirect Host(New nexthop: 10.244.2.1) | |
| 64 bytes from 10.244.2.1: icmp_req=2 ttl=64 time=0.619 ms | |
| From 10.244.0.1: icmp_seq=3 Redirect Host(New nexthop: 10.244.2.1) | |
| 64 bytes from 10.244.2.1: icmp_req=3 ttl=64 time=0.647 ms | |
| ^C | |
| --- 10.244.2.1 ping statistics --- | |
| 3 packets transmitted, 3 received, 0% packet loss, time 2002ms | |
| rtt min/avg/max/mdev = 0.619/0.681/0.777/0.068 ms | |
| root@b20c192d83e1:/# ping 10.244.0.1 | |
| PING 10.244.0.1 (10.244.0.1) 56(84) bytes of data. | |
| 64 bytes from 10.244.0.1: icmp_req=1 ttl=64 time=0.079 ms | |
| 64 bytes from 10.244.0.1: icmp_req=2 ttl=64 time=0.057 ms | |
| ^C | |
| --- 10.244.0.1 ping statistics --- | |
| 2 packets transmitted, 2 received, 0% packet loss, time 1001ms | |
| rtt min/avg/max/mdev = 0.057/0.068/0.079/0.011 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment