2017-12-23 21:07:45 +08:00
|
|
|
---
|
2019-08-26 22:25:20 +08:00
|
|
|
date: 2019-08-26T15:19:45+01:00
|
2017-12-23 21:07:45 +08:00
|
|
|
title: "rclone cachestats"
|
|
|
|
slug: rclone_cachestats
|
|
|
|
url: /commands/rclone_cachestats/
|
|
|
|
---
|
|
|
|
## rclone cachestats
|
|
|
|
|
|
|
|
Print cache stats for a remote
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
|
|
|
|
Print cache stats for a remote in JSON format
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
rclone cachestats source: [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for cachestats
|
|
|
|
```
|
|
|
|
|
2019-06-20 23:18:02 +08:00
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2017-12-23 21:07:45 +08:00
|
|
|
### SEE ALSO
|
|
|
|
|
2018-10-15 18:03:08 +08:00
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
2018-03-19 18:06:13 +08:00
|
|
|
|