From 04c76e6bcfc9633f4131669c9c812e249327bb56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 28 Jun 2016 08:56:46 +0200 Subject: [PATCH] add better description --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index d0882e5..fbd4b25 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,21 @@ # Get microservice callgraph +Dependencies: + +- [Sysdig](http://sysdig.org/) +- go +- rancher (only in the current setup) +- sharelatex (only in the current setup) + +This project can obtaining the service graph without any application knowledge +by inspecting network related syscalls of processes. In the current form +it contains an integration test targeting sharelatex as an application and +expect a rancher cluster to resolve ips back to hostnames. This could be +generalized later on. + +The reusable part of this project is probably capture-connections.lua, which can +be used to get information from sysdig. + ``` $ go get github.com/mic92/clusterssh $ go build .