Closed the-researcher closed 7 years ago
Bandwidth field is simply getting value from rclone. I'm not summing anything in GUI :)
Can you check if bandwidth in rclone output is same as in Bandwidth field in GUI? In the output section it should have something like this:
2017/01/29 22:40:05
Transferred: 96.438 MBytes (5.800 MBytes/s)
Errors: 0
Checks: 2
Transferred: 0
Elapsed time: 16.6s
Transferring:
* filename: 6% done, 1.964 MBytes/s, ETA: 5m14s
Check if bandwidth in Transferred line matches the one in GUI field. If it does, but you think the value is wrong, then this is a bug in rclone.
Yup! Looks like you're right. I'll look through their bug tracker and let them know.
Feel free to close this issue. I'll update this comment when I find the relevant thread in the rclone repo.
Thanks!
Running
Job by clicking the green triangle.Show Output
by clicking the black triangle to view output.filename.ext: 33% done, 1.902 MBytes/s, ETA: 43m52s
Running
pane, theBandwidth
value is not identical to that being reported in the log.Furthermore, the
Bandwidth
value in theRunning
pane seems to be summing speeds incorrectly. When multiple transfers are at 100% with checkers running, and a single transfer is still active, the reportedBandwitdth
value in theShow Output
pane isn't the same.Minor detail, but this GUI front-end is awesome. Thanks so much!