From c71d5558989c45e6af533fa97811426eb0196493 Mon Sep 17 00:00:00 2001 From: Felix Niederwanger Date: Tue, 7 May 2019 15:55:56 +0200 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d70d82 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# ganglia-query + +This is a small go project to read out a `gmond` instance with enabled `tcp` server + +## Usage + + ganglia REMOTE + +ganglia established a tcp connection to the server and prints the interpreted XML as console-friendly table output + +## Compile + + go build ganglia + +I usually put the resulting binary to `/usr/local/bin/`