Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request : System monitor #73

Open
tjsd opened this issue Jul 23, 2018 · 4 comments
Open

Feature Request : System monitor #73

tjsd opened this issue Jul 23, 2018 · 4 comments

Comments

@tjsd
Copy link

tjsd commented Jul 23, 2018

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 :)

@moncho
Copy link
Owner

moncho commented Jul 24, 2018

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.

@Memphizzz
Copy link

@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.

@moncho
Copy link
Owner

moncho commented Feb 6, 2019

It looks pretty cool, @Memphizzz

@Memphizzz
Copy link

@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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants