这样设置会更好???
1
|
|
http://blog.chinaunix.net/uid-361890-id-257337.html
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
|
编译:
1 2 3 4 5 6 7 8 9 10 |
|
这样设置会更好???
1
|
|
http://blog.chinaunix.net/uid-361890-id-257337.html
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
|
编译:
1 2 3 4 5 6 7 8 9 10 |
|
https://www.cnblogs.com/happyliu/p/6142929.html
1、Flame Graph项目位于GitHub上:https://github.com/brendangregg/FlameGraph
2、可以用git将其clone下来:git clone https://github.com/brendangregg/FlameGraph.git
我们以perf为例,看一下flamegraph的使用方法:
1
|
|
Ctrl+c结束执行后,在当前目录下会生成采样数据perf.data.
用perf script工具对perf.data进行解析
1
|
|
将perf.unfold中的符号进行折叠:
1
|
|
1
|
|
vim /usr/local/lib/python2.7/dist-packages/shadowsocks/crypto/openssl.py
cleanup替换为reset
curl –socks5 192.168.8.107:8388 http://www.baidu.com/
https://www.codetd.com/article/1418936
1 2 |
|
vim config.json
1 2 3 4 5 6 7 8 9 10 |
|
1 2 3 4 |
|
vim /etc/systemd/system/shadowsocks.service
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
|
设置文件权限:
1
|
|
启动服务:
1 2 |
|