Created
November 8, 2013 02:46
-
-
Save bbg-deploy/7365502 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
| -bash-4.1# hostname | |
| db201.c45063.blueboxgrid.com | |
| -bash-4.1# time ping -c1 app201.c45063.blueboxgrid.com | |
| PING app201.c45063.blueboxgrid.com (67.214.216.163) 56(84) bytes of data. | |
| 64 bytes from app201.c45063.blueboxgrid.com (67.214.216.163): icmp_seq=1 ttl=62 time=0.151 ms | |
| --- app201.c45063.blueboxgrid.com ping statistics --- | |
| 1 packets transmitted, 1 received, 0% packet loss, time 0ms | |
| rtt min/avg/max/mdev = 0.151/0.151/0.151/0.000 ms | |
| real 0m0.004s | |
| user 0m0.001s | |
| sys 0m0.001s | |
| -bash-4.1# hostname | |
| app201.c45063.blueboxgrid.com | |
| -bash-4.1# time ping -c1 db201.c45063.blueboxgrid.com | |
| PING db201.c45063.blueboxgrid.com (67.214.211.5) 56(84) bytes of data. | |
| 64 bytes from 67.214.211.5: icmp_seq=1 ttl=62 time=0.165 ms | |
| --- db201.c45063.blueboxgrid.com ping statistics --- | |
| 1 packets transmitted, 1 received, 0% packet loss, time 10232ms | |
| rtt min/avg/max/mdev = 0.165/0.165/0.165/0.000 ms | |
| real 0m10.235s | |
| user 0m0.001s | |
| sys 0m0.002s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment