Go to file
2017-02-27 09:55:45 +11:00
config update switch defaults 2017-02-19 14:58:42 +11:00
cwidgets remove Render method from containerWidgets interface 2017-02-27 09:55:45 +11:00
logging check for nil listener before close 2017-02-18 14:37:00 +11:00
metrics further collector refactoring, add logging to metrics subpackage 2017-02-23 13:24:26 +11:00
widgets refactor all container widgets into subpackage 2017-02-27 09:04:24 +11:00
container.go remove Render method from containerWidgets interface 2017-02-27 09:55:45 +11:00
containermap.go add ContainerSource interface, fix secondary sort method 2017-02-27 08:12:28 +11:00
grid.go remove Render method from containerWidgets interface 2017-02-27 09:55:45 +11:00
main.go move logging server into own file, improve cleanup 2017-02-17 17:48:38 +11:00
menus.go align ctop header on resize, add keybinding to help dialog 2017-02-20 10:52:59 +11:00
README.md add keybindings to readme 2017-02-13 14:01:30 +11:00
sort.go add ContainerSource interface, fix secondary sort method 2017-02-27 08:12:28 +11:00

ctop

NOTE This project, while largely usable, is a work in progress! This message will be removed upon initial stable release

Top-like interface for container metrics

Quickstart

To build and run ctop:

git clone https://github.com/bcicen/ctop.git
cd ctop
go build && ./ctop

Keybindings

Key Action
h Open help dialog
s Select container sort field
r Reverse container sort order
q Quit ctop