Created
November 26, 2016 10:08
-
-
Save supermario/eb4e9bc64ccaabb0d1cf5a2913dbf706 to your computer and use it in GitHub Desktop.
Slack outage?
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 slack.com | |
PING slack.com (52.222.233.130): 56 data bytes | |
Request timeout for icmp_seq 0 | |
Request timeout for icmp_seq 1 | |
Request timeout for icmp_seq 2 | |
^C | |
--- slack.com ping statistics --- | |
4 packets transmitted, 0 packets received, 100.0% packet loss | |
# mario ~ 10:07:23 | |
$ dig slack.com | |
; <<>> DiG 9.8.3-P1 <<>> slack.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17394 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;slack.com. IN A | |
;; ANSWER SECTION: | |
slack.com. 31 IN A 52.222.233.130 | |
;; Query time: 7 msec | |
;; SERVER: 172.20.10.1#53(172.20.10.1) | |
;; WHEN: Sat Nov 26 10:07:26 2016 | |
;; MSG SIZE rcvd: 43 | |
# mario ~ 10:07:26 | |
$ ping google.com | |
PING google.com (216.58.208.174): 56 data bytes | |
64 bytes from 216.58.208.174: icmp_seq=0 ttl=54 time=54.338 ms | |
64 bytes from 216.58.208.174: icmp_seq=1 ttl=54 time=78.021 ms | |
64 bytes from 216.58.208.174: icmp_seq=2 ttl=54 time=282.377 ms | |
^C | |
--- google.com ping statistics --- | |
3 packets transmitted, 3 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 54.338/138.245/282.377/102.374 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment