获取帮助

    输出帮助信息结果如下:

    1. [--db-user DB_USER] [--port PORT] [--host HOST]
    2. [--host-user HOST_USER] [--host-ssh-port HOST_SSH_PORT]
    3. [--scenario {ap,tp,htap}] [--benchmark BENCHMARK]
    4. [--model-path MODEL_PATH] [-v]
    5. X-Tuner: a self-tuning toolkit for OpenGauss.
    6. optional arguments:
    7. -h, --help show this help message and exit
    8. train a reinforcement learning model or tune by your
    9. trained model.
    10. -f CONFIG_FILE, --config-file CONFIG_FILE
    11. you can pass a config file path or you should manually
    12. set database information.
    13. --db-name DB_NAME database name.
    14. --db-user DB_USER database user name.
    15. --port PORT database connection port.
    16. --host HOST where did your database install on?
    17. on.
    18. --host-ssh-port HOST_SSH_PORT
    19. host ssh port.
    20. --scenario {ap,tp,htap}
    21. --benchmark BENCHMARK
    22. --model-path MODEL_PATH
    23. the place where you want to save model weights to or
    24. load model weights from.
    25. show version.