1
mirror of https://github.com/rclone/rclone synced 2024-10-15 00:25:20 +02:00

accounting: fix documentation for speed/speedAvg

Fix the documentation for the very confusingly names speed and
speedAvg stats items.

See: https://github.com/rclone/rclone-webui-react/issues/99
This commit is contained in:
Nick Craig-Wood 2020-07-17 15:35:15 +01:00
parent 1fafcd4d28
commit bcd362fcd5

View File

@ -104,8 +104,8 @@ Returns the following values:
"eta": estimated time in seconds until file transfer completion
"name": name of the file,
"percentage": progress of the file transfer in percent,
"speed": speed in bytes/sec,
"speedAvg": speed in bytes/sec as an exponentially weighted moving average,
"speed": average speed over the whole transfer in bytes/sec,
"speedAvg": current speed in bytes/sec as an exponentially weighted moving average,
"size": size of the file in bytes
}
],