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. For details about the data collection method and file formats, see Data Collection and File Formats.
- Call the slow_detect interface and input the data file to perform slow drive detection.
from BoostKit_KSML.slow_detect import slow_detect slow_detect(r'slow_data.csv', r'result.data')
- Adjust parameters based on the detection result. For details, see Parameter Package.
Parent topic: Slow HDD/SSD Detection