This command shows statistics for a certain path and, optionally, a tenant.
Usage
cluster stats --path PATH [--tenant-id ID]
Required Parameters
| Specifies the path for which to display the details. |
Options
| Specifies the tenant for which to display the details. |
Example
vcli: admin> cluster stat --path /dir1/dir2 --tenant-id 3 +-----------------+-----------------------+ | owning_user | user1@example.com | | owning_uid | 10001 | | owning_group | | | owning_gid | 20002 | | has_default_acl | True | | is_directory | True | | children | 0 | | abac_tags | ['red', 'blue'] | +-----------------+-----------------------+