public final class PerfCakeConst extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTES_TAG
Result name of message attributes stored in the measurement unit.
|
static String |
DEBUG_AGENT_DEFAULT_NAME
Default name of the debug agent.
|
static String |
DEBUG_AGENT_NAME_OPT
Name of the cli argument to start debugging agent name.
|
static String |
DEBUG_AGENT_NAME_PROPERTY
Name of the system property that stores the debug agent name.
|
static String |
DEBUG_OPT
Name of the cli argument to start debugging agent.
|
static String |
DEBUG_PROPERTY
Name of the system property that stores the debug agent activation state.
|
static String |
DEFAULT_ENCODING_PROPERTY
Name of the system property that stores name of the default String encoding.
|
static String |
DISABLE_TEMPLATES_PROPERTY
Property that can disable templating engine (HTTL) in
StringTemplate . |
static int |
ERR_BLOCKED_THREADS
Exit code when there are blocked threads after the scenario was executed.
|
static int |
ERR_NO_SCENARIO
Exit code when there is no scenario specified.
|
static int |
ERR_PARAMETERS
Exit code when there are wrong parameters on the command line.
|
static int |
ERR_PRINT_HELP
Error while trying to replay scenario.
|
static int |
ERR_SCENARIO_EXECUTION
Exit code when there was an error during scenario execution.
|
static int |
ERR_SCENARIO_LOADING
Exit code when it was not possible to parse scenario properly.
|
static int |
ERR_SCENARIO_REPLAY
Error while trying to replay scenario.
|
static int |
ERR_VALIDATION
Exit code when there were validation errors.
|
static String |
FAIL_FAST_PROPERTY
Name of the system property to cause immediate scenario termination when there is an exception thrown by a sender.
|
static String |
FAILURES_TAG
Result name counting the number of failed sender tasks.
|
static String |
HELP_OPT
Name of the CLI argument to print help.
|
static String |
ITERATION_NUMBER_PROPERTY
Name of the message header that stores the number of the current iteration.
|
static String |
KEYSTORES_DIR_PROPERTY
Name of the system property that specifies SSL key store directory.
|
static String |
LOGGING_LEVEL_OPT
Name of the CLI argument to specify PerfCake logging level.
|
static String |
LOGGING_LEVEL_PROPERTY
Name of the system property that stores PerfCake logging level.
|
static String |
MESSAGES_DIR_OPT
Name of the CLI argument to specify path to messages.
|
static String |
MESSAGES_DIR_PROPERTY
Name of the system property that stores path where messages are taken from.
|
static String |
NICE_TIMESTAMP_PROPERTY
Name of the system property that stores timestamp in the format
yyyyMMddHHmmss . |
static String |
PLUGINS_DIR_OPT
Name of the CLI argument to specify path to plugins.
|
static String |
PLUGINS_DIR_PROPERTY
Name of the system property that stores path where PerfCake plugins are loaded from.
|
static String |
PROPERTIES_FILE_OPT
Name of the CLI argument to specify path to the property file.
|
static String |
PROPERTIES_FILE_PROPERTY
Name of the system property that stores path to the property file with system properties.
|
static String |
REAL_TIME_TAG
Result name of the test execution real time tag.
|
static String |
RECEIVER_BOOT_DELAY_PROPERTY
Name of the system property that stores the boot delay for receivers.
|
static String |
REPLAY_OPT
Name of the cli argument to start raw recording replay.
|
static String |
REPLAY_PROPERTY
Name of the system property that stores the path to the raw recording to be replayed.
|
static String |
REQUEST_SIZE_TAG
Result name of the total size of request.
|
static String |
RESPONSE_SIZE_TAG
Result name of the total size of response.
|
static String |
SCENARIO_OPT
Name of the CLI argument to specify scenario name.
|
static String |
SCENARIO_PROPERTY
Name of the system property that stores name of scenario that is executed.
|
static String |
SCENARIOS_DIR_OPT
Name of the CLI argument to specify path to scenarios.
|
static String |
SCENARIOS_DIR_PROPERTY
Name or the system property that stores path where scenarios are taken from.
|
static String |
SKIP_TIMER_BENCHMARK_OPT
Name of the CLI argument to skip timer benchmark.
|
static String |
SKIP_TIMER_BENCHMARK_PROPERTY
Name of the system property that stores the skip timer benchmark option.
|
static String |
TAGS_TAG
Result name of the user tags.
|
static String |
THREADS_TAG
Result name of the number of threads.
|
static String |
TIMESTAMP_PROPERTY
Name of the system property that stores Unix timestamp.
|
static String |
USAGE_HELP
Help on PerfCake command line usage.
|
static String |
VERSION
PerfCake version.
|
static String |
WARM_UP_TAG
Result name indicating whether the scenario.
|
static String |
WELCOME
PerfCake welcome greeting.
|
static String |
XSD_SCHEMA_VERSION
PerfCake scenario XML Schema version that is part of namespace
urn:perfcake:scenario:<version> . |
public static final String VERSION
public static final String XSD_SCHEMA_VERSION
urn:perfcake:scenario:<version>
.public static final String USAGE_HELP
public static final String WELCOME
public static final String ITERATION_NUMBER_PROPERTY
public static final String SCENARIO_PROPERTY
public static final String DEFAULT_ENCODING_PROPERTY
public static final String TIMESTAMP_PROPERTY
public static final String NICE_TIMESTAMP_PROPERTY
yyyyMMddHHmmss
.public static final String SCENARIOS_DIR_PROPERTY
public static final String MESSAGES_DIR_PROPERTY
public static final String PLUGINS_DIR_PROPERTY
public static final String KEYSTORES_DIR_PROPERTY
public static final String PROPERTIES_FILE_PROPERTY
public static final String LOGGING_LEVEL_PROPERTY
public static final String SKIP_TIMER_BENCHMARK_PROPERTY
public static final String REPLAY_PROPERTY
public static final String DEBUG_PROPERTY
public static final String DEBUG_AGENT_NAME_PROPERTY
public static final String FAIL_FAST_PROPERTY
public static final String RECEIVER_BOOT_DELAY_PROPERTY
public static final String HELP_OPT
public static final String SCENARIO_OPT
public static final String SCENARIOS_DIR_OPT
public static final String MESSAGES_DIR_OPT
public static final String PLUGINS_DIR_OPT
public static final String PROPERTIES_FILE_OPT
public static final String LOGGING_LEVEL_OPT
public static final String SKIP_TIMER_BENCHMARK_OPT
public static final String REPLAY_OPT
public static final String DEBUG_OPT
public static final String DEBUG_AGENT_NAME_OPT
public static final String DEBUG_AGENT_DEFAULT_NAME
public static final String WARM_UP_TAG
public static final String FAILURES_TAG
public static final String ATTRIBUTES_TAG
public static final String THREADS_TAG
public static final String RESPONSE_SIZE_TAG
public static final String REQUEST_SIZE_TAG
public static final String TAGS_TAG
public static final String REAL_TIME_TAG
public static final String DISABLE_TEMPLATES_PROPERTY
StringTemplate
.public static final int ERR_NO_SCENARIO
public static final int ERR_PARAMETERS
public static final int ERR_SCENARIO_LOADING
public static final int ERR_SCENARIO_EXECUTION
public static final int ERR_VALIDATION
public static final int ERR_BLOCKED_THREADS
public static final int ERR_SCENARIO_REPLAY
public static final int ERR_PRINT_HELP
Copyright © 2010–2017 PerfCake Community. All rights reserved.