获取帮助

使用Sqldiag工具前,您可以通过以下指令获取帮助。

  1. cd src
  2. python main.py --help

显示如下帮助信息:

  1. usage: main.py [-h] [--train TRAIN] [--model MODEL] [--predict PREDICT]
  2. [--ratio RATIO]
  3. {all,train,predict}
  4. Slow SQL Diagnose
  5. positional arguments:
  6. {all,train,predict} Execution style
  7. optional arguments:
  8. -h, --help show this help message and exit
  9. --train TRAIN History Log Data Directory
  10. --model MODEL Output data directory
  11. --predict PREDICT To-be-predicted workload data directory
  12. --ratio RATIO Ratio threshold for retrain recommend

您也可以通过工具内的Readme文件获取更加详细的帮助。