From a43cae385c048eeb35b00e17ae8d8efa5a250501 Mon Sep 17 00:00:00 2001 From: Fabrizio Furnari Date: Tue, 1 Dec 2020 23:20:30 +0100 Subject: [PATCH] Readme --- README.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.org b/README.org index 2ed8966..c70fb10 100644 --- a/README.org +++ b/README.org @@ -38,3 +38,17 @@ HTTP parameters overrides CLI ones (but are restricted to boundaries). - Start the server with default optiokns: =./metrorama= - Start a simple test with name "sample-test" and a timeout of 20s: =curl 'http://localhost:8080/start?name=sample-test&timeout=20'= +- Check the ongoing test printing result in JSON format: =curl 'http://localhost:8080/status?format=json'= + +* ToDo + +- [ ] Add other output format +- [ ] Add other data gathering types +- [ ] Calculate statistics for Disk IO and Network +- [ ] Multiple tests (store results of old tests on disk) +- [ ] Render simple graphs in web page with RRDTools +- [ ] Calculate and optimize footprint + +* Link: + +- https://github.com/mackerelio/go-osstat