mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
24 lines
441 B
Markdown
24 lines
441 B
Markdown
# 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:
|
|
```bash
|
|
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
|