rclone/fs/accounting
Aleksandar Jankovic 8243ff8bc8 accounting: isolate stats to groups
Introduce stats groups that will isolate accounting for logically
different transferring operations. That way multiple accounting
operations can be done in parallel without interfering with each other
stats.

Using groups is optional. There is dedicated global stats that will be
used by default if no group is specified. This is operating mode for CLI
usage which is just fire and forget operation.

For running rclone as rc http server each request will create it's own
group. Also there is an option to specify your own group.
2019-07-28 14:48:19 +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: change stats interface 2019-07-28 14:48:19 +01:00
accounting_unix.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
accounting.go accounting: change stats interface 2019-07-28 14:48:19 +01:00
inprogress.go accounting: isolate stats to groups 2019-07-28 14:48:19 +01:00
stats_groups.go accounting: isolate stats to groups 2019-07-28 14:48:19 +01:00
stats_test.go accounting: change stats interface 2019-07-28 14:48:19 +01:00
stats.go accounting: isolate stats to groups 2019-07-28 14:48:19 +01:00
stringset.go accounting: isolate stats to groups 2019-07-28 14:48:19 +01:00
token_bucket_test.go rc: return current settings if core/bwlimit called without parameters 2019-06-24 13:22:24 +01:00
token_bucket.go rc: return current settings if core/bwlimit called without parameters 2019-06-24 13:22:24 +01:00
transfer.go accounting: change stats interface 2019-07-28 14:48:19 +01:00