Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tdengine | 21,068 | 1 | a day ago | 12 | April 14, 2022 | 877 | agpl-3.0 | C | ||
TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. | ||||||||||
Ctop | 14,012 | a month ago | 23 | March 24, 2022 | 90 | mit | Go | |||
Top-like interface for container metrics | ||||||||||
Ngxtop | 6,343 | 9 | 1 | 6 months ago | 3 | December 21, 2020 | 62 | mit | Python | |
Real-time metrics for nginx server | ||||||||||
Devdash | 1,537 | 3 months ago | 5 | August 28, 2021 | 9 | apache-2.0 | Go | |||
:bento: Highly Configurable Terminal Dashboard for Developers and Creators | ||||||||||
Radon | 1,420 | 2 days ago | 9 | September 07, 2021 | 19 | mit | Python | |||
Various code metrics for Python code | ||||||||||
Jvm Mon | 1,276 | 3 years ago | 1 | February 27, 2018 | 14 | other | Go | |||
Console-based JVM monitoring tool | ||||||||||
Sls Dev Tools | 829 | 3 months ago | 41 | March 04, 2021 | 45 | mit | JavaScript | |||
Dev Tools for the Serverless World - Issues, PRs and ⭐️welcome! | ||||||||||
Dart Code Metrics | 794 | 25 | 19 hours ago | 93 | July 14, 2022 | 44 | mit | Dart | ||
Software analytics tool that helps developers analyse and improve software quality. | ||||||||||
Cassowary | 654 | 10 days ago | 20 | June 14, 2022 | 7 | mit | Go | |||
:rocket: Modern cross-platform HTTP load-testing tool written in Go | ||||||||||
Tobs | 523 | 4 days ago | 9 | April 19, 2021 | 18 | apache-2.0 | Shell | |||
tobs - The Observability Stack for Kubernetes. Easy install of a full observability stack into a k8s cluster with Helm charts. |
Top-like interface for container metrics
ctop
provides a concise and condensed overview of real-time metrics for multiple containers:
as well as a single container 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.
Fetch the latest release for your platform:
Maintained by a third party
sudo apt-get install ca-certificates curl gnupg lsb-release
curl -fsSL https://azlux.fr/repo.gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/azlux-archive-keyring.gpg
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/azlux-archive-keyring.gpg] http://packages.azlux.fr/debian \
$(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/azlux.list >/dev/null
sudo apt-get update
sudo apt-get install docker-ctop
sudo pacman -S ctop
ctop
is also available for Arch in the AUR
sudo wget https://github.com/bcicen/ctop/releases/download/v0.7.7/ctop-0.7.7-linux-amd64 -O /usr/local/bin/ctop
sudo chmod +x /usr/local/bin/ctop
brew install ctop
or
sudo port install ctop
or
sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/v0.7.7/ctop-0.7.7-darwin-amd64
sudo chmod +x /usr/local/bin/ctop
ctop
is available in scoop:
scoop install ctop
docker run --rm -ti \
--name=ctop \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
quay.io/vektorlab/ctop:latest
Build steps can be found here.
ctop
requires no arguments and uses Docker host variables by default. See connectors for further configuration options.
While running, use S
to save the current filters, sort field, and other options to a default config path (~/.config/ctop/config
on XDG systems, else ~/.ctop
).
Config file values will be loaded and applied the next time ctop
is started.
Option | Description |
---|---|
-a |
show active containers only |
-f <string> |
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 |
Key | Action |
---|---|
<ENTER> | Open container menu |
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 |
o | Open single view |
l | View container logs (t to toggle timestamp when open) |
e | Exec Shell |
c | Configure columns |
S | Save current configuration to file |
q | Quit ctop |
See Awesome Docker list for similar tools to work with Docker.