go-torch to install and use

go-torch installation

1, the installation script FlameGraph

git clone https://github.com/brendangregg/FlameGraph.git
cp FlameGraph/flamegraph.pl /usr/local/bin

2, the installation go-torch

go get -v github.com/uber/go-torch

 

go-torch use

go-torch -u http://10.11.209.102:911 -t 30

Open torch.svg browser

 

Guess you like

Origin www.cnblogs.com/shhnwangjian/p/11126984.html