Console.WriteLine("{0}{1}",indent,"--help Show usage.");
Console.WriteLine("");
Console.WriteLine("");
Console.Write("{0}{1}",indent,"-h");
Console.Write("{0}{1}{2}\n",indent,indent,"host, The host to connect to TDengine. Default is localhost.");
HelpPrint("-h <hostname>","host, The host to connect to TDengine. Default is localhost.");
Console.Write("{0}{1}",indent,"-p");
HelpPrint("-p <port>","port, The TCP/IP port number to use for the connection. Default is 0.");
Console.Write("{0}{1}{2}\n",indent,indent,"port, The TCP/IP port number to use for the connection. Default is 0.");
HelpPrint("-u <username>","user, The user name to use when connecting to the server. Default is 'root'.");
Console.Write("{0}{1}",indent,"-u");
HelpPrint("-P <password>","password, The password to use when connecting to the server. Default is 'taosdata'.");
Console.Write("{0}{1}{2}\n",indent,indent,"user, The user name to use when connecting to the server. Default is 'root'.");
HelpPrint("-d <dbname>","database, Destination database. Default is 'test'.");
Console.Write("{0}{1}",indent,"-P");
HelpPrint("-a <replications>","replica, Set the replica parameters of the database, Default 1, min: 1, max: 5.");
Console.Write("{0}{1}{2}\n",indent,indent,"password, The password to use when connecting to the server. Default is 'taosdata'.");
HelpPrint("-m <table prefix>","table_prefix, Table prefix name. Default is 't'.");
Console.Write("{0}{1}",indent,"-d");
HelpPrint("-M","stable, Use super table.");
Console.Write("{0}{1}{2}\n",indent,indent,"database, Destination database. Default is 'test'.");
HelpPrint("-s <stable prefix>","stable_prefix, STable prefix name. Default is 'st'");
Console.Write("{0}{1}",indent,"-a");
HelpPrint("-Q <DEFAULT | command>","query, Execute query command. set 'DEFAULT' means select * from each table");
Console.Write("{0}{1}{2}\n",indent,indent,"replica, Set the replica parameters of the database, Default 1, min: 1, max: 5.");
/* NOT SUPPORT SO FAR
Console.Write("{0}{1}",indent,"-m");
HelpPrint("-o", "outputfile, Direct output to the named file. Default is './output.txt'.");
Console.Write("{0}{1}{2}\n",indent,indent,"table_prefix, Table prefix name. Default is 't'.");
HelpPrint("-q", "query_mode, Query mode--0: SYNC, 1: ASYNC. Default is SYNC.");
Console.Write("{0}{1}",indent,"-s");
HelpPrint("-b", "type_of_cols, data_type of columns: 'INT', 'TINYINT', 'SMALLINT', 'BIGINT', 'FLOAT', 'DOUBLE', 'BINARY'. Default is 'INT'.");
Console.Write("{0}{1}{2}\n",indent,indent,"sql file, The select sql file.");
HelpPrint("-w", "length_of_binary, The length of data_type 'BINARY'. Only applicable when type of cols is 'BINARY'. Default is 8");
Console.Write("{0}{1}",indent,"-M");
HelpPrint("-l", "num_of_cols_per_record, The number of columns per record. Default is 3.");
Console.Write("{0}{1}{2}\n",indent,indent,"stable, Use super table.");
*/
Console.Write("{0}{1}",indent,"-o");
HelpPrint("-T <number>","num_of_threads, The number of threads. Default is 10.");
Console.Write("{0}{1}{2}\n",indent,indent,"outputfile, Direct output to the named file. Default is './output.txt'.");
HelpPrint("-r <number>","num_of_records_per_req, The number of records per request. Default is 1000.");
Console.Write("{0}{1}",indent,"-q");
HelpPrint("-t <number>","num_of_tables, The number of tables. Default is 1.");
Console.Write("{0}{1}{2}\n",indent,indent,"query_mode, Query mode--0: SYNC, 1: ASYNC. Default is SYNC.");
HelpPrint("-n <number>","num_of_records_per_table, The number of records per table. Default is 1.");
Console.Write("{0}{1}",indent,"-b");
HelpPrint("-c <path>","config_directory, Configuration directory. Default is '/etc/taos/'.");
Console.Write("{0}{1}{2}\n",indent,indent,"type_of_cols, data_type of columns: 'INT', 'TINYINT', 'SMALLINT', 'BIGINT', 'FLOAT', 'DOUBLE', 'BINARY'. Default is 'INT'.");
HelpPrint("-x","flag, Insert only flag.");
Console.Write("{0}{1}",indent,"-w");
HelpPrint("-O","order, Insert mode--0: In order, 1: Out of order. Default is in order.");
Console.Write("{0}{1}{2}\n",indent,indent,"length_of_binary, The length of data_type 'BINARY'. Only applicable when type of cols is 'BINARY'. Default is 8");
HelpPrint("-R <number>","rate, Out of order data's rate--if order=1 Default 10, min: 0, max: 50.");
Console.Write("{0}{1}",indent,"-l");
HelpPrint("-D <number>","Delete data methods 0: don't delete, 1: delete by table, 2: delete by stable, 3: delete by database.");
Console.Write("{0}{1}{2}\n",indent,indent,"num_of_cols_per_record, The number of columns per record. Default is 3.");
HelpPrint("-v","Print verbose output");
Console.Write("{0}{1}",indent,"-T");
HelpPrint("-g","Print debug output");
Console.Write("{0}{1}{2}\n",indent,indent,"num_of_threads, The number of threads. Default is 10.");
HelpPrint("-y","Skip read key for continous test, default is not skip");
Console.Write("{0}{1}",indent,"-r");
Console.Write("{0}{1}{2}\n",indent,indent,"num_of_records_per_req, The number of records per request. Default is 1000.");
Console.Write("{0}{1}",indent,"-t");
Console.Write("{0}{1}{2}\n",indent,indent,"num_of_tables, The number of tables. Default is 1.");
Console.Write("{0}{1}",indent,"-n");
Console.Write("{0}{1}{2}\n",indent,indent,"num_of_records_per_table, The number of records per table. Default is 1.");
Console.Write("{0}{1}",indent,"-c");
Console.Write("{0}{1}{2}\n",indent,indent,"config_directory, Configuration directory. Default is '/etc/taos/'.");
Console.Write("{0}{1}",indent,"-x");
Console.Write("{0}{1}{2}\n",indent,indent,"flag, Insert only flag.");
Console.Write("{0}{1}",indent,"-O");
Console.Write("{0}{1}{2}\n",indent,indent,"order, Insert mode--0: In order, 1: Out of order. Default is in order.");
Console.Write("{0}{1}",indent,"-R");
Console.Write("{0}{1}{2}\n",indent,indent,"rate, Out of order data's rate--if order=1 Default 10, min: 0, max: 50.");
Console.Write("{0}{1}",indent,"-D");
Console.Write("{0}{1}{2}\n",indent,indent,"Delete data methods 0: don't delete, 1: delete by table, 2: delete by stable, 3: delete by database.");