add better description

This commit is contained in:
Jörg Thalheim 2016-06-28 08:56:46 +02:00
parent 6741a34f85
commit 04c76e6bcf
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
1 changed files with 16 additions and 0 deletions

View File

@ -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 .