Go to file
2017-06-10 10:46:16 -03:00
_docs add quickstart section to debug doc 2017-06-08 09:33:07 -03:00
config Toggle debug mode via env var 2017-03-19 15:10:03 +10:00
connector remove containers from connector map on destroyed state 2017-06-10 10:46:16 -03:00
container restructure container,connectors in subpackage 2017-06-08 11:51:02 -03:00
cwidgets add byte formatting for tb 2017-06-09 14:14:27 -03:00
logging add option to log debug messages to unix or tcp socket 2017-05-31 10:45:48 -04:00
metrics add percent helper method to metrics 2017-06-10 10:00:54 -03:00
widgets add keymap, handle wrapper for common keybindings 2017-03-15 08:34:58 +10:00
.gitignore add pids, IO stat 2017-03-12 02:35:40 +01:00
circle.yml add arbitrary branch image pushes to circle ci 2017-06-09 18:18:48 -03:00
colors.go add option for color inversion 2017-03-15 10:02:46 +10:00
cursor.go add --connector switch, validation 2017-06-09 14:35:29 -03:00
debug.go restructure container,connectors in subpackage 2017-06-08 11:51:02 -03:00
Dockerfile update circleci to build image from source 2017-03-19 16:14:56 +10:00
Dockerfile_build include Makefile instructions for building image from source 2017-03-19 15:10:03 +10:00
glide.lock update glide deps 2017-06-09 18:11:59 -03:00
glide.yaml update glide deps 2017-06-09 18:11:59 -03:00
grid.go restructure container,connectors in subpackage 2017-06-08 11:51:02 -03:00
keys.go include <escape> in exit keygroup 2017-06-08 09:47:30 -03:00
LICENSE add LICENSE 2017-03-09 10:41:32 +11:00
main.go add default runc root path 2017-06-09 18:35:28 -03:00
Makefile remove build-time container in make image 2017-06-10 09:37:36 -03:00
menus.go restructure container,connectors in subpackage 2017-06-08 11:51:02 -03:00
README.md add release, homebrew badges to README 2017-05-28 17:03:19 -04:00
VERSION v0.5.1 2017-03-21 10:35:24 +10:00

ctop

release homebrew

Top-like interface for container metrics

ctop provides a concise and condensed overview of real-time metrics for multiple containers:

ctop

as well as an expanded view for inspecting a specific container.

ctop currently comes with built-in support for Docker; connectors for other container and cluster systems are planned for future releases.

Install

Fetch the latest release for your platform:

Linux

sudo wget https://github.com/bcicen/ctop/releases/download/v0.5/ctop-0.5-linux-amd64 -O /usr/local/bin/ctop
sudo chmod +x /usr/local/bin/ctop

OS X

brew install ctop

or

sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/v0.5/ctop-0.5-darwin-amd64
sudo chmod +x /usr/local/bin/ctop

or run via Docker:

docker run -ti --name ctop --rm -v /var/run/docker.sock:/var/run/docker.sock quay.io/vektorlab/ctop:latest

ctop is also available for Arch in the AUR

Building

Build steps can be found here.

Usage

ctop requires no arguments and will configure itself using the DOCKER_HOST environment variable

export DOCKER_HOST=tcp://127.0.0.1:4243
ctop

Options

Option Description
-a show active containers only
-f set an initial filter string
-h display help dialog
-i invert default colors
-r reverse container sort order
-s select initial container sort field
-v output version information and exit

Keybindings

Key Action
a Toggle display of all (running and non-running) containers
f Filter displayed containers (esc to clear when open)
H Toggle ctop header
h Open help dialog
s Select container sort field
r Reverse container sort order
q Quit ctop