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

Upload speed has incorrect value when resuming a folder with chunks #2609

Closed
ghost opened this issue Dec 11, 2014 · 2 comments
Closed

Upload speed has incorrect value when resuming a folder with chunks #2609

ghost opened this issue Dec 11, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 11, 2014

When I resume a folder that is uploading chunks of 20Mo to upload a huge file, the estimation of the bitrate seems incorrect :

printscreen

The value is very big (33 Mbps !) and descrease slowly in time... (from 47Mbps to 2Mpbs)

I think the computation takes the "total already uploaded data" / "current elaped time".... while it should be "the current uploaded data (current chunk)" / "current elapsed time", resulting in a lower final value for the bitrate

Owncloud client 1.7.0 nightly build 04/12/14. Owncloud Server 7.0.3.4

Steps to reproduce :

  • synchronize a file > 100Mo
  • pause the sync after the first chunk (20Mo)
  • resume the sync and check directly the estimated bitrate
  • the bitrate is very high, bigger than the real bitrate
@ghost ghost added the type:bug label Dec 11, 2014
@ghost ghost changed the title Upload speed has incorrect value when resuming folder (with chunks) Upload speed has incorrect value when resuming a folder with chunks Dec 11, 2014
@guruz guruz added this to the 1.9 - Multi-account milestone Jan 23, 2015
@get2him
Copy link

get2him commented Mar 21, 2015

I observed the same issue with Windows OwnCloud Client 1.80.
My ISP upload speed is 1Mbit/s.
The client reports a wrong speed. Sometime too much. Sometimes a lower speed then the actual upload speed.

owncloud win client 1 80

@ogoffart
Copy link
Contributor

Duplicate of #2328

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants