DEV Community

Qing
Qing

Posted on

DBMind Mode-component

This subcommand can be used to start DBMind components, including the exporter for monitoring metrics and other AI functions. It forwards the commands passed by the user through the CLI client to the corresponding components. For details about the commands of different components, see the corresponding sections of the components.

Command Reference
You can use the –help option to obtain the help information about this mode. For example:

gs_dbmind component --help

usage: component [-h] COMPONENT_NAME ...

positional arguments:
COMPONENT_NAME choice a component to start. ['extract_log', 'forecast', 'index_advisor', 'opengauss_exporter', 'reprocessing_exporter', 'slow_query_diagnosis', 'sqldiag', 'xtuner']
ARGS arguments for the component to start

optional arguments:
-h, --help show this help message and exit

Table 1 Parameters of the gs_dbmind component subcommand

Image description

Top comments (0)