Constant Field Values


Contents
net.grinder.*

net.grinder.common.GrinderProperties
public static final String CONSOLE_HOST "grinder.consoleHost"
public static final String CONSOLE_PORT "grinder.consolePort"
public static final String LOG_DIRECTORY "grinder.logDirectory"
public static final String SCRIPT "grinder.script"

net.grinder.communication.CommunicationDefaults
public static final String CONSOLE_HOST ""
public static final int CONSOLE_PORT 6372
public static final int MAX_PORT 65535
public static final int MIN_PORT 1

net.grinder.console.model.ConsoleProperties
public static final String COLLECT_SAMPLES_PROPERTY "grinder.console.numberToCollect"
public static final String CONSOLE_HOST_PROPERTY "grinder.console.consoleHost"
public static final String CONSOLE_PORT_PROPERTY "grinder.console.consolePort"
public static final String DEFAULT_DISTRIBUTION_FILE_FILTER_EXPRESSION "^CVS/$|^\\.svn/$|^.*~$|^(out_|error_|data_)\\w+-\\d+\\.log\\d*$"
public static final String DISTRIBUTE_ON_START_ASK_PROPERTY "grinder.console.distributeAutomaticallyAsk"
public static final String DISTRIBUTION_DIRECTORY_PROPERTY "grinder.console.scriptDistributionDirectory"
public static final String DISTRIBUTION_FILE_FILTER_EXPRESSION_PROPERTY "grinder.console.distributionFileFilterExpression"
public static final String EXTERNAL_EDITOR_ARGUMENTS_PROPERTY "grinder.console.externalEditorArguments"
public static final String EXTERNAL_EDITOR_COMMAND_PROPERTY "grinder.console.externalEditorCommand"
public static final String FRAME_BOUNDS_PROPERTY "grinder.console.frameBounds"
public static final String HTTP_HOST_PROPERTY "grinder.console.httpHost"
public static final String HTTP_PORT_PROPERTY "grinder.console.httpPort"
public static final String IGNORE_SAMPLES_PROPERTY "grinder.console.numberToIgnore"
public static final String LOOK_AND_FEEL_PROPERTY "grinder.console.lookAndFeel"
public static final String PROPERTIES_FILE_PROPERTY "grinder.console.propertiesFile"
public static final String PROPERTIES_NOT_SET_ASK_PROPERTY "grinder.console.propertiesNotSetAsk"
public static final String RESET_CONSOLE_WITH_PROCESSES_ASK_PROPERTY "grinder.console.resetConsoleWithProcessesAsk"
public static final String RESET_CONSOLE_WITH_PROCESSES_PROPERTY "grinder.console.resetConsoleWithProcesses"
public static final String SAMPLE_INTERVAL_PROPERTY "grinder.console.sampleInterval"
public static final String SAVE_TOTALS_WITH_RESULTS_PROPERTY "grinder.console.saveTotalsWithResults"
public static final String SCAN_DISTRIBUTION_FILES_PERIOD_PROPERTY "grinder.console.scanDistributionFilesPeriod"
public static final String SIG_FIG_PROPERTY "grinder.console.significantFigures"
public static final String START_WITH_UNSAVED_BUFFERS_ASK_PROPERTY "grinder.console.startWithUnsavedBuffersAsk"
public static final String STOP_PROCESSES_ASK_PROPERTY "grinder.console.stopProcessesAsk"

net.grinder.engine.communication.ConsoleListener
public static final int ANY 15
public static final int RESET 2
public static final int SHUTDOWN 8
public static final int START 1
public static final int STOP 4

net.grinder.scriptengine.ScriptEngineService
public static final String RESOURCE_NAME "META-INF/net.grinder.scriptengine"

net.grinder.statistics.StatisticsIndexMap
public static final String HTTP_PLUGIN_CONNECT_TIME_KEY "httpplugin.connectTime"
public static final String HTTP_PLUGIN_CONNECTIONS_ESTABLISHED "httpplugin.connectionsEstablished"
public static final String HTTP_PLUGIN_DNS_TIME_KEY "httpplugin.dnsTime"
public static final String HTTP_PLUGIN_FIRST_BYTE_TIME_KEY "httpplugin.firstByteTime"
public static final String HTTP_PLUGIN_RESPONSE_ERRORS_KEY "httpplugin.responseErrors"
public static final String HTTP_PLUGIN_RESPONSE_LENGTH_KEY "httpplugin.responseLength"
public static final String HTTP_PLUGIN_RESPONSE_STATUS_KEY "httpplugin.responseStatus"



Copyright © 2000-2013. All Rights Reserved.