Skip to content

Life feed ploting #49

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

Open
rgarrigue opened this issue Mar 13, 2019 · 0 comments
Open

Life feed ploting #49

rgarrigue opened this issue Mar 13, 2019 · 0 comments

Comments

@rgarrigue
Copy link

Hi

I wish I could do some "live" ploting. Let's say I'm migrating stuff from server, I'ld like to keep an eye on disk space, I'ld like to do something like

while true; do sleep 1; df -k / --output=used | tail -n1; done | hist -n

Or maybe

hist --command 'df -k / --output=used | tail -n1'

Which would draw a simple plot "in place", I mean refreshing it instead of a new one. With a couple of option like rate (plot every X seconds), and horizontal rule (in my example, a value I don't wanna cross)

I know nowadays it's all about prometheus grafana etc, but a good CLI tool is still priceless for smaller team

Best regards,

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

No branches or pull requests

1 participant