Bug #16655
closedUpload speed indicator shows wrong information
Description
When creating a data collection and uploading data the upload process shows the speed of data transfer. However this seems to be wrongly calculated.
In my case the upload of a 800MB File took ~8s but the speed indicator showed values around 110KB/s. So it looks like the Unit is just wrong (KB instead of MB).
Ideally the speed indicator would switch on the fly between MB and KB depending on the speed (e.g. below 1MB/s use KB/s)
Related issues
Updated by Daniel Kutyła about 3 years ago
- Target version set to 2021-09-15 sprint
- Assigned To set to Daniel Kutyła
- Status changed from New to In Progress
Updated by Daniel Kutyła about 3 years ago
New version first commit: https://dev.arvados.org/projects/arvados-workbench-2/repository/revisions/d906ace112bcacfaa91cdcf49815a70bd572ac2e
Test run: developer-tests-workbench2: #480
Branch: 16655-Upload-speed-indicator-shows-wrong-information
First impl, showing only MB/s to avoid confusion for slow connections it will be 0,xx for faster x,00 which should be easily understandable by everyone
Updated by Daniel Kutyła about 3 years ago
- % Done changed from 0 to 100
- Status changed from In Progress to Resolved
Applied in changeset arvados-workbench-2:arvados-workbench2|e5198f5d7a60e57a529cf49a96fbb82bc6d8877b.
Updated by Peter Amstutz about 3 years ago
- Related to Bug #18169: WB2 drag and drop: cancel button not working added