Skip to content

Life feed ploting #49

Open
Open
@rgarrigue

Description

@rgarrigue

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions