THIS IS A WIP
dstats
Docker stats dashboard for your terminal.
# run a container named `stress` $ docker run --rm -it --name stress \ r.j3ss.co/stress --cpu 1 --io 1 --vm 1 --vm-bytes 128M # run a graph on that container $ docker run -it \ -v /var/run/docker.sock:/var/run/docker.sock \ r.j3ss.co/dstats [CONTAINER_NAME]