public static final String |
CONSOLE_REMOTE_PASSWORD_PROMPT |
"OrientDB Server (%s:%d) - Please insert the root password to create the test database: " |
public static final String |
ERROR_OPENING_CONSOLE |
"An error has occurred opening the console. Please supply the root password as the -root-password parameter." |
public static final String |
MAIN_OPTIONS |
"mcwtxdelayodkchklbdb" |
public static final String |
OPTION_CHECK_DATABASE |
"chk" |
public static final String |
OPTION_CONCURRENCY |
"c" |
public static final String |
OPTION_DBNAME |
"db" |
public static final String |
OPTION_DELAY |
"delay" |
public static final String |
OPTION_HA_METRICS |
"ha-metrics" |
public static final String |
OPTION_KEEP_DATABASE_AFTER_TEST |
"k" |
public static final String |
OPTION_LOAD_BALANCING |
"lb" |
public static final String |
OPTION_MODE |
"m" |
public static final String |
OPTION_OUTPUT_FILE |
"o" |
public static final String |
OPTION_PLOCAL_PATH |
"d" |
public static final String |
OPTION_REMOTE_IP |
"remote-ip" |
public static final String |
OPTION_REMOTE_PORT |
"remote-port" |
public static final String |
OPTION_ROOT_PASSWORD |
"root-password" |
public static final String |
OPTION_TRANSACTIONS |
"tx" |
public static final String |
OPTION_WORKLOAD |
"w" |
public static final String |
SYNTAX |
"StressTester \n\t-m mode (can be any of these: [plocal|memory|remote|distributed] )\n\t-w workloads\n\t-c concurrency-level\n\t-x operations-per-transaction\n\t-o result-output-file\n\t-d database-directory\n\t-k true|false\n\t-chk true|false\n\t--root-password rootPassword\n\t--remote-ip ipOrHostname\n\t--remote-port portNumber\n\t-lb load-balancing-strategy\n\t-db db-name\n" |
public static final String |
TEMP_DATABASE_NAME |
"stress-test-db-" |