get callgraph
This commit is contained in:
parent
27ee55d3ba
commit
6741a34f85
@ -1,7 +1,9 @@
|
|||||||
# Get microservice callgraph
|
# Get microservice callgraph
|
||||||
|
|
||||||
|
```
|
||||||
$ go get github.com/mic92/clusterssh
|
$ go get github.com/mic92/clusterssh
|
||||||
$ go build .
|
$ go build .
|
||||||
$ wget http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar
|
$ wget http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar
|
||||||
$ java -jar selenium-server-standalone-2.53.0.jar
|
$ java -jar selenium-server-standalone-2.53.0.jar
|
||||||
$ ./callgraph http://sharelatex.local/login 192.168.8.33 192.168.8.34 192.168.8.35 192.168.8.36 192.168.8.37 192.168.8.38 192.168.8.17 192.168.8.18 192.168.8.19 | dot -Tpng > graph.png
|
$ ./callgraph http://sharelatex.local/login 192.168.8.33 192.168.8.34 192.168.8.35 192.168.8.36 192.168.8.37 192.168.8.38 192.168.8.17 192.168.8.18 192.168.8.19 | dot -Tpng > graph.png
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user