ctop
ctop copied to clipboard
Top-like interface for container metrics
Hi guys, I have tried to display the ctop status icons but have not been successful. Some details: - My locale is en_US.UTF-8 and it is configured as-is in the...
If there is interest in this functionality, I will be happy to help.
New optional column displaying container status using plain text characters (sans symbols/icons) As suggested by @Brayyy in https://github.com/bcicen/ctop/issues/293#issuecomment-1183918016: State: - created: "C" (white) - running: "R" (green) - exited: "e"...

I have been using this for some time and happy with the info it provides and the low resources it needs However, it would be more practical to have an...
There is already a packaged version for Arch. Would be great to also have it packaged for ubuntu/debian via apt. Even a PPA is fine. (It would need a different...
I would like to be able to run ctop as a docker on arm devices (raspberry pi, etc) but the main 'quay.io/vektorlab/ctop' image is x86_64 only. Building multi-arch images: https://lobradov.github.io/Building-docker-multiarch-images/
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.0 to 1.1.2. Changelog Sourced from github.com/opencontainers/runc's changelog. [1.1.2] - 2022-05-06 I should think I’m going to be a perpetual student. Security A bug was found in...
Would be great for M1 users to see if an image is being emulated or ran natively.
``` # wget https://github.com/bcicen/ctop/archive/refs/tags/v0.7.7.tar.gz # tar xzf v0.7.7.tar.gz # cd ctop-0.7.7/ # make build fatal: Not a git repository (or any of the parent directories): .git go mod download go:...