Go to file
2017-02-16 14:49:41 +11:00
collector add container state checks, set status icon based on state string 2017-02-03 18:09:55 +11:00
config simplify config, export GlobalParams+GlobalSwitches 2017-02-16 14:49:41 +11:00
logging add logging back to config, move logging server start to main package 2017-02-12 16:14:50 +11:00
widgets refactor menu into subpackage 2017-02-15 18:40:16 +11:00
container.go add SetStatus method to Container 2017-02-04 10:33:13 +11:00
containermap.go update config with get, gettoggle methods 2017-02-12 17:03:10 +11:00
grid.go refactor config, add Switch and Param struct + config labels 2017-02-16 14:02:13 +11:00
main.go simplify config, export GlobalParams+GlobalSwitches 2017-02-16 14:49:41 +11:00
menus.go refactor menu into subpackage 2017-02-15 18:40:16 +11:00
README.md add keybindings to readme 2017-02-13 14:01:30 +11:00
sort.go refactor config, add Switch and Param struct + config labels 2017-02-16 14:02:13 +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