rclone/fs/accounting
Nick Craig-Wood 5c49096e11 acounting: fix incorrect speed and transferTime in core/stats
Before this change the code which summed up the existing transfers
over all the stats groups forgot to add the old transfer time and old
transfers in.

This meant that the speed and elapsedTime got increasingly inaccurate
over time due to the transfers being culled from the list but their
time not being accounted for.

This change adds the old transfers into the sum which fixes the
problem.

This was only a problem over the rc.

Fixes #4569
2020-09-15 12:01:18 +01:00
..
accounting.go sync: fix --cutoff-mode soft & cautious so it doesn't end the transfer early 2020-09-09 12:53:21 +01:00
accounting_other.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
accounting_test.go accounting: Allow transfers to be canceled with context #3257 2020-07-28 16:41:17 +01:00
accounting_unix.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
inprogress.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
prometheus.go rcd: fix incorrect prometheus metrics - fixes #4341 2020-06-14 10:09:24 +01:00
stats.go accounting: remove new line from end of --stats-one-line display 2020-09-08 16:10:52 +01:00
stats_groups.go acounting: fix incorrect speed and transferTime in core/stats 2020-09-15 12:01:18 +01:00
stats_groups_test.go acounting: fix incorrect speed and transferTime in core/stats 2020-09-15 12:01:18 +01:00
stats_test.go fs/accounting: add option to delete stats 2020-01-03 17:44:05 +00:00
token_bucket.go doc: fix typos throughout docs 2020-05-19 12:02:44 +01:00
token_bucket_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
transfer.go accounting: fix deadlock in stats printing 2020-08-05 17:13:00 +01:00
transfermap.go accounting: fix deadlock in stats printing 2020-08-05 17:13:00 +01:00