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