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

Download speed units #1225

Closed
hector opened this issue Nov 10, 2017 · 2 comments
Closed

Download speed units #1225

hector opened this issue Nov 10, 2017 · 2 comments

Comments

@hector
Copy link

@hector hector commented Nov 10, 2017

I have the impression that there is a mistake in the download/upload speed units. For transfer speeds the norm is to us bits, or Kilobits (Kb) and Megabits (Mb), opposed to bytes, or Kilobytes (Kb) and Megabytes (MB) etc., which are used for file size.

I see the use of bytes for download/upload speed. Any clue about that?

@DiegoRBaquero

This comment has been minimized.

Copy link
Member

@DiegoRBaquero DiegoRBaquero commented Nov 10, 2017

This is normal. It simplifies what you show. It's directly connected to what will actually consume in disk.

If you want to get the bits/s, simply multiply by 8.

@hector

This comment has been minimized.

Copy link
Author

@hector hector commented Nov 11, 2017

Great, thank you for the information. There's always something new to learn :)

@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.