此内容没有您所选择的语言版本。
Chapter 19. Monitoring Red Hat Gluster Storage Gluster Workload
Monitoring storage volumes is helpful when conducting a capacity planning or performance tuning activity on a Red Hat Gluster Storage volume. You can monitor the Red Hat Gluster Storage volumes with different parameters and use those system outputs to identify and troubleshoot issues.
You can use the
volume top
and volume profile
commands to view vital performance information and identify bottlenecks on each brick of a volume.
You can also perform a statedump of the brick processes and NFS server process of a volume, and also view volume status and volume information.
Note
If you restart the server process, the existing
profile
and top
information will be reset.
19.1. Running the Volume Profile Command 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
The
volume profile
command provides an interface to get the per-brick or NFS server I/O information for each File Operation (FOP) of a volume. This information helps in identifying the bottlenecks in the storage system.
This section describes how to use the
volume profile
command.
19.1.1. Start Profiling 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
To view the file operation information of each brick, start the profiling command:
# gluster volume profile VOLNAME start
For example, to start profiling on test-volume:
gluster volume profile test-volume start
# gluster volume profile test-volume start
Profiling started on test-volume
Important
Running
profile
command can affect system performance while the profile information is being collected. Red Hat recommends that profiling should only be used for debugging.
When profiling is started on the volume, the following additional options are displayed when using the
volume info
command:
diagnostics.count-fop-hits: on diagnostics.latency-measurement: on
diagnostics.count-fop-hits: on
diagnostics.latency-measurement: on
19.1.2. Displaying the I/O Information 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
To view the I/O information of the bricks on a volume, use the following command:
# gluster volume profile VOLNAME info
For example, to view the I/O information of test-volume:
To view the I/O information of the NFS server on a specified volume, use the following command:
# gluster volume profile VOLNAME info nfs
For example, to view the I/O information of the NFS server on test-volume:
19.1.3. Stop Profiling 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
To stop profiling on a volume, use the following command:
# gluster volume profile VOLNAME stop
For example, to stop profiling on test-volume:
gluster volume profile test-volume stop
# gluster volume profile test-volume stop
Profiling stopped on test-volume