https://github.com/outofcoffee/docker-stats-graph
Shows CPU and memory usage of local Docker containers, on the command line
https://github.com/outofcoffee/docker-stats-graph
cli cpu docker memory statistics usage
Last synced: about 1 month ago
JSON representation
Shows CPU and memory usage of local Docker containers, on the command line
- Host: GitHub
- URL: https://github.com/outofcoffee/docker-stats-graph
- Owner: outofcoffee
- License: apache-2.0
- Created: 2021-05-10T18:49:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T18:59:23.000Z (about 5 years ago)
- Last Synced: 2026-01-14T20:27:56.749Z (5 months ago)
- Topics: cli, cpu, docker, memory, statistics, usage
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker-stats-graph
==================
Shows CPU and memory usage of local Docker containers, on the command line.

## Usage
### Prerequisites
* nodejs (tested with v14.16.0)
* docker (tested with 20.10.6)
Install packages:
```
npm install
```
Run:
```
node index.js
```
## Acknowledgements
* [docker-stats](https://github.com/pelger/docker-stats)
* [turtle-race](https://github.com/lbovet/turtle-race)