dry icon indicating copy to clipboard operation
dry copied to clipboard

Feature Request : System monitor

Open tjsd opened this issue 7 years ago • 4 comments

Hello! I love the monitor of the dockers, but I wish it showed more details of the background os. Like if it was combined with HTOP.

To explain, now it looks like this in monitor mode image

But I would want the top part to display more of the current memory usage and cpu usage like in htop shown here: image

If that makes sense to you :)

tjsd avatar Jul 23 '18 13:07 tjsd

Hey there!

Thanks for the idea and great that you like the monitor view.

If I understood correctly, what you are proposing is to replace the top part of the screen (where general information about Docker is shown) with memory and CPU usage about the host where Docker is running, right?

I like the idea, but it is a bit outside the current focus of the tool. All the information show by dry comes from the Docker daemon, which afaik does not provide this runtime information about the host.

Anyway, since it seems useful I will keep the issue around.

moncho avatar Jul 24 '18 23:07 moncho

@tjsd You can achieve what you want using tmux for example. Is this setup close to what you want? capture If yes, its just as simple as a horizontally tiled tmux window and as you can see some setup in htop. Let me know, if you need help getting tmux/htop set up like this.

Memphizzz avatar Feb 05 '19 19:02 Memphizzz

It looks pretty cool, @Memphizzz

moncho avatar Feb 06 '19 12:02 moncho

@moncho After leaving glances because of its massive CPU usage, I was looking for alternatives. After playing around a lot, I figured there is nothing more optimized for running over long periods of time as htop (especially if you look at cpu time and memory usage) for displaying CPU/Mem/Processes. The only thing missing was a docker overview/monitor. Thanks again for providing it :)

Memphizzz avatar Feb 06 '19 13:02 Memphizzz