acc 1
acc 2
acc 3
cpu
[memory available](http://10.10.20.60:30900/graph#%5B%7B%22range_input%22%3A%226h%22%2C%22end_input%22%3A%22%22%2C%22step_input%22%3A%22%22%2C%22stacked%22%3A%22%22%2C%22expr%22%3A%22(node_memory_MemFree%20%2B%20node_memory_Buffers%20%2B%20node_memory_Cached%7Bname%3D%5C%22node-exporter%5C%22%7D)%20%2F10
This file contains 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
# traceroute 119.9.79.167 | |
traceroute to 119.9.79.167 (119.9.79.167), 30 hops max, 60 byte packets | |
1 198.101.153.2 (198.101.153.2) 0.942 ms 0.886 ms 0.904 ms | |
2 aggr1501a-1-core6.ord1.rackspace.net (23.253.15.192) 0.787 ms 21.469 ms 21.459 ms | |
3 core6-corea.ord1.rackspace.net (50.56.6.132) 1.255 ms 1.236 ms 1.367 ms | |
4 173.203.0.130 (173.203.0.130) 1.344 ms 50.56.6.254 (50.56.6.254) 1.375 ms coreb-dcpe1.ord1.rackspace.net (50.56.6.162) 1.297 ms | |
5 be2-mspe4.ord30.rackspace.net (10.25.0.109) 2.432 ms 2.359 ms be1-mspe4.ord30.rackspace.net (10.25.0.93) 2.317 ms | |
6 ae-31.r05.chcgil09.us.bb.gin.ntt.net (157.238.64.41) 1.896 ms 2.980 ms 1.710 ms | |
7 ae-0.r20.chcgil09.us.bb.gin.ntt.net (129.250.2.191) 12.444 ms 9.991 ms 9.971 ms | |
8 ae-1.r20.sttlwa01.us.bb.gin.ntt.net (129.250.3.42) 52.707 ms 63.215 ms 52.664 ms |
This file contains 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
$ traceroute 119.9.79.167 | |
traceroute to 119.9.79.167 (119.9.79.167), 30 hops max, 60 byte packets | |
1 10.128.83.254 (10.128.83.254) 0.801 ms 0.760 ms 0.748 ms | |
2 10.128.101.2 (10.128.101.2) 0.617 ms 0.583 ms 0.521 ms | |
3 61-216-24-254.HINET-IP.hinet.net (61.216.24.254) 1.720 ms 1.713 ms 1.709 ms | |
4 tpe4-3301.hinet.net (168.95.228.70) 1.686 ms 1.681 ms 1.671 ms | |
5 220-128-11-250.HINET-IP.hinet.net (220.128.11.250) 1.845 ms * 1.844 ms | |
6 tpe4-3201.hinet.net (220.128.5.98) 10.052 ms tpdt-3011.hinet.net (220.128.5.122) 6.708 ms TPDT-3012.hinet.net (220.128.4.82) 5.347 ms | |
7 r4001-s2.tp.hinet.net (220.128.7.217) 1.293 ms r4001-s2.tp.hinet.net (220.128.7.209) 2.062 ms 2.022 ms | |
8 * * * |
This file contains 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
<iframe src="https://www.facebook.com/plugins/comment_embed.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3D1200917329942587%26id%3D526175220750138%26comment_id%3D1286363044731348&include_parent=false" width="560" height="180" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe> |
This file contains 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
上次分享 Bryan Cantrill 演講中,他用 'blades and sands' 形容傳統的企業架構。這個片語的意思有些難懂,嘗試的研究一下。 | |
演講中22秒的逐字稿。 | |
https://www.youtube.com/watch?v=xXWaECk9XqM#t=41m20s | |
On-prem computing doesn't necessarily mean blades and sands. And if... | |
What is blade or sand? Oh god bless you, let me preserve your innocence please. | |
Umm... That is so great. Umm... I love that and I'm not gonna... | |
I'm not gonna tell you about this filth that is these legacy enterprise architectures. | |
But that is not what on-prem computing has to mean. |
This file contains 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
package main | |
import ( | |
"flag" | |
"golang.org/x/net/context" | |
"google.golang.org/grpc" | |
pb "grpcapi/protobuf/mongo" | |
"log" | |
"os" | |
) |
This file contains 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
// Use the protocol buffer compiler to generate client and server code. | |
// $ protoc --go_out=plugins=grpc:. mongo.proto | |
syntax = "proto3"; | |
package mongo; | |
service Mongo { | |
rpc echo(content) returns (content) {} | |
rpc entry(request) returns (response) {} |
This file contains 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
北京 workers 的 cpu 用量過去 6 小時沒有明顯的變化。 | |
https://goo.gl/i5GQ0e | |
流量變多比較明顯。 | |
https://goo.gl/NqOR9I | |
https://goo.gl/rTbRCg | |
tpe-go-buster 變多。 | |
https://goo.gl/NJnZCi | |
https://goo.gl/CjTl7Z |
This file contains 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
NAME READY STATUS RESTARTS AGE | |
tpe-fu-memcached-master-rkggc 1/1 Running 1 106d | |
tpe-node-stat-collector-s16nx 1/1 Running 1 152d | |
sh-app-3c8umbzh-1972142799-v1831 2/2 Running 1 5d | |
sh-app-3q0umbzh-3443999981-g2gac 2/2 Running 1 5d | |
sh-app-lv3umbzh-3523626269-9rj14 2/2 Running 1 5d | |
sh-app-m49umbzh-2654029034-f285g 2/2 Running 1 5d | |
sh-app-marketold-3128978137-oxprb 1/1 Running 1 64d | |
tpe-inlake-domino-hello-36q2a 1/1 Running 1 98d | |
sh-app-5r4umbzh-3875490804-xijzu 3/3 Running 100 5d |
OlderNewer