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

Can we get an option to display network usage always as mbps? #46

Closed
xxxserxxx opened this issue Feb 15, 2020 · 4 comments
Closed

Can we get an option to display network usage always as mbps? #46

xxxserxxx opened this issue Feb 15, 2020 · 4 comments
Labels
enhancement New feature or request
Milestone

Comments

@xxxserxxx
Copy link
Owner

Currently it uses Bytes (not bits) and it's different magnitudes. Would be nice if we could lock it always to measure mbps.

@xxxserxxx
Copy link
Owner Author

Clone cjbassi#174
@Gonza21Gd FYI

@xxxserxxx xxxserxxx added enhancement New feature or request needs-info labels Feb 19, 2020
@xxxserxxx
Copy link
Owner Author

@Gonza21Gd, can you clarify the request? Do you want it Gb instead of GB? Or do you mean that, it doesn't scale? Or that the scale is fixed on the command line?

@rijndael86
Copy link

I didn't mean the total data transferred, that's fine as GB. I meant the real time transfer speed, which currently is as RX or TX (as bytes), and not bits per second.

@xxxserxxx xxxserxxx added this to the v3.6.0 milestone Mar 7, 2020
@xxxserxxx
Copy link
Owner Author

@Gonza21Gd Ok, so I'm looking at this and I want to make sure I understand the request.

Currently, the net widget shows:

Total RX: <whatever>
RX/s:       x.y <units>/s

Same for TX. You want to leave the Total alone, but have the RX/s be mbps, and <units>/s ... just be blank because it's redundant. So it'd look like:

Total RX: <whatever>
mbps:       x.y

Is that accurate? I ask because, unless I'm downloading something, my RX/s is usually under (or around) 100 Kbps, so rounding would case this to be 0.1mbps most of the time.

xxxserxxx added a commit that referenced this issue Apr 16, 2020
…t on the command line with --mbps, or toggled while running with `b`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants