- Run Grafana, Influx and Memcached
$ docker compose up
- Run stats collector and testing script
$ pip install -r requirements.txt
...
$ python test.py
...
$ python stats.py
- Import dashboard
grafana_dashboard.json
to Grafana (http://localhost:3000)
$ docker compose up
$ pip install -r requirements.txt
...
$ python test.py
...
$ python stats.py
grafana_dashboard.json
to Grafana (http://localhost:3000)