outofcoffee / docker-stats-graph

Shows CPU and memory usage of local Docker containers, on the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-stats-graph

Shows CPU and memory usage of local Docker containers, on the command line.

Docker CPU and memory

Usage

Prerequisites

  • nodejs (tested with v14.16.0)
  • docker (tested with 20.10.6)

Install packages:

npm install

Run:

node index.js

Acknowledgements

About

Shows CPU and memory usage of local Docker containers, on the command line

License:Apache License 2.0


Languages

Language:JavaScript 100.0%