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
A variety of details can be gathered about GFS using the gfs_tool command. Typical usage of the gfs_tool command is described here.
Displaying Statistics
gfs_tool counters MountPoint |
The counters action flag displays statistics about a file system. If -c is used, the gfs_tool command continues to run, displaying statistics once per second.
Displaying Space Usage
gfs_tool df MountPoint |
The df action flag displays a space-usage summary of a given file system. The information is more detailed than a standard df.
Displaying Extended Status
gfs_tool stat File |
The stat action flag displays extended status information about a file.
Specifies the file system to which the action applies.
Specifies the file from which to get information.
The gfs_tool command provides additional action flags (options) not listed in this section. For more information about other gfs_tool action flags, refer to the gfs_tool man page.
This example reports extended file system usage about file system /gfs.
gfs_tool df /gfs |
This example reports extended file status about file /gfs/datafile.
gfs_tool stat /gfs/datafile |