From fa4e3875ab99c87c3c294b92eaa573738efff590 Mon Sep 17 00:00:00 2001 From: Agung Santoso Date: Wed, 15 Mar 2017 08:05:35 +0700 Subject: [PATCH 1/2] Adding ctop to Monitoring & Logging --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f84a4b2..4626407 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,7 @@ Services to securely store your Docker images. * [Zabbix Docker module](https://github.com/monitoringartist/Zabbix-Docker-Monitoring) - Zabbix module that provides discovery of running containers, CPU/memory/blk IO/net container metrics. Systemd Docker and LXC execution driver is also supported. It's a dynamically linked shared object library, so its performance is (~10x) better, than any script solution. * [Zabbix Docker](https://github.com/gomex/docker-zabbix) - Monitor containers automatically using zabbix LLD feature. * [Docker-Alertd](https://github.com/deltaskelta/docker-alertd) - Monitor and send alerts based on docker container resource usage/statistics +* [ctop](https://github.com/bcicen/ctop) - Top-like interface for container metrics ### Monitoring & Logging Services * [AppDynamics](https://www.appdynamics.com/community/exchange/extension/docker-monitoring-extension/) - AppDynamics gives enterprises real-time insights into application performance, user performance, and business performance so they can move faster in an increasingly sophisticated, software-driven world. From f710d9265414b62955aa140c32b7f1bf2abd433f Mon Sep 17 00:00:00 2001 From: Agung Santoso Date: Thu, 16 Mar 2017 08:01:32 +0700 Subject: [PATCH 2/2] Moving ctop to Terminal User Interface --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4626407..51766ae 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,6 @@ Services to securely store your Docker images. * [Zabbix Docker module](https://github.com/monitoringartist/Zabbix-Docker-Monitoring) - Zabbix module that provides discovery of running containers, CPU/memory/blk IO/net container metrics. Systemd Docker and LXC execution driver is also supported. It's a dynamically linked shared object library, so its performance is (~10x) better, than any script solution. * [Zabbix Docker](https://github.com/gomex/docker-zabbix) - Monitor containers automatically using zabbix LLD feature. * [Docker-Alertd](https://github.com/deltaskelta/docker-alertd) - Monitor and send alerts based on docker container resource usage/statistics -* [ctop](https://github.com/bcicen/ctop) - Top-like interface for container metrics ### Monitoring & Logging Services * [AppDynamics](https://www.appdynamics.com/community/exchange/extension/docker-monitoring-extension/) - AppDynamics gives enterprises real-time insights into application performance, user performance, and business performance so they can move faster in an increasingly sophisticated, software-driven world. @@ -385,6 +384,7 @@ Services to securely store your Docker images. ## Terminal User Interface * [ctop](https://github.com/yadutaf/ctop) - A command line / text based Linux Containers monitoring tool that works just like you expect by [@yadutaf](https://github.com/yadutaf) +* [ctop](https://github.com/bcicen/ctop) - Top-like interface for container metrics * [dockercraft](https://github.com/docker/dockercraft) - Docker + Minecraft = Dockercraft by [@docker][docker] * [dockersql](https://github.com/crosbymichael/dockersql) - A command line interface to query Docker using SQL by [@crosbymichael][crosbymichael] * [dockly](https://github.com/lirantal/dockly) - An interactive shell UI for managing Docker containers by [@lirantal](https://github.com/lirantal)