Rate This Document
Findability
Accuracy
Completeness
Readability

Tool Usage

  1. 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.
  2. 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')
  3. Adjust parameters based on the detection result. For details, see Parameter Package.