stats --help
Description
Displays the list of all stats-related options that can be used as a reference when using the DR Series system CLI.
Syntax
stats --help
Result
Usage:
stats --system
stats --cpu
stats --memory
stats --network
stats --datacheck
stats --nfs
stats --cifs
stats --ost
stats --container --name <name>
stats --replication [--name <name>]
stats --cleaner
stats --clients [--type <nfs |cifs | ost>]
stats --reset [--nfs]
[--cifs]
[--ost]
[--datacheck]
stats --help
stats <command> <command-arguments>
<command> can be one of:
--system Displays cumulative statistics for all containers.
--cpu Displays CPU statistics.
--memory Displays statistics for memory.
--network Displays statistics for network interfaces.
--datacheck Displays statistics for online data verification.
--nfs Displays statistics for NFS.
--cifs Displays statistics for CIFS.
--ost Displays statistics for OST server.
--container Displays statistics for a specific container.
--replication Displays statistics for replication.
--cleaner Displays statistics for cleaner.
--clients Displays client information.
--reset Resets statistics.
For command-specific help, please type stats --help <command>
For example:
stats --help reset
63