From 6741a34f857b1442e3aea59701e68fc9f829e28e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 28 Jun 2016 06:05:03 +0200 Subject: [PATCH] get callgraph --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1fa179e..d0882e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Get microservice callgraph +``` $ go get github.com/mic92/clusterssh $ go build . $ 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 $ ./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 +```