rclone/fs/accounting
Nick Craig-Wood d392f9fcd8 accounting: fix stats to show server side transfers
Before this fix we were not counting transferred files nor transferred
bytes for server side moves/copies.

If the server side move/copy has been marked as a transfer and not a
checker then this accounts transferred files and transferred bytes.

The transferred bytes are not accounted to the network though so this
should not affect the network stats.
2024-01-07 11:26:09 +00:00
..
accounting_other.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
accounting_test.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
accounting_unix.go accounting: bwlimit signal handler should always start 2023-06-22 17:59:24 +01:00
accounting.go accounting: fix stats to show server side transfers 2024-01-07 11:26:09 +00:00
inprogress.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
prometheus.go docs: cleanup spelling of size and rate units 2021-04-27 02:25:52 +03:00
stats_groups_test.go fs: fix race conditions in --max-delete and --max-delete-size 2023-03-09 09:25:31 +00:00
stats_groups.go accounting: show server side stats in own lines and not as bytes transferred 2023-08-05 03:54:01 +01:00
stats_test.go fs: Fix transferTime not being set in JSON logs 2023-08-17 11:19:35 +01:00
stats.go accounting: fix stats to show server side transfers 2024-01-07 11:26:09 +00:00
token_bucket_test.go Use binary prefixes for size and rate units 2021-04-27 02:25:52 +03:00
token_bucket.go accounting: bwlimit signal handler should always start 2023-06-22 17:59:24 +01:00
tpslimit_test.go fs/accounting: fix occasionally failing test on macOS 2021-02-07 14:59:53 +00:00
tpslimit.go accounting: factor --tpslimit code into accounting from fshttp 2021-01-08 10:29:57 +00:00
transfer.go accounting: fix stats to show server side transfers 2024-01-07 11:26:09 +00:00
transfermap.go accounting: show checking tag if available even on transfers 2023-03-01 11:10:38 +00:00