-
Notifications
You must be signed in to change notification settings - Fork 668
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
[1.8.0] displayed Transfer speed Higher than limit #3095
Comments
@ogoffart mind to check this? Maybe it's just fuzzy calculation in the progress widget. |
What platform ? (which version of Qt) CC @guruz |
Carlos, have you tried a system tool that displays actual speed? I dont know if windows task manager can do it |
@guruz the speed looks right on the system (Resource Monitor shows the right speed). The sync client shows now 260 KiB/s, but only 10 KiB/s are allowed and currently transferred. |
@guruz Then the only problem is the speed shown in the widget |
We probably should remove that speed there, it is totaly not accurate. |
...let's make it a rolling average calculation instead of momentary speed display. |
@ckamm Sounds good.. :) |
Is something fixed in 1.8.1? Should I test it? |
@cdamken Not that I'm aware. There are some patches in master (for 2.0). |
@cdamken Can you please try ownCloud-2.0.0.5092-nightly20150520-setup.exe ? |
@guruz Where can I have it? http://download.owncloud.com/desktop/daily/ here is not available. |
@cdamken build 5110 should show up in that location in a few minutes. |
@guruz Seems not to be fixed in the build 5110 nightly. At the beginning it starts at about 60 MB/s and goes slowly down until 3.3 KB/s, but it's uploading with 10KB/s the whole time. |
So this will be resolved with the release of 1.8.3? |
Probably not, I am not aware that we pushed something to 1.8 branch. @ckamm anything we can/want to backport? |
@dragotin I don't think this is something critical or safe enough to backport to 1.8 at this stage. |
Remember that the thing only show one of the files and there are several items being downloaded in parallel. Usually 3 items. And 10/3 = 3.3, so it's consistant! |
@ogoffart I can't remember something that nobody told me 😄 ... The same thing will happen with the end user that the just see in the list 1 file in the syn-client and the other 2 are hidden. How about displaying the 3 files that are being uploaded or downloaded? |
Will be in next nightly :-) Please test then.. |
@guruz I need to uninstall the previous version to install the new one? |
@cdamken That was a one-time glitch. Simply install a new version of the testpilot cloud, and choose not to uninstall the old one after the upgrade. |
@danimo Ok |
@phil-davis Hmpf, on my OS X those are nice UTF-8 arrows. Why does this not work :-| Thanks for testing |
@guruz I press enter 😄 Is there a 1 before the 3.7kB/s?? Now the 3 files are displayed! 👍 |
Before the "3.7MB/s" it is supposed to be a down-arrow. |
@phil-davis Yes, that should be an arrow, probably my display does not show it right, it's in a VM |
^^ @jturcotte Maybe you know if this is a Qt issue? @danimo claims it is a font issue. In any case, i'll ifdef something for Windows for now |
This gives an easy way to verify the new "feature" that downloads are serialized when a download bandwidth is specified in the Network settings. I set Download Bandwidth to 20KBytes/s and added a few files directly on the server. The progress display shows them downloading 1 at a time at around 20kB/s. The same works for uploading. |
@cdamken @phil-davis beta1 should not use the UTF-8 arrows on Windows anymore. |
Confirmed good on 2.0.0beta1 on Windows. The words "upload" and "download" appear in the text rather than the arrows. |
👍 |
The "arrows" rendering on Windows has been fixed now by changing it to the words "upload" and "download". 2.0.0beta1 and later. |
Expected behavior
Limit upload speed to 50 KB/s
Upload to 50KB/s
Actual behavior
Limit upload speed to 50 KB/s
Upload to 70KB/s
How to reproduce it:
Sync-client 1.8.0
1.- Add a big File to the upload queue (I added a 2 GB file)
2.- Change the transfer sped to 50 KB/s
3.- Pause
4.- Resume
5.- Wait until the speed stabilizes.
Tested with different speeds.
when 5KB/s
upload 8KB/s
@MorrisJobke
00002794
The text was updated successfully, but these errors were encountered: