core_stats
Retrieve current transfer statistics including bytes transferred, speed, and error counts. Use optional group and short parameters to customize the snapshot.
Instructions
Current stats snapshot — Returns active transfer statistics including bytes transferred, speed, and error counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Stats group identifier to return a snapshot for. Leave unset to include all groups. | |
| short | No | When true, omit the `transferring` and `checking` arrays from the response. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. |