Test container stack to show for massive write IO problems with prometheus/grafana/promscale/timescaledb.
- Start docker stack "sudo docker-compose up -d"
- Check prometheus targets http://localhost:9090/targets
- Login Grafana http://localhost:3000 with admin/admin
- Add Prometheus datasource with URL "http://promscale:9201"
- Import Node_Exporter Dashboard using id 1860 with prometheus datasource
- Check IO stats of the server in Node_Exporter dashboard under "Storage Disk"
- Check CPU time with "sudo top -n 1 -b | tail -n +7 | sort -k 11Vb"
- Check Written Bytes with "sudo iotop -a -o -P"
- Check docker volume size with "sudo docker system df -v"