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

Life feed ploting #49

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

@rgarrigue rgarrigue commented Mar 13, 2019

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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.