An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

docker-stats-graph
==================

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

![Docker CPU and memory](docs/docker_mem_cpu.png)

## 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)