The curl progress bar can be used for a quick estimation of the performance of the connection, however the number and the unit is confusing. It shows lowercase "k" where it should show KiBps and M instead of MiBps.
I'm not the only one confused as this link shows:
http://superuser.com/questions/951056/what-units-does-curl-use-for-bandwidth
I also think that probably bits should be used instead of bytes here as it's more common to use bits when talking about network speed (or at least it may have a -option for that)
The curl progress bar can be used for a quick estimation of the performance of the connection, however the number and the unit is confusing. It shows lowercase "k" where it should show KiBps and M instead of MiBps.
I'm not the only one confused as this link shows:
http://superuser.com/questions/951056/what-units-does-curl-use-for-bandwidth
I also think that probably bits should be used instead of bytes here as it's more common to use bits when talking about network speed (or at least it may have a -option for that)