DEV Community

Waylon Walker
Waylon Walker

Posted on • Originally published at waylonwalker.com

7 1

Glances can watch docker processes

Glances is a system monitor with a ton of features, including docker processes.

I have started using portainer to look at running docker processes, its a great heavy-weight docker process monitor. glances works as a great lightweight monitor to just give you the essentials, ( Name, Status, CPU%, MEM, /MAX, IOR/s, IOW/s, Rx/s, Tx/s, Command)

install

You will need to install glances to use the glances webui. We can still use
pipx to manage our virtual environment for us so that we do not need to do so
manually or run the risk of globally installed package dependency hell.


 bash
pipx install glances pipx inject glances "glances[docker]"


Enter fullscreen mode Exit fullscreen mode

You will be presented with this success message.


bash
injected package glances into venv glances
done! ✨ 🌟 ✨
Enter fullscreen mode Exit fullscreen mode




results

Now running glances will also show information about your running docker containers.

running glances with docker installed will show your docker processes

Links

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay