-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
Recording bandwith usage over a time period and showing it using a graph #160
Comments
Hey @kaushalyap - thanks for your suggestion! About displaying it in a graph: I feel this might be beyond the capabilities I'd like bandwhich to have. But maybe this is something that can be implemented on top of bandwhich, either requiring it as a library or using raw_mode and piping it somewhere else? |
understandable if you output the stats to db another project can pick things up |
Sure - that can be done with raw_mode, right? |
Having a flag to aggregate results(for a specific period(day, month), by process) is pretty useful, otherwise someone have to recalculate the aggregated bandwidth consumption from Another issue : |
How would you suggest such a flag should work? re: |
Seems we have to get #155 done, and we may able to extend things from there. Anyway I am suggesting some flags like below
so using something like
And raw output format should contain timestamp in order for other tools parse the output and produce graphs. |
I am making a feature request here. I would like see bandwich allowing users to record their bandwidth usage over a period of time and showing it using a graph. ex: https://github.com/codebox/bitmeteros
The text was updated successfully, but these errors were encountered: