Serialized Form
Package org.apache.jmeter.assertions |
name
String name
- Name of the assertion.
failure
boolean failure
- True if the assertion failed.
error
boolean error
- True if there was an error checking the assertion.
failureMessage
String failureMessage
- A message describing the failure.
serialVersionUID: 3l
serialVersionUID: 234l
serialVersionUID: 233l
serialVersionUID: 233l
Package org.apache.jmeter.assertions.gui |
assertionScopePanel
AssertionScopePanel assertionScopePanel
responseStringButton
JRadioButton responseStringButton
- Radio button indicating that the text response should be tested.
urlButton
JRadioButton urlButton
- Radio button indicating that the URL should be tested.
responseMessageButton
JRadioButton responseMessageButton
- Radio button indicating that the responseMessage should be tested.
responseCodeButton
JRadioButton responseCodeButton
- Radio button indicating that the responseCode should be tested.
responseHeadersButton
JRadioButton responseHeadersButton
- Radio button indicating that the headers should be tested.
assumeSuccess
JCheckBox assumeSuccess
- Checkbox to indicate whether the response should be forced successful
before testing. This is intended for use when checking the status code or
status message.
containsBox
JRadioButton containsBox
- Radio button indicating to test if the field contains one of the
patterns.
matchesBox
JRadioButton matchesBox
- Radio button indicating to test if the field matches one of the patterns.
equalsBox
JRadioButton equalsBox
- Radio button indicating if the field equals the string.
substringBox
JRadioButton substringBox
- Radio button indicating if the field contains the string.
notBox
JCheckBox notBox
- Checkbox indicating to test that the field does NOT contain/match the
patterns.
stringTable
JTable stringTable
- A table of patterns to test against.
addPattern
JButton addPattern
- Button to add a new pattern.
deletePattern
JButton deletePattern
- Button to delete a pattern.
tableModel
PowerTableModel tableModel
- Table model for the pattern table.
parentButton
JRadioButton parentButton
childButton
JRadioButton childButton
allButton
JRadioButton allButton
resetInterpreter
JCheckBox resetInterpreter
filename
JTextField filename
parameters
JTextField parameters
scriptField
JTextArea scriptField
duration
JTextField duration
serialVersionUID: 1l
errorThresholdField
JTextField errorThresholdField
warningThresholdField
JTextField warningThresholdField
errorsOnly
JCheckBox errorsOnly
docTypeBox
JComboBox docTypeBox
htmlRadioButton
JRadioButton htmlRadioButton
xhtmlRadioButton
JRadioButton xhtmlRadioButton
xmlRadioButton
JRadioButton xmlRadioButton
filePanel
FilePanel filePanel
md5HexInput
JTextField md5HexInput
size
JTextField size
equalButton
JRadioButton equalButton
notequalButton
JRadioButton notequalButton
greaterthanButton
JRadioButton greaterthanButton
lessthanButton
JRadioButton lessthanButton
greaterthanequalButton
JRadioButton greaterthanequalButton
lessthanequalButton
JRadioButton lessthanequalButton
execState
int execState
validate
JCheckBox validate
tolerant
JCheckBox tolerant
whitespace
JCheckBox whitespace
namespace
JCheckBox namespace
quiet
JCheckBox quiet
reportErrors
JCheckBox reportErrors
showWarnings
JCheckBox showWarnings
xmlSchema
JTextField xmlSchema
xpath
XPathPanel xpath
xml
XMLConfPanel xml
negated
JCheckBox negated
xpath
JTextField xpath
checkXPath
JButton checkXPath
Package org.apache.jmeter.config |
serialVersionUID: 232l
readResolve
private Object readResolve()
serialVersionUID: 233l
minimumValue
String minimumValue
maximumValue
String maximumValue
variableName
String variableName
outputFormat
String outputFormat
randomSeed
String randomSeed
perThread
boolean perThread
globalRandom
Random globalRandom
n
int n
minimum
long minimum
Package org.apache.jmeter.config.gui |
tableLabel
JLabel tableLabel
- The title label for this component.
add
JButton add
- A button for adding new arguments to the table.
delete
JButton delete
- A button for removing arguments from the table.
background
Color background
- Added background support for reporting tool
standalone
boolean standalone
- Boolean indicating whether this component is a standalong component or it
is intended to be used as a subpanel for another component.
username
JTextField username
- Field allowing the user to enter a username.
password
JPasswordField password
- Field allowing the user to enter a password.
displayName
boolean displayName
- Boolean indicating whether or not this component should display its name.
If true, this is a standalone component. If false, this component is
intended to be used as a subpanel for another component.
obsoleteMessage
JLabel obsoleteMessage
table
JTable table
- The table of configuration parameters.
tableModel
PowerTableModel tableModel
- The model for the parameter table.
add
JButton add
- A button for adding new parameters to the table.
delete
JButton delete
- A button for removing parameters from the table.
displayName
boolean displayName
- Boolean indicating whether or not this component should display its name.
If true, this is a standalone component. If false, this component is
intended to be used as a subpanel for another component.
Package org.apache.jmeter.control |
loopCount
int loopCount
serialVersionUID: 233l
SUBTREE
HashTree SUBTREE
SUB
TestElement SUB
serialVersionUID: 233l
skipNext
boolean skipNext
currentReturnedAtLeastOne
boolean currentReturnedAtLeastOne
stillSame
boolean stillSame
serialVersionUID: 232l
selectedNode
JMeterTreeNode selectedNode
startTime
long startTime
loopCount
int loopCount
serialVersionUID: 233l
counterLock
String counterLock
numExecutions
int numExecutions
- Number of iterations on which we've chosen to deliver samplers.
iteration
int iteration
- Index of the current iteration. 0-based.
runThisTime
boolean runThisTime
- Whether to deliver samplers on this iteration.
serialVersionUID: 233l
readResolve
private Object readResolve()
transactionDone
boolean transactionDone
transactionController
TransactionController transactionController
subSampler
Sampler subSampler
transactionSampleResult
SampleResult transactionSampleResult
calls
int calls
noFailingSamples
int noFailingSamples
serialVersionUID: 232l
Package org.apache.jmeter.control.gui |
inputVal
JTextField inputVal
- A field allowing the user to specify the input variable the controller
should loop.
returnVal
JTextField returnVal
- A field allowing the user to specify output variable the controller
should return.
useSeparator
JCheckBox useSeparator
displayName
boolean displayName
- Boolean indicating whether or not this component should display its name.
If true, this is a standalone component. If false, this component is
intended to be used as a subpanel for another component.
theCondition
JTextField theCondition
- A field allowing the user to specify the number of times the controller
should loop.
useExpression
JCheckBox useExpression
evaluateAll
JCheckBox evaluateAll
displayName
boolean displayName
- Boolean indicating whether or not this component should display its name.
If true, this is a standalone component. If false, this component is
intended to be used as a subpanel for another component.
includePanel
FilePanel includePanel
style
JCheckBox style
infinite
JCheckBox infinite
- A checkbox allowing the user to specify whether or not the controller
should loop forever.
loops
JTextField loops
- A field allowing the user to specify the number of times the controller
should loop.
displayName
boolean displayName
- Boolean indicating whether or not this component should display its name.
If true, this is a standalone component. If false, this component is
intended to be used as a subpanel for another component.
selected
JMeterTreeNode selected
nodes
JComboBox nodes
nodesModel
DefaultComboBoxModel nodesModel
warningLabel
JLabel warningLabel
style
JCheckBox style
serializedMode
JCheckBox serializedMode
commentPanel
JTextField commentPanel
- A panel to contain comments on the test plan.
baseDir
DirectoryPanel baseDir
argsPanel
ArgumentsPanel argsPanel
- A panel allowing the user to define variables.
seconds
JTextField seconds
- A field allowing the user to specify the number of seconds the controller
should loop.
displayName
boolean displayName
- Boolean indicating whether or not this component should display its name.
If true, this is a standalone component. If false, this component is
intended to be used as a subpanel for another component.
switchValue
JTextField switchValue
functionalMode
JCheckBox functionalMode
- A checkbox allowing the user to specify whether or not JMeter should do
functional testing.
serializedMode
JCheckBox serializedMode
argsPanel
ArgumentsPanel argsPanel
- A panel allowing the user to define variables.
browseJar
FileListPanel browseJar
styleBox
JComboBox styleBox
style
int style
throughput
JTextField throughput
perthread
JCheckBox perthread
isPerThread
boolean isPerThread
BYNUMBER_LABEL
String BYNUMBER_LABEL
BYPERCENT_LABEL
String BYPERCENT_LABEL
THROUGHPUT_LABEL
String THROUGHPUT_LABEL
PERTHREAD_LABEL
String PERTHREAD_LABEL
parent
JCheckBox parent
theCondition
JTextField theCondition
- A field allowing the user to specify the condition (not yet used).
Package org.apache.jmeter.engine |
backingEngine
JMeterEngine backingEngine
Package org.apache.jmeter.exceptions |
Package org.apache.jmeter.functions |
Package org.apache.jmeter.functions.gui |
functionList
JLabeledChoice functionList
parameterPanel
ArgumentsPanel parameterPanel
cutPasteFunction
JLabeledTextField cutPasteFunction
functionMap
Map functionMap
generateButton
JButton generateButton
Package org.apache.jmeter.gui |
enabled
boolean enabled
- Flag indicating whether or not this component is enabled.
node
TreeNode node
- The tree node which this component is associated with.
namePanel
NamePanel namePanel
- A GUI panel containing the name of this component.
commentPanel
CommentPanel commentPanel
commentField
JTextArea commentField
- A text field containing the comment.
menuBar
JMeterMenuBar menuBar
- The menu bar.
mainPanel
JScrollPane mainPanel
- The main panel where components display their GUIs.
treePanel
JScrollPane treePanel
- The panel where the test tree is shown.
tree
JTree tree
- The test tree.
runningIcon
ImageIcon runningIcon
- An image which is displayed when a test is running.
stoppedIcon
ImageIcon stoppedIcon
- An image which is displayed when a test is not currently running.
runningIndicator
JButton runningIndicator
- The button used to display the running/stopped image.
previousDragXLocation
int previousDragXLocation
- The x coordinate of the last location where a component was dragged.
previousDragYLocation
int previousDragYLocation
- The y coordinate of the last location where a component was dragged.
hosts
Set hosts
- The set of currently running hosts.
stoppingMessage
JDialog stoppingMessage
- A message dialog shown while JMeter threads are stopping.
totalThreads
JLabel totalThreads
activeThreads
JLabel activeThreads
nameField
JTextField nameField
- A text field containing the name.
nameLabel
JLabel nameLabel
- The label for the text field.
node
TreeNode node
- The node which this component is providing the name for.
continueBox
JRadioButton continueBox
stopThrdBox
JRadioButton stopThrdBox
stopTestBox
JRadioButton stopTestBox
stopTestNowBox
JRadioButton stopTestNowBox
menuBar
ReportMenuBar menuBar
- The menu bar.
mainPanel
JScrollPane mainPanel
- The main panel where components display their GUIs.
treePanel
JScrollPane treePanel
- The panel where the test tree is shown.
tree
JTree tree
- The test tree.
stoppedIcon
ImageIcon stoppedIcon
- An image which is displayed when a test is not currently running.
previousDragXLocation
int previousDragXLocation
- The x coordinate of the last location where a component was dragged.
previousDragYLocation
int previousDragYLocation
- The y coordinate of the last location where a component was dragged.
runningIndicator
JButton runningIndicator
- The button used to display the running/stopped image.
stoppingMessage
JDialog stoppingMessage
- A message dialog shown while JMeter threads are stopping.
serialVersionUID: 232l
saveConfig
SampleSaveConfiguration saveConfig
Package org.apache.jmeter.gui.tree |
treeModel
JMeterTreeModel treeModel
Package org.apache.jmeter.gui.util |
add
JButton add
delete
JButton delete
edit
JButton edit
load
JButton load
save
JButton save
filename
JTextField filename
browse
JButton browse
listeners
List listeners
title
String title
filetype
String filetype
background
Color background
serialVersionUID: 1l
files
JTable files
browse
JButton browse
clear
JButton clear
delete
JButton delete
listeners
List listeners
title
String title
filetype
String filetype
filename
JTextField filename
label
JLabel label
browse
JButton browse
listeners
List listeners
title
String title
filetype
String filetype
subPanel
Box subPanel
verticalAlign
float verticalAlign
hgap
int hgap
dateFormat
DateFormat dateFormat
mLabel
JLabel mLabel
bGroup
ButtonGroup bGroup
mChangeListeners
ArrayList mChangeListeners
fileMenu
JMenu fileMenu
file_save_as
JMenuItem file_save_as
file_selection_as
JMenuItem file_selection_as
file_revert
JMenuItem file_revert
file_load
JMenuItem file_load
file_load_recent_files
List file_load_recent_files
file_merge
JMenuItem file_merge
file_exit
JMenuItem file_exit
file_close
JMenuItem file_close
editMenu
JMenu editMenu
edit_add
JMenu edit_add
edit_remove
JMenuItem edit_remove
runMenu
JMenu runMenu
run_start
JMenuItem run_start
remote_start
JMenu remote_start
remote_start_all
JMenuItem remote_start_all
remote_engine_start
Collection remote_engine_start
run_stop
JMenuItem run_stop
run_shut
JMenuItem run_shut
remote_stop
JMenu remote_stop
remote_stop_all
JMenuItem remote_stop_all
remote_engine_stop
Collection remote_engine_stop
run_clear
JMenuItem run_clear
run_clearAll
JMenuItem run_clearAll
optionsMenu
JMenu optionsMenu
lafMenu
JMenu lafMenu
sslManager
JMenuItem sslManager
helpMenu
JMenu helpMenu
help_about
JMenuItem help_about
remoteHosts
String[] remoteHosts
remote_exit
JMenu remote_exit
remote_exit_all
JMenuItem remote_exit_all
remote_engine_exit
Collection remote_engine_exit
serialVersionUID: 233l
model
Data model
columnClasses
Class[] columnClasses
filename
JTextField filename
label
JLabel label
browse
JButton browse
listeners
List listeners
title
String title
filetype
String filetype
fileMenu
JMenu fileMenu
file_save_as
JMenuItem file_save_as
file_load
JMenuItem file_load
file_merge
JMenuItem file_merge
file_exit
JMenuItem file_exit
file_close
JMenuItem file_close
editMenu
JMenu editMenu
edit_add
JMenu edit_add
edit_remove
JMenuItem edit_remove
runMenu
JMenu runMenu
run_start
JMenuItem run_start
remote_start
JMenu remote_start
remote_start_all
JMenuItem remote_start_all
remote_engine_start
Collection remote_engine_start
run_stop
JMenuItem run_stop
run_shut
JMenuItem run_shut
remote_stop
JMenu remote_stop
remote_stop_all
JMenuItem remote_stop_all
remote_engine_stop
Collection remote_engine_stop
run_clear
JMenuItem run_clear
run_clearAll
JMenuItem run_clearAll
optionsMenu
JMenu optionsMenu
lafMenu
JMenu lafMenu
sslManager
JMenuItem sslManager
helpMenu
JMenu helpMenu
help_about
JMenuItem help_about
remoteHosts
String[] remoteHosts
remote_exit
JMenu remote_exit
remote_exit_all
JMenuItem remote_exit_all
remote_engine_exit
Collection remote_engine_exit
editorComponent
JTextArea editorComponent
- The Swing component being edited.
delegate
TextAreaTableCellEditor.EditorDelegate delegate
- The delegate class which handles all methods sent from the
CellEditor
.
clickCountToStart
int clickCountToStart
- An integer specifying the number of clicks needed to start editing. Even
if
clickCountToStart
is defined as zero, it will not
initiate until a click occurs.
value
Object value
- The value of this cell.
subPanel
Box subPanel
horizontalAlign
float horizontalAlign
vgap
int vgap
Package org.apache.jmeter.processor.gui |
Package org.apache.jmeter.reporters |
data
Hashtable data
serialVersionUID: 233l
failureCount
long failureCount
successCount
long successCount
failureMsgSent
boolean failureMsgSent
siteDown
boolean siteDown
successMsgSent
boolean successMsgSent
serialVersionUID: 233l
inTest
boolean inTest
isStats
boolean isStats
serialVersionUID: 233l
Package org.apache.jmeter.reporters.gui |
errorPanel
OnErrorPanel errorPanel
filename
JTextField filename
variableName
JTextField variableName
errorsOnly
JCheckBox errorsOnly
successOnly
JCheckBox successOnly
skipAutoNumber
JCheckBox skipAutoNumber
skipSuffix
JCheckBox skipSuffix
Package org.apache.jmeter.samplers |
listener
RemoteSampleListener listener
sampleStore
List sampleStore
numSamplesThreshold
int numSamplesThreshold
timeThreshold
long timeThreshold
batchSendTime
long batchSendTime
sampleStore
List sampleStore
listener
RemoteSampleListener listener
listener
RemoteSampleListener listener
sender
SampleSender sender
testListener
TestListener testListener
sampleListener
SampleListener sampleListener
listener
RemoteSampleListener listener
listener
RemoteSampleListener listener
serialVersionUID: 232l
values
String[] values
result
SampleResult result
threadGroup
String threadGroup
hostname
String hostname
serialVersionUID: 233l
saveConfig
SampleSaveConfiguration saveConfig
parent
SampleResult parent
responseData
byte[] responseData
responseCode
String responseCode
label
String label
resultFileName
String resultFileName
samplerData
String samplerData
threadName
String threadName
responseMessage
String responseMessage
responseHeaders
String responseHeaders
contentType
String contentType
requestHeaders
String requestHeaders
timeStamp
long timeStamp
startTime
long startTime
endTime
long endTime
idleTime
long idleTime
pauseTime
long pauseTime
assertionResults
List assertionResults
subResults
List subResults
dataType
String dataType
success
boolean success
files
Set files
dataEncoding
String dataEncoding
time
long time
latency
long latency
stopThread
boolean stopThread
stopTest
boolean stopTest
stopTestNow
boolean stopTestNow
isMonitor
boolean isMonitor
sampleCount
int sampleCount
bytes
int bytes
groupThreads
int groupThreads
allThreads
int allThreads
location
URL location
serialVersionUID: 7l
readResolve
private Object readResolve()
time
boolean time
latency
boolean latency
timestamp
boolean timestamp
success
boolean success
label
boolean label
code
boolean code
message
boolean message
threadName
boolean threadName
dataType
boolean dataType
encoding
boolean encoding
assertions
boolean assertions
subresults
boolean subresults
responseData
boolean responseData
samplerData
boolean samplerData
xml
boolean xml
fieldNames
boolean fieldNames
responseHeaders
boolean responseHeaders
requestHeaders
boolean requestHeaders
responseDataOnError
boolean responseDataOnError
saveAssertionResultsFailureMessage
boolean saveAssertionResultsFailureMessage
url
boolean url
bytes
boolean bytes
fileName
boolean fileName
hostname
boolean hostname
threadCounts
boolean threadCounts
sampleCount
boolean sampleCount
assertionsResultsToSave
int assertionsResultsToSave
printMilliseconds
boolean printMilliseconds
delimiter
String delimiter
listener
RemoteSampleListener listener
serialVersionUID: 24l
errorCount
int errorCount
listener
RemoteSampleListener listener
sampleStore
List sampleStore
sampleTable
Map sampleTable
numSamplesThreshold
int numSamplesThreshold
sampleCount
int sampleCount
timeThreshold
long timeThreshold
batchSendTime
long batchSendTime
Package org.apache.jmeter.samplers.gui |
Package org.apache.jmeter.swing |
Package org.apache.jmeter.testbeans.gui |
scrollerCount
int scrollerCount
propertyFieldLabelMessage
MessageFormat propertyFieldLabelMessage
- Message format for property field labels:
propertyToolTipMessage
MessageFormat propertyToolTipMessage
- Message format for property tooltips:
propertyMap
Map propertyMap
- The Map we're currently customizing. Set by setObject().
testBeanClass
Class testBeanClass
customizerClass
Class customizerClass
customizer
Customizer customizer
- The single customizer if the customizer class implements
SharedCustomizer, null otherwise.
customizers
Map customizers
- TestElement to Customizer map if customizer is null. This is necessary to
avoid the cost of creating a new customizer on each edit. The cache size
needs to be limited, though, to avoid memory issues when editing very
large test plans.
customizerIndexInPanel
int customizerIndexInPanel
- Index of the customizer in the JPanel's child component list:
propertyMap
Map propertyMap
- The property name to value map that the active customizer edits:
initialized
boolean initialized
- Whether the GUI components have been created.
Package org.apache.jmeter.testelement |
image
BufferedImage image
propMap
Map propMap
data
HashMap data
jtl_file
String jtl_file
startTimestamp
long startTimestamp
endTimestamp
long endTimestamp
inputFile
File inputFile
width
int width
height
int height
shape_counter
int shape_counter
serialVersionUID: 233l
serialVersionUID: 233l
readResolve
private Object readResolve()
varMap
Map varMap
Package org.apache.jmeter.testelement.property |
name
String name
serialVersionUID: 233l
value
boolean value
serialVersionUID: 221l
value
Collection value
value
double value
savedValue
double savedValue
value
float value
savedValue
float savedValue
serialVersionUID: 233l
testIteration
int testIteration
cacheValue
String cacheValue
value
int value
savedValue
int savedValue
value
long value
savedValue
long savedValue
serialVersionUID: 221l
value
Map value
tempValue
JMeterProperty tempValue
serialVersionUID: 1l
value
Object value
savedValue
Object savedValue
serialVersionUID: 233l
value
String value
serialVersionUID: 233l
value
TestElement value
Package org.apache.jmeter.threads |
serialVersionUID: 233l
numberOfThreads
int numberOfThreads
Package org.apache.jmeter.threads.gui |
loopPanel
LoopControlPanel loopPanel
mainPanel
VerticalPanel mainPanel
threadInput
JTextField threadInput
rampInput
JTextField rampInput
start
JDateField start
end
JDateField end
scheduler
JCheckBox scheduler
duration
JTextField duration
delay
JTextField delay
continueBox
JRadioButton continueBox
stopThrdBox
JRadioButton stopThrdBox
stopTestBox
JRadioButton stopTestBox
stopTestNowBox
JRadioButton stopTestNowBox
Package org.apache.jmeter.timers |
serialVersionUID: 4l
serialVersionUID: 3l
previousTime
long previousTime
- Target time for the start of the next request. The delay provided by the
timer will be calculated so that the next request happens at this time.
calcMode
String calcMode
modeInt
int modeInt
throughput
double throughput
- Desired throughput, in samples per minute.
delay
long delay
random
Random random
serialVersionUID: 2l
readResolve
private Object readResolve()
timerCounter
int[] timerCounter
groupSize
int groupSize
Package org.apache.jmeter.timers.gui |
delayField
JTextField delayField
delayField
JTextField delayField
rangeField
JTextField rangeField
delayField
JTextField delayField
rangeField
JTextField rangeField
Package org.apache.jmeter.util |
serialVersionUID: 4l
readResolve
protected Object readResolve()
parameters
String parameters
filename
String filename
script
String script
resetInterpreter
boolean resetInterpreter
serialVersionUID: 233l
readResolve
protected Object readResolve()
parameters
String parameters
filename
String filename
script
String script
scriptLanguage
String scriptLanguage
locale
Locale locale
Package org.apache.jmeter.visualizers |
textArea
JTextArea textArea
data
double[][] data
title
String title
xAxisTitle
String xAxisTitle
yAxisTitle
String yAxisTitle
yAxisLabel
String yAxisLabel
maxLength
int maxLength
xAxisLabels
String[] xAxisLabels
width
int width
height
int height
serialVersionUID: 4l
serialVersionUID: 234l
model
SamplingStatCalculator model
xborder
int xborder
- See Also:
- Constant Field Values
model
SamplingStatCalculator model
graphPanel
JPanel graphPanel
graph
DistributionGraph graph
noteField
JTextField noteField
delay
int delay
counter
int counter
wantData
boolean wantData
wantAverage
boolean wantAverage
wantDeviation
boolean wantDeviation
wantThroughput
boolean wantThroughput
wantMedian
boolean wantMedian
model
SamplingStatCalculator model
graphMax
long graphMax
throughputMax
double throughputMax
model
GraphAccumModel model
visualizer
GraphAccumVisualizer visualizer
noLegendYet
boolean noLegendYet
- Ensure that the legends are only drawn once.
previousPts
Point[] previousPts
- Keep track of previous point. Needed to draw a line joining the previous
point with the current one.
previousPtsAlloc
boolean previousPtsAlloc
- Ensure that previousPts is allocated once only. It'll be reused at each
drawSample. It can't be allocated outside drawSample 'cos the sample is
only passed in here.
name
String name
samples
List samples
listeners
List listeners
averageSum
long averageSum
variationSum
long variationSum
counter
long counter
previous
long previous
max
long max
bigChange
boolean bigChange
current
SampleResult current
nf
NumberFormat nf
model
SamplingStatCalculator model
maxYField
JTextField maxYField
minYField
JTextField minYField
noSamplesField
JTextField noSamplesField
minute
String minute
graph
Graph graph
data
JCheckBox data
average
JCheckBox average
deviation
JCheckBox deviation
throughput
JCheckBox throughput
median
JCheckBox median
dataField
JTextField dataField
averageField
JTextField averageField
deviationField
JTextField deviationField
throughputField
JTextField throughputField
medianField
JTextField medianField
data
double[][] data
title
String title
xAxisTitle
String xAxisTitle
yAxisTitle
String yAxisTitle
xAxisLabels
String[] xAxisLabels
yAxisLabel
String[] yAxisLabel
width
int width
height
int height
shape_counter
int shape_counter
paint_counter
int paint_counter
testerButton
JButton testerButton
addressField
JTextField addressField
fromField
JTextField fromField
smtpHostField
JTextField smtpHostField
failureSubjectField
JTextField failureSubjectField
successSubjectField
JTextField successSubjectField
failureField
JTextField failureField
failureLimitField
JTextField failureLimitField
successLimitField
JTextField successLimitField
serverListMap
HashMap serverListMap
current
MonitorModel current
- we use this to set the current monitorModel so that we can save the stats
to the resultcolllector.
listeners
List listeners
defaultBufferSize
int defaultBufferSize
- By default, we set the default to 800
connectorPrefix
String connectorPrefix
model
MonitorAccumModel model
current
MonitorModel current
drawHealth
boolean drawHealth
drawLoad
boolean drawLoad
drawMemory
boolean drawMemory
drawThread
boolean drawThread
drawYgrid
boolean drawYgrid
drawXgrid
boolean drawXgrid
serverPanelMap
HashMap serverPanelMap
servers
JPanel servers
model
MonitorAccumModel model
serverScrollPane
JScrollPane serverScrollPane
INFO_H
String INFO_H
INFO_A
String INFO_A
INFO_W
String INFO_W
INFO_D
String INFO_D
INFO_LOAD
String INFO_LOAD
tabPane
MonitorTabPane tabPane
healthPane
MonitorHealthPanel healthPane
perfPane
MonitorPerformancePanel perfPane
model
MonitorAccumModel model
graph
MonitorGraph graph
prefixField
JLabeledTextField prefixField
current
MonitorStats current
TREEPANE
JScrollPane TREEPANE
GRAPHPANEL
JPanel GRAPHPANEL
SERVERTREE
JTree SERVERTREE
TREEMODEL
DefaultTreeModel TREEMODEL
GRAPH
MonitorGraph GRAPH
ROOTNODE
DefaultMutableTreeNode ROOTNODE
SERVERMAP
HashMap SERVERMAP
MODEL
MonitorAccumModel MODEL
ROOTSAMPLE
SampleResult ROOTSAMPLE
LEGEND_HEALTH
String LEGEND_HEALTH
LEGEND_LOAD
String LEGEND_LOAD
LEGEND_MEM
String LEGEND_MEM
LEGEND_THREAD
String LEGEND_THREAD
LEGEND_HEALTH_ICON
ImageIcon LEGEND_HEALTH_ICON
LEGEND_LOAD_ICON
ImageIcon LEGEND_LOAD_ICON
LEGEND_MEM_ICON
ImageIcon LEGEND_MEM_ICON
LEGEND_THREAD_ICON
ImageIcon LEGEND_THREAD_ICON
GRID_LABEL_TOP
String GRID_LABEL_TOP
GRID_LABEL_MIDDLE
String GRID_LABEL_MIDDLE
GRID_LABEL_BOTTOM
String GRID_LABEL_BOTTOM
GRID_LABEL_HEALTHY
String GRID_LABEL_HEALTHY
GRID_LABEL_DEAD
String GRID_LABEL_DEAD
PERF_TITLE
String PERF_TITLE
SERVER_TITLE
String SERVER_TITLE
plaintext
Font plaintext
serialVersionUID: 1l
systemButton
JCheckBox systemButton
jmeterButton
JCheckBox jmeterButton
tableLabel
JLabel tableLabel
data
long data
average
long average
median
long median
distributionLine
long distributionLine
deviation
long deviation
throughput
double throughput
errorCount
long errorCount
success
boolean success
label
String label
threadName
String threadName
count
long count
endTime
long endTime
bytes
int bytes
serverField
JLabel serverField
timestampField
JLabel timestampField
prefsize
Dimension prefsize
- Preference size for the health icon
healthIcon
JLabel healthIcon
loadIcon
JLabel loadIcon
BACKGROUND_COLOR
Color BACKGROUND_COLOR
MINIMUM_COLOR
Color MINIMUM_COLOR
MAXIMUM_COLOR
Color MAXIMUM_COLOR
AVERAGE_COLOR
Color AVERAGE_COLOR
INCOMING_COLOR
Color INCOMING_COLOR
NUMBERS_TO_DISPLAY
int NUMBERS_TO_DISPLAY
- See Also:
- Constant Field Values
FILL_UP_WITH_ZEROS
boolean FILL_UP_WITH_ZEROS
- See Also:
- Constant Field Values
minimumLabel
JLabel minimumLabel
maximumLabel
JLabel maximumLabel
averageLabel
JLabel averageLabel
incomingLabel
JLabel incomingLabel
minimumNumberLabel
JLabel minimumNumberLabel
maximumNumberLabel
JLabel maximumNumberLabel
averageNumberLabel
JLabel averageNumberLabel
incomingNumberLabel
JLabel incomingNumberLabel
reinterpolated
boolean reinterpolated
WAITING_COLOR
Color WAITING_COLOR
lastWidth
int lastWidth
lastHeight
int lastHeight
plot
int[] plot
COLUMNS
String[] COLUMNS
GRAPH_COLUMNS
String[] GRAPH_COLUMNS
TOTAL_ROW_LABEL
String TOTAL_ROW_LABEL
myJTable
JTable myJTable
myScrollPane
JScrollPane myScrollPane
tableRows
Map tableRows
graphPanel
AxisGraph graphPanel
graph
VerticalPanel graph
graphScroll
JScrollPane graphScroll
spane
JSplitPane spane
columns
JLabeledChoice columns
displayButton
JButton displayButton
saveGraph
JButton saveGraph
saveTable
JButton saveTable
saveHeaders
JCheckBox saveHeaders
graphTitle
JLabeledTextField graphTitle
maxLengthXAxisLabel
JLabeledTextField maxLengthXAxisLabel
graphWidth
JLabeledTextField graphWidth
graphHeight
JLabeledTextField graphHeight
yAxisLabel
String yAxisLabel
yAxisTitle
String yAxisTitle
saveGraphToFile
boolean saveGraphToFile
defaultWidth
int defaultWidth
defaultHeight
int defaultHeight
TOTAL_ROW_LABEL
String TOTAL_ROW_LABEL
myJTable
JTable myJTable
myScrollPane
JScrollPane myScrollPane
saveTable
JButton saveTable
useGroupName
JCheckBox useGroupName
tableRows
Map tableRows
TOTAL_ROW_LABEL
String TOTAL_ROW_LABEL
myJTable
JTable myJTable
myScrollPane
JScrollPane myScrollPane
saveTable
JButton saveTable
useGroupName
JCheckBox useGroupName
tableRows
Map tableRows
model
ObjectTableModel model
table
JTable table
dataField
JTextField dataField
averageField
JTextField averageField
deviationField
JTextField deviationField
noSamplesField
JTextField noSamplesField
tableScrollPanel
JScrollPane tableScrollPanel
currentData
long currentData
format
Format format
serialVersionUID: 1l
dateFormat
DateFormat dateFormat
textMode
boolean textMode
command
String command
root
DefaultMutableTreeNode root
treeModel
DefaultTreeModel treeModel
stats
JTextPane stats
results
JEditorPane results
resultsScrollPane
JScrollPane resultsScrollPane
resultsPane
JPanel resultsPane
imageLabel
JLabel imageLabel
sampleDataField
JTextArea sampleDataField
requestPane
JPanel requestPane
textButton
JRadioButton textButton
htmlButton
JRadioButton htmlButton
jsonButton
JRadioButton jsonButton
xmlButton
JRadioButton xmlButton
downloadAll
JCheckBox downloadAll
jTree
JTree jTree
rightSide
JTabbedPane rightSide
Package org.apache.jmeter.visualizers.gui |
filePanel
FilePanel filePanel
- A panel allowing results to be saved.
errorLogging
JCheckBox errorLogging
- A checkbox choosing whether or not only errors should be logged.
successOnlyLogging
JCheckBox successOnlyLogging
saveConfigButton
JButton saveConfigButton
collector
ResultCollector collector
isStats
boolean isStats
Package org.apache.jmeter.extractor |
serialVersionUID: 4l
serialVersionUID: 232l
template
Object[] template
Package org.apache.jmeter.extractor.gui |
regexField
JLabeledTextField regexField
templateField
JLabeledTextField templateField
defaultField
JLabeledTextField defaultField
matchNumberField
JLabeledTextField matchNumberField
refNameField
JLabeledTextField refNameField
useBody
JRadioButton useBody
useUnescapedBody
JRadioButton useUnescapedBody
useHeaders
JRadioButton useHeaders
useURL
JRadioButton useURL
useCode
JRadioButton useCode
useMessage
JRadioButton useMessage
group
ButtonGroup group
defaultField
JLabeledTextField defaultField
xpathQueryField
JLabeledTextField xpathQueryField
refNameField
JLabeledTextField refNameField
tolerant
JCheckBox tolerant
quiet
JCheckBox quiet
reportErrors
JCheckBox reportErrors
showWarnings
JCheckBox showWarnings
nameSpace
JCheckBox nameSpace
Package org.apache.jmeter.modifiers |
serialVersionUID: 4l
serialVersionUID: 232l
serialVersionUID: 233l
readResolve
private Object readResolve()
globalCounter
long globalCounter
serialVersionUID: 233l
readResolve
private Object readResolve()
Package org.apache.jmeter.modifiers.gui |
startField
JLabeledTextField startField
incrField
JLabeledTextField incrField
endField
JLabeledTextField endField
varNameField
JLabeledTextField varNameField
formatField
JLabeledTextField formatField
perUserField
JCheckBox perUserField
paramTable
JTable paramTable
tableModel
PowerTableModel tableModel
numUserColumns
int numUserColumns
addParameterButton
JButton addParameterButton
addUserButton
JButton addUserButton
deleteRowButton
JButton deleteRowButton
deleteColumnButton
JButton deleteColumnButton
perIterationCheck
JCheckBox perIterationCheck
Package org.apache.jmeter.sampler |
serialVersionUID: 232l
displayJMeterVariables
boolean displayJMeterVariables
displayJMeterProperties
boolean displayJMeterProperties
displaySystemProperties
boolean displaySystemProperties
Package org.apache.jmeter.sampler.gui |
targetBox
JComboBox targetBox
pauseButton
JRadioButton pauseButton
stopButton
JRadioButton stopButton
stopNowButton
JRadioButton stopNowButton
durationField
JTextField durationField
target
int target
action
int action
durationString
String durationString
targetLabel
String targetLabel
threadTarget
String threadTarget
testTarget
String testTarget
actionLabel
String actionLabel
pauseAction
String pauseAction
stopAction
String stopAction
stopNowAction
String stopNowAction
durationLabel
String durationLabel
Package org.apache.jmeter.protocol.http.config |
boundary
String boundary
args
Arguments args
files
HTTPFileArgs files
- HTTPFileArgs list to be uploaded with http request.
Package org.apache.jmeter.protocol.http.config.gui |
imageParser
JCheckBox imageParser
urlConfig
UrlConfigGui urlConfig
filesPanel
HTTPFileArgsPanel filesPanel
- Files panel that holds file informations to be uploaded by
http request.
argsPanel
HTTPArgumentsPanel argsPanel
domain
JTextField domain
port
JTextField port
connectTimeOut
JTextField connectTimeOut
responseTimeOut
JTextField responseTimeOut
protocol
JTextField protocol
contentEncoding
JTextField contentEncoding
path
JTextField path
followRedirects
JCheckBox followRedirects
autoRedirects
JCheckBox autoRedirects
useKeepAlive
JCheckBox useKeepAlive
useMultipartForPost
JCheckBox useMultipartForPost
method
JLabeledChoice method
notConfigOnly
boolean notConfigOnly
Package org.apache.jmeter.protocol.http.control |
serialVersionUID: 233l
serialVersionUID: 233l
serialVersionUID: 233l
SOAPHeader
Object SOAPHeader
- Apache SOAP driver does not provide an easy way to get and set the cookie
or HTTP header. Therefore it is necessary to store the SOAPHTTPConnection
object and reuse it.
serialVersionUID: 233l
Package org.apache.jmeter.protocol.http.control.gui |
portField
JTextField portField
stop
JButton stop
start
JButton start
mirrorController
HttpMirrorControl mirrorController
urlConfigGui
MultipartUrlConfigGui urlConfigGui
getImages
JCheckBox getImages
isMon
JCheckBox isMon
useMD5
JCheckBox useMD5
embeddedRE
JLabeledTextField embeddedRE
urlField
JLabeledTextField urlField
soapAction
JLabeledTextField soapAction
sendSoapAction
JCheckBox sendSoapAction
useKeepAlive
JCheckBox useKeepAlive
soapXml
JLabeledTextArea soapXml
soapXmlFile
FilePanel soapXmlFile
domain
JLabeledTextField domain
protocol
JLabeledTextField protocol
port
JLabeledTextField port
path
JLabeledTextField path
soapAction
JLabeledTextField soapAction
soapXml
JLabeledTextArea soapXml
wsdlField
JLabeledTextField wsdlField
wsdlButton
JButton wsdlButton
selectButton
JButton selectButton
wsdlMethods
JLabeledChoice wsdlMethods
soapXmlFile
FilePanel soapXmlFile
randomXmlFile
JLabeledTextField randomXmlFile
connectTimeout
JLabeledTextField connectTimeout
wsdlMessage
JLabel wsdlMessage
- We create several JLabel objects to display usage instructions in the
GUI. The reason there are multiple labels is to make sure it displays
correctly.
wsdlMessage2
JLabel wsdlMessage2
wsdlMessage3
JLabel wsdlMessage3
wsdlMessage4
JLabel wsdlMessage4
wsdlMessage5
JLabel wsdlMessage5
plainText
Font plainText
- This is the font for the note.
memCache
JCheckBox memCache
- checkbox for memory cache.
readResponse
JCheckBox readResponse
- checkbox for reading the response
useProxy
JCheckBox useProxy
- checkbox for use proxy
proxyHost
JLabeledTextField proxyHost
- text field for the proxy host
proxyPort
JLabeledTextField proxyPort
- text field for the proxy port
readMessage
JLabel readMessage
- Text note about read response and its usage.
readMessage2
JLabel readMessage2
readMessage3
JLabel readMessage3
proxyMessage
JLabel proxyMessage
- Text note for proxy
proxyMessage2
JLabel proxyMessage2
proxyMessage3
JLabel proxyMessage3
Package org.apache.jmeter.protocol.http.gui |
serialVersionUID: -9214884465261470761l
tableModel
org.apache.jmeter.protocol.http.gui.AuthPanel.InnerTableModel tableModel
authTable
JTable authTable
- A table to show the authentication information.
addButton
JButton addButton
deleteButton
JButton deleteButton
loadButton
JButton loadButton
saveButton
JButton saveButton
clearEachIteration
JCheckBox clearEachIteration
cookieTable
JTable cookieTable
tableModel
PowerTableModel tableModel
clearEachIteration
JCheckBox clearEachIteration
addButton
JButton addButton
deleteButton
JButton deleteButton
loadButton
JButton loadButton
saveButton
JButton saveButton
policies
String[] policies
policy
JLabeledChoice policy
tableModel
org.apache.jmeter.protocol.http.gui.HeaderPanel.InnerTableModel tableModel
headerManager
HeaderManager headerManager
headerTable
JTable headerTable
addButton
JButton addButton
deleteButton
JButton deleteButton
loadButton
JButton loadButton
saveButton
JButton saveButton
tableLabel
JLabel tableLabel
- The title label for this component.
add
JButton add
- A button for adding new files to the table.
browse
JButton browse
- A button for browsing file system to set path of selected row in table.
delete
JButton delete
- A button for removing files from the table.
Package org.apache.jmeter.protocol.http.modifier |
PREFIX
String PREFIX
FIELD_NAME
String FIELD_NAME
UPPER_BOUND
String UPPER_BOUND
LOWER_BOUND
String LOWER_BOUND
INCREMENT
String INCREMENT
SUFFIX
String SUFFIX
_value
long _value
serialVersionUID: 233l
allAvailableUsers
UserSequence allAvailableUsers
- Deprecated.
serialVersionUID: 233l
allUsers
List allUsers
Package org.apache.jmeter.protocol.http.modifier.gui |
_fieldName
JTextField _fieldName
_prefix
JTextField _prefix
_lowerBound
JTextField _lowerBound
_upperBound
JTextField _upperBound
_increment
JTextField _increment
_suffix
JTextField _suffix
argumentName
JLabeledTextField argumentName
pathExt
JCheckBox pathExt
pathExtNoEquals
JCheckBox pathExtNoEquals
pathExtNoQuestionmark
JCheckBox pathExtNoQuestionmark
shouldCache
JCheckBox shouldCache
fileNameField
JTextField fileNameField
- Deprecated.
Package org.apache.jmeter.protocol.http.parser |
savedCause
Throwable savedCause
savedCause
Throwable savedCause
Package org.apache.jmeter.protocol.http.proxy |
serialVersionUID: 233l
lastTime
long lastTime
addAssertions
boolean addAssertions
groupingMode
int groupingMode
samplerRedirectAutomatically
boolean samplerRedirectAutomatically
samplerFollowRedirects
boolean samplerFollowRedirects
useKeepAlive
boolean useKeepAlive
samplerDownloadImages
boolean samplerDownloadImages
regexMatch
boolean regexMatch
target
JMeterTreeNode target
- Tree node where the samples should be stored.
This property is not persistent.
Package org.apache.jmeter.protocol.http.proxy.gui |
serialVersionUID: 232l
portField
JTextField portField
httpHeaders
JCheckBox httpHeaders
- Used to indicate that HTTP request headers should be captured. The
default is to capture the HTTP request headers, which are specific to
particular browser settings.
groupingMode
JComboBox groupingMode
- Whether to group requests together based on inactivity separation periods --
and how to handle such grouping afterwards.
addAssertions
JCheckBox addAssertions
- Add an Assertion to the first sample of each set
useKeepAlive
JCheckBox useKeepAlive
- Set/clear the Use Keep-Alive box on the samplers (default is true)
regexMatch
JCheckBox regexMatch
samplerTypeName
JComboBox samplerTypeName
- The list of sampler type names to choose from
samplerRedirectAutomatically
JCheckBox samplerRedirectAutomatically
- Set/clear the Redirect automatically box on the samplers (default is false)
samplerFollowRedirects
JCheckBox samplerFollowRedirects
- Set/clear the Follow-redirects box on the samplers (default is true)
samplerDownloadImages
JCheckBox samplerDownloadImages
- Set/clear the Download images box on the samplers (default is false)
httpsSpoof
JCheckBox httpsSpoof
httpsMatch
JTextField httpsMatch
contentTypeInclude
JTextField contentTypeInclude
- Regular expression to include results based on content type
contentTypeExclude
JTextField contentTypeExclude
- Regular expression to exclude results based on content type
targetNodes
JComboBox targetNodes
- List of available target controllers
targetNodesModel
DefaultComboBoxModel targetNodesModel
model
ProxyControl model
excludeTable
JTable excludeTable
excludeModel
PowerTableModel excludeModel
includeTable
JTable includeTable
includeModel
PowerTableModel includeModel
stop
JButton stop
start
JButton start
restart
JButton restart
Package org.apache.jmeter.protocol.http.sampler |
serialVersionUID: 232l
logFile
String logFile
parserClassName
String parserClassName
filterClassName
String filterClassName
count
int count
started
boolean started
serialVersionUID: 233l
lastPort
int lastPort
lastHost
String lastHost
localName
String localName
localAddress
String localAddress
inbuf
byte[] inbuf
outbuf
byte[] outbuf
inpos
int inpos
outpos
int outpos
serialVersionUID: 233l
savedConn
HttpURLConnection savedConn
savedClient
org.apache.commons.httpclient.HttpClient savedClient
dynamicPath
boolean dynamicPath
cookies
String cookies
method
String method
redirectLocation
String redirectLocation
queryString
String queryString
RANDOM
Random RANDOM
fileContents
String fileContents
Package org.apache.jmeter.protocol.http.util |
header
String header
- temporary storage area for the body header.
Package org.apache.jmeter.protocol.http.util.accesslog |
CHANGEEXT
boolean CHANGEEXT
- protected members used by class to filter *
OLDEXT
String OLDEXT
NEWEXT
String NEWEXT
INCFILE
String[] INCFILE
EXCFILE
String[] EXCFILE
FILEFILTER
boolean FILEFILTER
USEFILE
boolean USEFILE
INCPTRN
String[] INCPTRN
EXCPTRN
String[] EXCPTRN
PTRNFILTER
boolean PTRNFILTER
EXCPATTERNS
ArrayList EXCPATTERNS
INCPATTERNS
ArrayList INCPATTERNS
NEWFILE
String NEWFILE
serialVersionUID: 232l
cookieManagers
Map cookieManagers
- These objects are static across multiple threads in a test, via clone()
method.
managersInUse
Set managersInUse
lastUsed
CookieManager lastUsed
serialVersionUID: 233l
SAMPLE
HTTPSamplerBase SAMPLE
FILENAME
String FILENAME
FILE
File FILE
Package org.apache.jmeter.protocol.ftp.config.gui |
server
JTextField server
port
JTextField port
remoteFile
JTextField remoteFile
localFile
JTextField localFile
inputData
JTextArea inputData
binaryMode
JCheckBox binaryMode
saveResponseData
JCheckBox saveResponseData
displayName
boolean displayName
getBox
JRadioButton getBox
putBox
JRadioButton putBox
Package org.apache.jmeter.protocol.ftp.control.gui |
loginPanel
LoginConfigGui loginPanel
ftpDefaultPanel
FtpConfigGui ftpDefaultPanel
Package org.apache.jmeter.protocol.ftp.sampler |
savedClient
org.apache.commons.net.ftp.FTPClient savedClient
Package org.apache.jmeter.protocol.jdbc.config |
serialVersionUID: 233l
Package org.apache.jmeter.protocol.jdbc.sampler |
serialVersionUID: 233l
query
String query
dataSource
String dataSource
queryType
String queryType
queryArguments
String queryArguments
queryArgumentsTypes
String queryArgumentsTypes
variableNames
String variableNames
Package org.apache.jmeter.protocol.java.config |
Package org.apache.jmeter.protocol.java.config.gui |
classnameCombo
JComboBox classnameCombo
- A combo box allowing the user to choose a test class.
displayName
boolean displayName
- Indicates whether or not the name of this component should be displayed
as part of the GUI. If true, this is a standalone component. If false, it
is embedded in some other component.
argsPanel
ArgumentsPanel argsPanel
- A panel allowing the user to set arguments for this test.
Package org.apache.jmeter.protocol.java.control.gui |
resetInterpreter
JCheckBox resetInterpreter
filename
JTextField filename
parameters
JTextField parameters
scriptField
JTextArea scriptField
scriptField
JTextArea scriptField
langField
JComboBox langField
filename
JTextField filename
parameters
JTextField parameters
javaPanel
JavaConfigGui javaPanel
- Panel containing the configuration options.
constructorLabel
JLabeledTextField constructorLabel
methodLabel
JLabel methodLabel
successMsg
JLabeledTextField successMsg
failureMsg
JLabeledTextField failureMsg
errorMsg
JLabeledTextField errorMsg
successCode
JLabeledTextField successCode
failureCode
JLabeledTextField failureCode
errorCode
JLabeledTextField errorCode
filterpkg
JLabeledTextField filterpkg
doSetup
JCheckBox doSetup
appendError
JCheckBox appendError
appendExc
JCheckBox appendExc
classnameCombo
JComboBox classnameCombo
- A combo box allowing the user to choose a test class.
methodName
JComboBox methodName
METHODLIST
List METHODLIST
CLASSLIST
List CLASSLIST
Package org.apache.jmeter.protocol.java.sampler |
serialVersionUID: 3l
serialVersionUID: 232l
serialVersionUID: 2331l
checkStartUpTearDown
boolean checkStartUpTearDown
Package org.apache.jmeter.protocol.java.test |
sleepTime
long sleepTime
- The base number of milliseconds to sleep during each sample.
sleepMask
long sleepMask
- A mask to be applied to the current time in order to add a semi-random
component to the sleep time.
label
String label
- The label to store in the sample result.
responseMessage
String responseMessage
- The response message to store in the sample result.
responseCode
String responseCode
- The response code to be stored in the sample result.
samplerData
String samplerData
- The sampler data (shown as Request Data in the Tree display).
resultData
String resultData
- Holds the result data (shown as Response Data in the Tree display).
success
boolean success
- The success status to be stored in the sample result.
sleepTime
long sleepTime
- The base number of milliseconds to sleep during each sample.
sleepMask
long sleepMask
- A mask to be applied to the current time in order to add a random
component to the sleep time.
Package org.apache.jorphan.collections |
data
Map data
header
ArrayList header
currentPos
int currentPos
size
int size
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Method readObject.
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
data
Map data
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
order
List order
serialVersionUID: 233l
Package org.apache.jorphan.gui |
rootNode
TreeNode rootNode
listener
EventListenerList listener
mLabel
JLabel mLabel
choiceList
JComboBox choiceList
mChangeListeners
ArrayList mChangeListeners
delete
JButton delete
add
JButton add
mLabel
JLabel mLabel
bGroup
ButtonGroup bGroup
mChangeListeners
ArrayList mChangeListeners
mLabel
JLabel mLabel
mTextArea
JTextArea mTextArea
mChangeListeners
ArrayList mChangeListeners
oldValue
String oldValue
mLabel
JLabel mLabel
mTextField
JTextField mTextField
mChangeListeners
ArrayList mChangeListeners
oldValue
String oldValue
formatter
NumberFormat formatter
serialVersionUID: 233l
readResolve
private Object readResolve()
Package org.apache.jorphan.gui.layout |
vgap
int vgap
- The vertical vgap between components...defaults to 5.
alignment
int alignment
- LEFT, RIGHT, CENTER or BOTH...how the components are justified.
anchor
int anchor
- TOP, BOTTOM or CENTER ...where are the components positioned in an
overlarge space.
Package org.apache.jorphan.io |
encoding
String encoding
- File encoding. null means use the platform's default.
Package org.apache.jorphan.util |
savedCause
Throwable savedCause
savedCause
Throwable savedCause
Package org.apache.jmeter.protocol.ldap.config.gui |
tableLabel
JLabel tableLabel
- The title label for this component.
add
JButton add
- A button for adding new arguments to the table.
delete
JButton delete
- A button for removing arguments from the table.
rootdn
JTextField rootdn
searchbase
JTextField searchbase
searchfilter
JTextField searchfilter
delete
JTextField delete
add
JTextField add
modify
JTextField modify
servername
JTextField servername
port
JTextField port
user_Defined
JCheckBox user_Defined
addTest
JRadioButton addTest
modifyTest
JRadioButton modifyTest
deleteTest
JRadioButton deleteTest
searchTest
JRadioButton searchTest
bGroup
ButtonGroup bGroup
displayName
boolean displayName
tableAddPanel
ArgumentsPanel tableAddPanel
tableModifyPanel
ArgumentsPanel tableModifyPanel
cards
JPanel cards
rootdn
JTextField rootdn
searchbase
JTextField searchbase
searchfilter
JTextField searchfilter
delete
JTextField delete
add
JTextField add
modify
JTextField modify
servername
JTextField servername
port
JTextField port
SCOPE_STRINGS
String[] SCOPE_STRINGS
scope
JLabeledChoice scope
countlim
JTextField countlim
timelim
JTextField timelim
attribs
JTextField attribs
retobj
JCheckBox retobj
deref
JCheckBox deref
userdn
JTextField userdn
userpw
JTextField userpw
comparedn
JTextField comparedn
comparefilt
JTextField comparefilt
modddn
JTextField modddn
newdn
JTextField newdn
connto
JTextField connto
parseflag
JCheckBox parseflag
secure
JCheckBox secure
addTest
JRadioButton addTest
modifyTest
JRadioButton modifyTest
deleteTest
JRadioButton deleteTest
searchTest
JRadioButton searchTest
bind
JRadioButton bind
rename
JRadioButton rename
unbind
JRadioButton unbind
sbind
JRadioButton sbind
compare
JRadioButton compare
bGroup
ButtonGroup bGroup
displayName
boolean displayName
tableAddPanel
ArgumentsPanel tableAddPanel
tableModifyPanel
LDAPArgumentsPanel tableModifyPanel
cards
JPanel cards
Package org.apache.jmeter.protocol.ldap.control.gui |
ldapDefaultPanel
LdapExtConfigGui ldapDefaultPanel
loginPanel
LoginConfigGui loginPanel
ldapDefaultPanel
LdapConfigGui ldapDefaultPanel
Package org.apache.jmeter.protocol.ldap.sampler |
searchFoundEntries
boolean searchFoundEntries
Package org.apache.jmeter.protocol.tcp.config.gui |
classname
JLabeledTextField classname
server
JTextField server
reUseConnection
JCheckBox reUseConnection
port
JTextField port
timeout
JTextField timeout
setNoDelay
JCheckBox setNoDelay
requestData
JTextArea requestData
displayName
boolean displayName
Package org.apache.jmeter.protocol.tcp.control.gui |
loginPanel
LoginConfigGui loginPanel
TcpDefaultPanel
TCPConfigGui TcpDefaultPanel
Package org.apache.jmeter.protocol.tcp.sampler |
serialVersionUID: 233l
Package org.apache.jmeter.examples.sampler |
Package org.apache.jmeter.examples.sampler.gui |
data
JTextArea data
Package org.apache.jmeter.examples.testbeans.example1 |
myStringProperty
String myStringProperty
Package org.apache.jmeter.examples.testbeans.example2 |
myStringProperty
String myStringProperty
Package org.apache.jmeter.protocol.mail.sampler |
Package org.apache.jmeter.protocol.mail.sampler.gui |
serverTypeBox
JComboBox serverTypeBox
serverBox
JTextField serverBox
usernameBox
JTextField usernameBox
passwordBox
JTextField passwordBox
folderBox
JTextField folderBox
folderLabel
JLabel folderLabel
allMessagesButton
JRadioButton allMessagesButton
someMessagesButton
JRadioButton someMessagesButton
someMessagesField
JTextField someMessagesField
deleteBox
JCheckBox deleteBox
storeMimeMessageBox
JCheckBox storeMimeMessageBox
POP3Label
String POP3Label
IMAPLabel
String IMAPLabel
POP3SLabel
String POP3SLabel
IMAPSLabel
String IMAPSLabel
ServerTypeLabel
String ServerTypeLabel
ServerLabel
String ServerLabel
AccountLabel
String AccountLabel
PasswordLabel
String PasswordLabel
NumMessagesLabel
String NumMessagesLabel
AllMessagesLabel
String AllMessagesLabel
DeleteLabel
String DeleteLabel
FolderLabel
String FolderLabel
STOREMIME
String STOREMIME
Package org.apache.jmeter.protocol.jms.control.gui |
queueuConnectionFactory
JLabeledTextField queueuConnectionFactory
sendQueue
JLabeledTextField sendQueue
receiveQueue
JLabeledTextField receiveQueue
timeout
JLabeledTextField timeout
soapXml
JLabeledTextArea soapXml
initialContextFactory
JLabeledTextField initialContextFactory
providerUrl
JLabeledTextField providerUrl
labels
String[] labels
oneWay
JLabeledChoice oneWay
jmsPropertiesPanel
ArgumentsPanel jmsPropertiesPanel
jndiPropertiesPanel
ArgumentsPanel jndiPropertiesPanel
useNonPersistentDelivery
JCheckBox useNonPersistentDelivery
useReqMsgIdAsCorrelId
JCheckBox useReqMsgIdAsCorrelId
useProperties
JCheckBox useProperties
configChoice
JLabeledRadioI18N configChoice
jndiICF
JLabeledTextField jndiICF
urlField
JLabeledTextField urlField
jndiConnFac
JLabeledTextField jndiConnFac
jmsTopic
JLabeledTextField jmsTopic
useAuth
JCheckBox useAuth
jmsUser
JLabeledTextField jmsUser
jmsPwd
JLabeledTextField jmsPwd
iterations
JLabeledTextField iterations
messageFile
FilePanel messageFile
randomFile
FilePanel randomFile
textMessage
JLabeledTextArea textMessage
msgChoice
JLabeledRadioI18N msgChoice
lookup
JPanel lookup
messagePanel
JPanel messagePanel
useProperties
JCheckBox useProperties
jndiICF
JLabeledTextField jndiICF
urlField
JLabeledTextField urlField
jndiConnFac
JLabeledTextField jndiConnFac
jmsTopic
JLabeledTextField jmsTopic
jmsUser
JLabeledTextField jmsUser
jmsPwd
JLabeledTextField jmsPwd
iterations
JLabeledTextField iterations
useAuth
JCheckBox useAuth
readResponse
JCheckBox readResponse
clientChoice
JLabeledRadioI18N clientChoice
lookup
JPanel lookup
Package org.apache.jmeter.protocol.jms.sampler |
serialVersionUID: 233l
serialVersionUID: 233l
BUFFER
StringBuffer BUFFER
file_contents
String file_contents
serialVersionUID: 233l
BUFFER
StringBuffer BUFFER
Package org.apache.jmeter.report.engine |
Package org.apache.jmeter.report.gui |
xAxisLabel
JLabeledChoice xAxisLabel
yAxisLabel
JLabeledTextField yAxisLabel
caption
JLabeledTextField caption
url
JLabeledTextField url
yItems
JLabeledChoice yItems
xItems
JLabeledChoice xItems
xAxisLabel
JLabeledChoice xAxisLabel
yAxisLabel
JLabeledTextField yAxisLabel
caption
JLabeledTextField caption
urls
JLabeledTextField urls
yItems
JLabeledChoice yItems
xItems
JLabeledChoice xItems
pageTitle
JLabeledTextField pageTitle
makeIndex
JCheckBox makeIndex
cssURL
JLabeledTextField cssURL
headerURL
JLabeledTextField headerURL
footerURL
JLabeledTextField footerURL
introduction
JLabeledTextArea introduction
meanCheck
JCheckBox meanCheck
medianCheck
JCheckBox medianCheck
maxCheck
JCheckBox maxCheck
minCheck
JCheckBox minCheck
responseRateCheck
JCheckBox responseRateCheck
transferRateCheck
JCheckBox transferRateCheck
fiftypercentCheck
JCheckBox fiftypercentCheck
nintypercentCheck
JCheckBox nintypercentCheck
errorRateCheck
JCheckBox errorRateCheck
Package org.apache.jmeter.report.gui.tree |
treeModel
ReportTreeModel treeModel
Package org.apache.jmeter.report.writers |
Package org.apache.jmeter.report.writers.gui |
outputDirectory
ReportFilePanel outputDirectory
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.