mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
commit
fae9deb1d9
30
README.md
30
README.md
@ -9,7 +9,7 @@ Top-like interface for container metrics
|
|||||||
`ctop` provides a concise and condensed overview of real-time metrics for multiple containers:
|
`ctop` provides a concise and condensed overview of real-time metrics for multiple containers:
|
||||||
<p align="center"><img src="_docs/img/grid.gif" alt="ctop"/></p>
|
<p align="center"><img src="_docs/img/grid.gif" alt="ctop"/></p>
|
||||||
|
|
||||||
as well as an [single container view][single_view] for inspecting a specific container.
|
as well as a [single container view][single_view] for inspecting a specific container.
|
||||||
|
|
||||||
`ctop` comes with built-in support for Docker and runC; connectors for other container and cluster systems are planned for future releases.
|
`ctop` comes with built-in support for Docker and runC; connectors for other container and cluster systems are planned for future releases.
|
||||||
|
|
||||||
@ -74,20 +74,20 @@ Option | Description
|
|||||||
|
|
||||||
### Keybindings
|
### Keybindings
|
||||||
|
|
||||||
Key | Action
|
| Key | Action |
|
||||||
--- | ---
|
| :----------------------: | ---------------------------------------------------------- |
|
||||||
`<enter>` | Open container menu
|
| <kbd><ENTER></kbd> | Open container menu |
|
||||||
`a` | Toggle display of all (running and non-running) containers
|
| <kbd>a</kbd> | Toggle display of all (running and non-running) containers |
|
||||||
`f` | Filter displayed containers (`esc` to clear when open)
|
| <kbd>f</kbd> | Filter displayed containers (`esc` to clear when open) |
|
||||||
`H` | Toggle ctop header
|
| <kbd>H</kbd> | Toggle ctop header |
|
||||||
`h` | Open help dialog
|
| <kbd>h</kbd> | Open help dialog |
|
||||||
`s` | Select container sort field
|
| <kbd>s</kbd> | Select container sort field |
|
||||||
`r` | Reverse container sort order
|
| <kbd>r</kbd> | Reverse container sort order |
|
||||||
`o` | Open single view
|
| <kbd>o</kbd> | Open single view |
|
||||||
`l` | View container logs (`t` to toggle timestamp when open)
|
| <kbd>l</kbd> | View container logs (`t` to toggle timestamp when open) |
|
||||||
`e` | Exec Shell
|
| <kbd>e</kbd> | Exec Shell |
|
||||||
`S` | Save current configuration to file
|
| <kbd>S</kbd> | Save current configuration to file |
|
||||||
`q` | Quit ctop
|
| <kbd>q</kbd> | Quit ctop |
|
||||||
|
|
||||||
[build]: _docs/build.md
|
[build]: _docs/build.md
|
||||||
[connectors]: _docs/connectors.md
|
[connectors]: _docs/connectors.md
|
||||||
|
Loading…
Reference in New Issue
Block a user