Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Horizontal layout, maybe with bar plots #139

Closed
o9000 opened this issue May 20, 2017 · 0 comments
Closed

Horizontal layout, maybe with bar plots #139

o9000 opened this issue May 20, 2017 · 0 comments
Labels
wontfix_talk_to_redhat Red Hat has decided to replace this utility with a framework

Comments

@o9000
Copy link

o9000 commented May 20, 2017

Firstly thanks for this awesome little program.

dstat has a limit on the number of columns that can be shown. But most terminals are tall and thin; and even in 1920x1080 there isn't enough space to display something like:

dstat -tc --top-cpu -pym --top-mem -sd --top-bio -r --disk-wait --fs --freespace -n --thermal

So I played a bit with curses and tried to get a horizontal layout working.

I could show all the values as columns, but instead I'm showing only the current value, the average and the maximum, then bar plots of the recent values (as many as the terminal width allows).

Code here: https://gitlab.com/o9000/dstat

Demo here:

demo

@dagwieers dagwieers added the wontfix_talk_to_redhat Red Hat has decided to replace this utility with a framework label May 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix_talk_to_redhat Red Hat has decided to replace this utility with a framework
Projects
None yet
Development

No branches or pull requests

2 participants