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

Set units of Network Transmit/Receive to bytes and not bytes per second #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

phillbarber
Copy link

Whilst playing with the dashboard, I set up some additional where clauses to filter by a specific docker container I was interested in. I noticed that after a performance test, the Network Transmit/Receive graph was showing what looked like the peak throughput consistently (flat line) despite the container sending and receiving no traffic at that point in time.

I think the issue is that the rx_bytes and tx_bytes measurements are accumulative and actually indicate the total data in and out. This is why I propose that the units should just be bytes and not bytes per second.

Let me know if this makes sense!

Thanks

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

Successfully merging this pull request may close these issues.

None yet

1 participant