rseymour / dstats

Docker stats dashboard for your terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS IS A WIP

dstats

Docker stats dashboard for your terminal.

woooo

# run a container named `stress`
$ docker run --rm -it --name stress \
    jess/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 \
    jess/dstats [CONTAINER_NAME]

About

Docker stats dashboard for your terminal.


Languages

Language:JavaScript 100.0%