Pipe runc events to a stats TUI (Text User Interface).
Table of Contents
For installation instructions from binaries please visit the Releases Page.
$ go get github.com/genuinetools/magneto
$ sudo runc events <container_id> | magneto
CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
1.84% 108.8 MiB / 3.902 GiB 1.38% 54.86 MB / 792.8 kB 26.64 MB / 0 B 4
Usage with the docker-runc
command that ships with docker
$ sudo docker-runc -root /run/docker/runtime-runc/moby events <container_id> | magneto
CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
100.12% 452KiB / 8EiB 0.00% 0B / 0B 0B / 0B 2
$ magneto -h
magneto - Pipe runc events to a stats TUI (Text User Interface).
Usage: magneto <command>
Flags:
-d enable debug logging (default: false)
Commands:
version Show the version information.
NOTE: Almost all this is the exact same as docker stats
, so thanks to
everyone who made that possible.