mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
accounting: add call to clear stats
- Make calls more consistent by changing path to kebab case. - Add stacktrace information to job panics
This commit is contained in:
committed by
Nick Craig-Wood
parent
5be968c0ca
commit
6a3e301303
@@ -396,7 +396,7 @@ This tells the go runtime to do a garbage collection run. It isn't
|
||||
necessary to call this normally, but it can be useful for debugging
|
||||
memory problems.
|
||||
|
||||
### core/group_list: Returns list of stats.
|
||||
### core/group-list: Returns list of stats.
|
||||
|
||||
This returns list of stats groups currently in memory.
|
||||
|
||||
@@ -481,6 +481,14 @@ Returns the following values:
|
||||
Values for "transferring", "checking" and "lastError" are only assigned if data is available.
|
||||
The value for "eta" is null if an eta cannot be determined.
|
||||
|
||||
### core/stats-reset: Reset stats.
|
||||
|
||||
This clears counters and errors for all stats or specific stats group if group
|
||||
is provided.
|
||||
|
||||
Parameters
|
||||
- group - name of the stats group (string)
|
||||
|
||||
### core/transferred: Returns stats about completed transfers.
|
||||
|
||||
This returns stats about completed transfers:
|
||||
|
||||
Reference in New Issue
Block a user