Data Collection
Use the iostat tool in the sysstat software package to collect drive latency data.
- Install the sysstat software package.
yum install sysstat
- Collect drive latency data.
iostat -x -y -d 5 120
This command indicates that I/O device information is collected every 5 seconds for 120 times.

- Organize the values in the w_await column of target drives into a CSV file in the specified format.
Parent topic: Slow HDD/SSD Detection