Welcome to docker.ru hosting provider linux mirror located at Moscow, Russian Federation.
Server configuration: Linux with OpenZFS, 2 x E5-2670v2, 128 GB ECC memory, 12 x 4 TB raidz2 + 1 TB SSD for L2ARC.
Network: 20 gbps uplink, IPv4 (185.253.23.31), IPv6 (2a04:8580:ffff:fffe::2).
My hostname is mirror.docker.ru
The pool_info command can be used to display pool read-write information and to clear statistics from pools.
Using the pool_info command with the -s option displays the number of reads and writes for the named pool(s) since the last time the pool was activated or statistics were cleared.
Using the pool_info command with the -c option clears statistics from the named pools.
Display the Number of Reads and Writes
pool_info -s [PoolName] |
Specifies the pool name for which to display information. If no pool names are specified, all active pools are displayed.
Clear Statistics
pool_info -c [PoolName] |
Specifies the pool name(s) from which statistics are cleared. If no pool names are specified, statistics are cleared from all active pools.
This example displays statistics for all activated pools:
pool_info -s |
This example displays statistics for pool0:
pool_info -s pool0 |
This example clears statistics for pool0:
pool_info -c pool0 |