mirror of
https://github.com/rclone/rclone.git
synced 2026-01-07 19:13:19 +00:00
docs: update documentation for stats
This commit is contained in:
committed by
Nick Craig-Wood
parent
68e641f6cf
commit
ff235e4e56
@@ -63,10 +63,16 @@ func init() {
|
||||
Fn: remoteStats,
|
||||
Title: "Returns stats about current transfers.",
|
||||
Help: `
|
||||
This returns all available stats
|
||||
This returns all available stats:
|
||||
|
||||
rclone rc core/stats
|
||||
|
||||
If group is not provided then summed up stats for all groups will be
|
||||
returned.
|
||||
|
||||
Parameters
|
||||
- group - name of the stats group (string)
|
||||
|
||||
Returns the following values:
|
||||
|
||||
` + "```" + `
|
||||
|
||||
Reference in New Issue
Block a user