Tool Usage
- Use the iostat tool to collect drive latency data and sort the data into a data file slow_data.csv in a specified format (refer to sections 4.3 and 4.4).
- Call the slow_detect interface and input the data file to perform slow drive detection.
slow_detect(r'slow_test.data', r'result.data')
- Adjust parameters based on the detection result. For details, see section 4.5.1.
Parent topic: Slow HDD Detection