Serialized Form
Package org.apache.jmeter.assertions |
name
java.lang.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
java.lang.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
javax.swing.JRadioButton responseStringButton
- Radio button indicating that the text response should be tested.
urlButton
javax.swing.JRadioButton urlButton
- Radio button indicating that the URL should be tested.
responseMessageButton
javax.swing.JRadioButton responseMessageButton
- Radio button indicating that the responseMessage should be tested.
responseCodeButton
javax.swing.JRadioButton responseCodeButton
- Radio button indicating that the responseCode should be tested.
responseHeadersButton
javax.swing.JRadioButton responseHeadersButton
- Radio button indicating that the headers should be tested.
assumeSuccess
javax.swing.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
javax.swing.JRadioButton containsBox
- Radio button indicating to test if the field contains one of the
patterns.
matchesBox
javax.swing.JRadioButton matchesBox
- Radio button indicating to test if the field matches one of the patterns.
equalsBox
javax.swing.JRadioButton equalsBox
- Radio button indicating if the field equals the string.
substringBox
javax.swing.JRadioButton substringBox
- Radio button indicating if the field contains the string.
notBox
javax.swing.JCheckBox notBox
- Checkbox indicating to test that the field does NOT contain/match the
patterns.
stringTable
javax.swing.JTable stringTable
- A table of patterns to test against.
addPattern
javax.swing.JButton addPattern
- Button to add a new pattern.
deletePattern
javax.swing.JButton deletePattern
- Button to delete a pattern.
tableModel
PowerTableModel tableModel
- Table model for the pattern table.
parentButton
javax.swing.JRadioButton parentButton
childButton
javax.swing.JRadioButton childButton
allButton
javax.swing.JRadioButton allButton
resetInterpreter
javax.swing.JCheckBox resetInterpreter
filename
javax.swing.JTextField filename
parameters
javax.swing.JTextField parameters
scriptField
javax.swing.JTextArea scriptField
duration
javax.swing.JTextField duration
serialVersionUID: 1L
errorThresholdField
javax.swing.JTextField errorThresholdField
warningThresholdField
javax.swing.JTextField warningThresholdField
errorsOnly
javax.swing.JCheckBox errorsOnly
docTypeBox
javax.swing.JComboBox docTypeBox
htmlRadioButton
javax.swing.JRadioButton htmlRadioButton
xhtmlRadioButton
javax.swing.JRadioButton xhtmlRadioButton
xmlRadioButton
javax.swing.JRadioButton xmlRadioButton
filePanel
FilePanel filePanel
md5HexInput
javax.swing.JTextField md5HexInput
size
javax.swing.JTextField size
equalButton
javax.swing.JRadioButton equalButton
notequalButton
javax.swing.JRadioButton notequalButton
greaterthanButton
javax.swing.JRadioButton greaterthanButton
lessthanButton
javax.swing.JRadioButton lessthanButton
greaterthanequalButton
javax.swing.JRadioButton greaterthanequalButton
lessthanequalButton
javax.swing.JRadioButton lessthanequalButton
execState
int execState
validate
javax.swing.JCheckBox validate
tolerant
javax.swing.JCheckBox tolerant
whitespace
javax.swing.JCheckBox whitespace
namespace
javax.swing.JCheckBox namespace
quiet
javax.swing.JCheckBox quiet
reportErrors
javax.swing.JCheckBox reportErrors
showWarnings
javax.swing.JCheckBox showWarnings
xmlSchema
javax.swing.JTextField xmlSchema
xpath
XPathPanel xpath
xml
XMLConfPanel xml
negated
javax.swing.JCheckBox negated
xpath
javax.swing.JTextField xpath
checkXPath
javax.swing.JButton checkXPath
Package org.apache.jmeter.config |
serialVersionUID: 232L
readResolve
private java.lang.Object readResolve()
serialVersionUID: 233L
minimumValue
java.lang.String minimumValue
maximumValue
java.lang.String maximumValue
variableName
java.lang.String variableName
outputFormat
java.lang.String outputFormat
randomSeed
java.lang.String randomSeed
perThread
boolean perThread
globalRandom
java.util.Random globalRandom
n
int n
minimum
long minimum
Package org.apache.jmeter.config.gui |
tableLabel
javax.swing.JLabel tableLabel
- The title label for this component.
add
javax.swing.JButton add
- A button for adding new arguments to the table.
delete
javax.swing.JButton delete
- A button for removing arguments from the table.
background
java.awt.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
javax.swing.JTextField username
- Field allowing the user to enter a username.
password
javax.swing.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
javax.swing.JLabel obsoleteMessage
table
javax.swing.JTable table
- The table of configuration parameters.
tableModel
PowerTableModel tableModel
- The model for the parameter table.
add
javax.swing.JButton add
- A button for adding new parameters to the table.
delete
javax.swing.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
java.lang.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 java.lang.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
javax.swing.JTextField inputVal
- A field allowing the user to specify the input variable the controller
should loop.
returnVal
javax.swing.JTextField returnVal
- A field allowing the user to specify output variable the controller
should return.
useSeparator
javax.swing.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
javax.swing.JTextField theCondition
- A field allowing the user to specify the number of times the controller
should loop.
useExpression
javax.swing.JCheckBox useExpression
evaluateAll
javax.swing.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
javax.swing.JCheckBox style
infinite
javax.swing.JCheckBox infinite
- A checkbox allowing the user to specify whether or not the controller
should loop forever.
loops
javax.swing.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
javax.swing.JComboBox nodes
nodesModel
javax.swing.DefaultComboBoxModel nodesModel
warningLabel
javax.swing.JLabel warningLabel
style
javax.swing.JCheckBox style
serializedMode
javax.swing.JCheckBox serializedMode
commentPanel
javax.swing.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
javax.swing.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
javax.swing.JTextField switchValue
functionalMode
javax.swing.JCheckBox functionalMode
- A checkbox allowing the user to specify whether or not JMeter should do
functional testing.
serializedMode
javax.swing.JCheckBox serializedMode
argsPanel
ArgumentsPanel argsPanel
- A panel allowing the user to define variables.
browseJar
FileListPanel browseJar
styleBox
javax.swing.JComboBox styleBox
style
int style
throughput
javax.swing.JTextField throughput
perthread
javax.swing.JCheckBox perthread
isPerThread
boolean isPerThread
BYNUMBER_LABEL
java.lang.String BYNUMBER_LABEL
BYPERCENT_LABEL
java.lang.String BYPERCENT_LABEL
THROUGHPUT_LABEL
java.lang.String THROUGHPUT_LABEL
PERTHREAD_LABEL
java.lang.String PERTHREAD_LABEL
parent
javax.swing.JCheckBox parent
theCondition
javax.swing.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.examples.sampler |
Package org.apache.jmeter.examples.sampler.gui |
data
javax.swing.JTextArea data
Package org.apache.jmeter.examples.testbeans.example1 |
myStringProperty
java.lang.String myStringProperty
Package org.apache.jmeter.examples.testbeans.example2 |
myStringProperty
java.lang.String myStringProperty
Package org.apache.jmeter.exceptions |
Package org.apache.jmeter.extractor |
serialVersionUID: 4L
serialVersionUID: 232L
template
java.lang.Object[] template
Package org.apache.jmeter.extractor.gui |
regexField
JLabeledTextField regexField
templateField
JLabeledTextField templateField
defaultField
JLabeledTextField defaultField
matchNumberField
JLabeledTextField matchNumberField
refNameField
JLabeledTextField refNameField
useBody
javax.swing.JRadioButton useBody
useUnescapedBody
javax.swing.JRadioButton useUnescapedBody
useHeaders
javax.swing.JRadioButton useHeaders
useURL
javax.swing.JRadioButton useURL
useCode
javax.swing.JRadioButton useCode
useMessage
javax.swing.JRadioButton useMessage
group
javax.swing.ButtonGroup group
defaultField
JLabeledTextField defaultField
xpathQueryField
JLabeledTextField xpathQueryField
refNameField
JLabeledTextField refNameField
tolerant
javax.swing.JCheckBox tolerant
quiet
javax.swing.JCheckBox quiet
reportErrors
javax.swing.JCheckBox reportErrors
showWarnings
javax.swing.JCheckBox showWarnings
nameSpace
javax.swing.JCheckBox nameSpace
Package org.apache.jmeter.functions |
Package org.apache.jmeter.functions.gui |
functionList
JLabeledChoice functionList
parameterPanel
ArgumentsPanel parameterPanel
cutPasteFunction
JLabeledTextField cutPasteFunction
functionMap
java.util.Map<K,V> functionMap
generateButton
javax.swing.JButton generateButton
Package org.apache.jmeter.gui |
enabled
boolean enabled
- Flag indicating whether or not this component is enabled.
node
javax.swing.tree.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
javax.swing.JTextArea commentField
- A text field containing the comment.
menuBar
JMeterMenuBar menuBar
- The menu bar.
mainPanel
javax.swing.JScrollPane mainPanel
- The main panel where components display their GUIs.
treePanel
javax.swing.JScrollPane treePanel
- The panel where the test tree is shown.
tree
javax.swing.JTree tree
- The test tree.
runningIcon
javax.swing.ImageIcon runningIcon
- An image which is displayed when a test is running.
stoppedIcon
javax.swing.ImageIcon stoppedIcon
- An image which is displayed when a test is not currently running.
runningIndicator
javax.swing.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
java.util.Set<E> hosts
- The set of currently running hosts.
stoppingMessage
javax.swing.JDialog stoppingMessage
- A message dialog shown while JMeter threads are stopping.
totalThreads
javax.swing.JLabel totalThreads
activeThreads
javax.swing.JLabel activeThreads
nameField
javax.swing.JTextField nameField
- A text field containing the name.
nameLabel
javax.swing.JLabel nameLabel
- The label for the text field.
node
javax.swing.tree.TreeNode node
- The node which this component is providing the name for.
continueBox
javax.swing.JRadioButton continueBox
stopThrdBox
javax.swing.JRadioButton stopThrdBox
stopTestBox
javax.swing.JRadioButton stopTestBox
stopTestNowBox
javax.swing.JRadioButton stopTestNowBox
menuBar
ReportMenuBar menuBar
- The menu bar.
mainPanel
javax.swing.JScrollPane mainPanel
- The main panel where components display their GUIs.
treePanel
javax.swing.JScrollPane treePanel
- The panel where the test tree is shown.
tree
javax.swing.JTree tree
- The test tree.
stoppedIcon
javax.swing.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
javax.swing.JButton runningIndicator
- The button used to display the running/stopped image.
stoppingMessage
javax.swing.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
javax.swing.JButton add
delete
javax.swing.JButton delete
edit
javax.swing.JButton edit
load
javax.swing.JButton load
save
javax.swing.JButton save
filename
javax.swing.JTextField filename
browse
javax.swing.JButton browse
listeners
java.util.List<E> listeners
title
java.lang.String title
filetype
java.lang.String filetype
background
java.awt.Color background
serialVersionUID: 1L
files
javax.swing.JTable files
browse
javax.swing.JButton browse
clear
javax.swing.JButton clear
delete
javax.swing.JButton delete
listeners
java.util.List<E> listeners
title
java.lang.String title
filetype
java.lang.String filetype
filename
javax.swing.JTextField filename
label
javax.swing.JLabel label
browse
javax.swing.JButton browse
listeners
java.util.List<E> listeners
title
java.lang.String title
filetype
java.lang.String filetype
subPanel
javax.swing.Box subPanel
verticalAlign
float verticalAlign
hgap
int hgap
dateFormat
java.text.DateFormat dateFormat
mLabel
javax.swing.JLabel mLabel
bGroup
javax.swing.ButtonGroup bGroup
mChangeListeners
java.util.ArrayList<E> mChangeListeners
fileMenu
javax.swing.JMenu fileMenu
file_save_as
javax.swing.JMenuItem file_save_as
file_selection_as
javax.swing.JMenuItem file_selection_as
file_revert
javax.swing.JMenuItem file_revert
file_load
javax.swing.JMenuItem file_load
file_load_recent_files
java.util.List<E> file_load_recent_files
file_merge
javax.swing.JMenuItem file_merge
file_exit
javax.swing.JMenuItem file_exit
file_close
javax.swing.JMenuItem file_close
editMenu
javax.swing.JMenu editMenu
edit_add
javax.swing.JMenu edit_add
edit_remove
javax.swing.JMenuItem edit_remove
runMenu
javax.swing.JMenu runMenu
run_start
javax.swing.JMenuItem run_start
remote_start
javax.swing.JMenu remote_start
remote_start_all
javax.swing.JMenuItem remote_start_all
remote_engine_start
java.util.Collection<E> remote_engine_start
run_stop
javax.swing.JMenuItem run_stop
run_shut
javax.swing.JMenuItem run_shut
remote_stop
javax.swing.JMenu remote_stop
remote_stop_all
javax.swing.JMenuItem remote_stop_all
remote_engine_stop
java.util.Collection<E> remote_engine_stop
run_clear
javax.swing.JMenuItem run_clear
run_clearAll
javax.swing.JMenuItem run_clearAll
optionsMenu
javax.swing.JMenu optionsMenu
lafMenu
javax.swing.JMenu lafMenu
sslManager
javax.swing.JMenuItem sslManager
helpMenu
javax.swing.JMenu helpMenu
help_about
javax.swing.JMenuItem help_about
remoteHosts
java.lang.String[] remoteHosts
remote_exit
javax.swing.JMenu remote_exit
remote_exit_all
javax.swing.JMenuItem remote_exit_all
remote_engine_exit
java.util.Collection<E> remote_engine_exit
serialVersionUID: 233L
model
Data model
columnClasses
java.lang.Class<T>[] columnClasses
filename
javax.swing.JTextField filename
label
javax.swing.JLabel label
browse
javax.swing.JButton browse
listeners
java.util.List<E> listeners
title
java.lang.String title
filetype
java.lang.String filetype
fileMenu
javax.swing.JMenu fileMenu
file_save_as
javax.swing.JMenuItem file_save_as
file_load
javax.swing.JMenuItem file_load
file_merge
javax.swing.JMenuItem file_merge
file_exit
javax.swing.JMenuItem file_exit
file_close
javax.swing.JMenuItem file_close
editMenu
javax.swing.JMenu editMenu
edit_add
javax.swing.JMenu edit_add
edit_remove
javax.swing.JMenuItem edit_remove
runMenu
javax.swing.JMenu runMenu
run_start
javax.swing.JMenuItem run_start
remote_start
javax.swing.JMenu remote_start
remote_start_all
javax.swing.JMenuItem remote_start_all
remote_engine_start
java.util.Collection<E> remote_engine_start
run_stop
javax.swing.JMenuItem run_stop
run_shut
javax.swing.JMenuItem run_shut
remote_stop
javax.swing.JMenu remote_stop
remote_stop_all
javax.swing.JMenuItem remote_stop_all
remote_engine_stop
java.util.Collection<E> remote_engine_stop
run_clear
javax.swing.JMenuItem run_clear
run_clearAll
javax.swing.JMenuItem run_clearAll
optionsMenu
javax.swing.JMenu optionsMenu
lafMenu
javax.swing.JMenu lafMenu
sslManager
javax.swing.JMenuItem sslManager
helpMenu
javax.swing.JMenu helpMenu
help_about
javax.swing.JMenuItem help_about
remoteHosts
java.lang.String[] remoteHosts
remote_exit
javax.swing.JMenu remote_exit
remote_exit_all
javax.swing.JMenuItem remote_exit_all
remote_engine_exit
java.util.Collection<E> remote_engine_exit
editorComponent
javax.swing.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
java.lang.Object value
- The value of this cell.
subPanel
javax.swing.Box subPanel
horizontalAlign
float horizontalAlign
vgap
int vgap
Package org.apache.jmeter.modifiers |
serialVersionUID: 4L
serialVersionUID: 232L
serialVersionUID: 233L
readResolve
private java.lang.Object readResolve()
globalCounter
long globalCounter
serialVersionUID: 233L
readResolve
private java.lang.Object readResolve()
Package org.apache.jmeter.modifiers.gui |
startField
JLabeledTextField startField
incrField
JLabeledTextField incrField
endField
JLabeledTextField endField
varNameField
JLabeledTextField varNameField
formatField
JLabeledTextField formatField
perUserField
javax.swing.JCheckBox perUserField
paramTable
javax.swing.JTable paramTable
tableModel
PowerTableModel tableModel
numUserColumns
int numUserColumns
addParameterButton
javax.swing.JButton addParameterButton
addUserButton
javax.swing.JButton addUserButton
deleteRowButton
javax.swing.JButton deleteRowButton
deleteColumnButton
javax.swing.JButton deleteColumnButton
perIterationCheck
javax.swing.JCheckBox perIterationCheck
Package org.apache.jmeter.processor.gui |
Package org.apache.jmeter.protocol.ftp.config.gui |
server
javax.swing.JTextField server
port
javax.swing.JTextField port
remoteFile
javax.swing.JTextField remoteFile
localFile
javax.swing.JTextField localFile
inputData
javax.swing.JTextArea inputData
binaryMode
javax.swing.JCheckBox binaryMode
saveResponseData
javax.swing.JCheckBox saveResponseData
displayName
boolean displayName
getBox
javax.swing.JRadioButton getBox
putBox
javax.swing.JRadioButton putBox
Package org.apache.jmeter.protocol.ftp.control.gui |
loginPanel
LoginConfigGui loginPanel
ftpDefaultPanel
FtpConfigGui ftpDefaultPanel
Package org.apache.jmeter.protocol.ftp.sampler |
savedClient
FTPClient savedClient
Package org.apache.jmeter.protocol.http.config |
boundary
java.lang.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
javax.swing.JCheckBox imageParser
urlConfig
UrlConfigGui urlConfig
filesPanel
HTTPFileArgsPanel filesPanel
- Files panel that holds file informations to be uploaded by
http request.
argsPanel
HTTPArgumentsPanel argsPanel
domain
javax.swing.JTextField domain
port
javax.swing.JTextField port
connectTimeOut
javax.swing.JTextField connectTimeOut
responseTimeOut
javax.swing.JTextField responseTimeOut
protocol
javax.swing.JTextField protocol
contentEncoding
javax.swing.JTextField contentEncoding
path
javax.swing.JTextField path
followRedirects
javax.swing.JCheckBox followRedirects
autoRedirects
javax.swing.JCheckBox autoRedirects
useKeepAlive
javax.swing.JCheckBox useKeepAlive
useMultipartForPost
javax.swing.JCheckBox useMultipartForPost
method
JLabeledChoice method
notConfigOnly
boolean notConfigOnly
Package org.apache.jmeter.protocol.http.control |
serialVersionUID: 233L
serialVersionUID: 233L
serialVersionUID: 233L
SOAPHeader
java.lang.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
javax.swing.JTextField portField
stop
javax.swing.JButton stop
start
javax.swing.JButton start
mirrorController
HttpMirrorControl mirrorController
urlConfigGui
MultipartUrlConfigGui urlConfigGui
getImages
javax.swing.JCheckBox getImages
isMon
javax.swing.JCheckBox isMon
useMD5
javax.swing.JCheckBox useMD5
embeddedRE
JLabeledTextField embeddedRE
urlField
JLabeledTextField urlField
soapAction
JLabeledTextField soapAction
sendSoapAction
javax.swing.JCheckBox sendSoapAction
useKeepAlive
javax.swing.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
javax.swing.JButton wsdlButton
selectButton
javax.swing.JButton selectButton
wsdlMethods
JLabeledChoice wsdlMethods
soapXmlFile
FilePanel soapXmlFile
randomXmlFile
JLabeledTextField randomXmlFile
connectTimeout
JLabeledTextField connectTimeout
wsdlMessage
javax.swing.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
javax.swing.JLabel wsdlMessage2
wsdlMessage3
javax.swing.JLabel wsdlMessage3
wsdlMessage4
javax.swing.JLabel wsdlMessage4
wsdlMessage5
javax.swing.JLabel wsdlMessage5
plainText
java.awt.Font plainText
- This is the font for the note.
memCache
javax.swing.JCheckBox memCache
- checkbox for memory cache.
readResponse
javax.swing.JCheckBox readResponse
- checkbox for reading the response
useProxy
javax.swing.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
javax.swing.JLabel readMessage
- Text note about read response and its usage.
readMessage2
javax.swing.JLabel readMessage2
readMessage3
javax.swing.JLabel readMessage3
proxyMessage
javax.swing.JLabel proxyMessage
- Text note for proxy
proxyMessage2
javax.swing.JLabel proxyMessage2
proxyMessage3
javax.swing.JLabel proxyMessage3
Package org.apache.jmeter.protocol.http.gui |
serialVersionUID: -9214884465261470761L
tableModel
org.apache.jmeter.protocol.http.gui.AuthPanel.InnerTableModel tableModel
authTable
javax.swing.JTable authTable
- A table to show the authentication information.
addButton
javax.swing.JButton addButton
deleteButton
javax.swing.JButton deleteButton
loadButton
javax.swing.JButton loadButton
saveButton
javax.swing.JButton saveButton
clearEachIteration
javax.swing.JCheckBox clearEachIteration
cookieTable
javax.swing.JTable cookieTable
tableModel
PowerTableModel tableModel
clearEachIteration
javax.swing.JCheckBox clearEachIteration
addButton
javax.swing.JButton addButton
deleteButton
javax.swing.JButton deleteButton
loadButton
javax.swing.JButton loadButton
saveButton
javax.swing.JButton saveButton
policies
java.lang.String[] policies
policy
JLabeledChoice policy
tableModel
org.apache.jmeter.protocol.http.gui.HeaderPanel.InnerTableModel tableModel
headerManager
HeaderManager headerManager
headerTable
javax.swing.JTable headerTable
addButton
javax.swing.JButton addButton
deleteButton
javax.swing.JButton deleteButton
loadButton
javax.swing.JButton loadButton
saveButton
javax.swing.JButton saveButton
tableLabel
javax.swing.JLabel tableLabel
- The title label for this component.
add
javax.swing.JButton add
- A button for adding new files to the table.
browse
javax.swing.JButton browse
- A button for browsing file system to set path of selected row in table.
delete
javax.swing.JButton delete
- A button for removing files from the table.
Package org.apache.jmeter.protocol.http.modifier |
PREFIX
java.lang.String PREFIX
FIELD_NAME
java.lang.String FIELD_NAME
UPPER_BOUND
java.lang.String UPPER_BOUND
LOWER_BOUND
java.lang.String LOWER_BOUND
INCREMENT
java.lang.String INCREMENT
SUFFIX
java.lang.String SUFFIX
_value
long _value
serialVersionUID: 233L
allAvailableUsers
UserSequence allAvailableUsers
- Deprecated.
serialVersionUID: 233L
allUsers
java.util.List<E> allUsers
Package org.apache.jmeter.protocol.http.modifier.gui |
_fieldName
javax.swing.JTextField _fieldName
_prefix
javax.swing.JTextField _prefix
_lowerBound
javax.swing.JTextField _lowerBound
_upperBound
javax.swing.JTextField _upperBound
_increment
javax.swing.JTextField _increment
_suffix
javax.swing.JTextField _suffix
argumentName
JLabeledTextField argumentName
pathExt
javax.swing.JCheckBox pathExt
pathExtNoEquals
javax.swing.JCheckBox pathExtNoEquals
pathExtNoQuestionmark
javax.swing.JCheckBox pathExtNoQuestionmark
shouldCache
javax.swing.JCheckBox shouldCache
fileNameField
javax.swing.JTextField fileNameField
- Deprecated.
Package org.apache.jmeter.protocol.http.parser |
savedCause
java.lang.Throwable savedCause
savedCause
java.lang.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
javax.swing.JTextField portField
httpHeaders
javax.swing.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
javax.swing.JComboBox groupingMode
- Whether to group requests together based on inactivity separation periods --
and how to handle such grouping afterwards.
addAssertions
javax.swing.JCheckBox addAssertions
- Add an Assertion to the first sample of each set
useKeepAlive
javax.swing.JCheckBox useKeepAlive
- Set/clear the Use Keep-Alive box on the samplers (default is true)
regexMatch
javax.swing.JCheckBox regexMatch
samplerTypeName
javax.swing.JComboBox samplerTypeName
- The list of sampler type names to choose from
samplerRedirectAutomatically
javax.swing.JCheckBox samplerRedirectAutomatically
- Set/clear the Redirect automatically box on the samplers (default is false)
samplerFollowRedirects
javax.swing.JCheckBox samplerFollowRedirects
- Set/clear the Follow-redirects box on the samplers (default is true)
samplerDownloadImages
javax.swing.JCheckBox samplerDownloadImages
- Set/clear the Download images box on the samplers (default is false)
httpsSpoof
javax.swing.JCheckBox httpsSpoof
httpsMatch
javax.swing.JTextField httpsMatch
contentTypeInclude
javax.swing.JTextField contentTypeInclude
- Regular expression to include results based on content type
contentTypeExclude
javax.swing.JTextField contentTypeExclude
- Regular expression to exclude results based on content type
targetNodes
javax.swing.JComboBox targetNodes
- List of available target controllers
targetNodesModel
javax.swing.DefaultComboBoxModel targetNodesModel
model
ProxyControl model
excludeTable
javax.swing.JTable excludeTable
excludeModel
PowerTableModel excludeModel
includeTable
javax.swing.JTable includeTable
includeModel
PowerTableModel includeModel
stop
javax.swing.JButton stop
start
javax.swing.JButton start
restart
javax.swing.JButton restart
Package org.apache.jmeter.protocol.http.sampler |
serialVersionUID: 232L
logFile
java.lang.String logFile
parserClassName
java.lang.String parserClassName
filterClassName
java.lang.String filterClassName
count
int count
started
boolean started
serialVersionUID: 233L
lastPort
int lastPort
lastHost
java.lang.String lastHost
localName
java.lang.String localName
localAddress
java.lang.String localAddress
inbuf
byte[] inbuf
outbuf
byte[] outbuf
inpos
int inpos
outpos
int outpos
serialVersionUID: 233L
savedConn
java.net.HttpURLConnection savedConn
savedClient
HttpClient savedClient
dynamicPath
boolean dynamicPath
cookies
java.lang.String cookies
method
java.lang.String method
redirectLocation
java.lang.String redirectLocation
queryString
java.lang.String queryString
RANDOM
java.util.Random RANDOM
fileContents
java.lang.String fileContents
Package org.apache.jmeter.protocol.http.util |
header
java.lang.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
java.lang.String OLDEXT
NEWEXT
java.lang.String NEWEXT
INCFILE
java.lang.String[] INCFILE
EXCFILE
java.lang.String[] EXCFILE
FILEFILTER
boolean FILEFILTER
USEFILE
boolean USEFILE
INCPTRN
java.lang.String[] INCPTRN
EXCPTRN
java.lang.String[] EXCPTRN
PTRNFILTER
boolean PTRNFILTER
EXCPATTERNS
java.util.ArrayList<E> EXCPATTERNS
INCPATTERNS
java.util.ArrayList<E> INCPATTERNS
NEWFILE
java.lang.String NEWFILE
serialVersionUID: 232L
cookieManagers
java.util.Map<K,V> cookieManagers
- These objects are static across multiple threads in a test, via clone()
method.
managersInUse
java.util.Set<E> managersInUse
lastUsed
CookieManager lastUsed
serialVersionUID: 233L
SAMPLE
HTTPSamplerBase SAMPLE
FILENAME
java.lang.String FILENAME
FILE
java.io.File FILE
Package org.apache.jmeter.protocol.java.config |
Package org.apache.jmeter.protocol.java.config.gui |
classnameCombo
javax.swing.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
javax.swing.JCheckBox resetInterpreter
filename
javax.swing.JTextField filename
parameters
javax.swing.JTextField parameters
scriptField
javax.swing.JTextArea scriptField
scriptField
javax.swing.JTextArea scriptField
langField
javax.swing.JComboBox langField
filename
javax.swing.JTextField filename
parameters
javax.swing.JTextField parameters
javaPanel
JavaConfigGui javaPanel
- Panel containing the configuration options.
constructorLabel
JLabeledTextField constructorLabel
methodLabel
javax.swing.JLabel methodLabel
successMsg
JLabeledTextField successMsg
failureMsg
JLabeledTextField failureMsg
errorMsg
JLabeledTextField errorMsg
successCode
JLabeledTextField successCode
failureCode
JLabeledTextField failureCode
errorCode
JLabeledTextField errorCode
filterpkg
JLabeledTextField filterpkg
doSetup
javax.swing.JCheckBox doSetup
appendError
javax.swing.JCheckBox appendError
appendExc
javax.swing.JCheckBox appendExc
classnameCombo
javax.swing.JComboBox classnameCombo
- A combo box allowing the user to choose a test class.
methodName
javax.swing.JComboBox methodName
METHODLIST
java.util.List<E> METHODLIST
CLASSLIST
java.util.List<E> 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
java.lang.String label
- The label to store in the sample result.
responseMessage
java.lang.String responseMessage
- The response message to store in the sample result.
responseCode
java.lang.String responseCode
- The response code to be stored in the sample result.
samplerData
java.lang.String samplerData
- The sampler data (shown as Request Data in the Tree display).
resultData
java.lang.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.jmeter.protocol.jdbc.config |
serialVersionUID: 233L
Package org.apache.jmeter.protocol.jdbc.sampler |
serialVersionUID: 233L
query
java.lang.String query
dataSource
java.lang.String dataSource
queryType
java.lang.String queryType
queryArguments
java.lang.String queryArguments
queryArgumentsTypes
java.lang.String queryArgumentsTypes
variableNames
java.lang.String variableNames
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
java.lang.String[] labels
oneWay
JLabeledChoice oneWay
jmsPropertiesPanel
ArgumentsPanel jmsPropertiesPanel
jndiPropertiesPanel
ArgumentsPanel jndiPropertiesPanel
useNonPersistentDelivery
javax.swing.JCheckBox useNonPersistentDelivery
useReqMsgIdAsCorrelId
javax.swing.JCheckBox useReqMsgIdAsCorrelId
useProperties
javax.swing.JCheckBox useProperties
configChoice
JLabeledRadioI18N configChoice
jndiICF
JLabeledTextField jndiICF
urlField
JLabeledTextField urlField
jndiConnFac
JLabeledTextField jndiConnFac
jmsTopic
JLabeledTextField jmsTopic
useAuth
javax.swing.JCheckBox useAuth
jmsUser
JLabeledTextField jmsUser
jmsPwd
JLabeledTextField jmsPwd
iterations
JLabeledTextField iterations
messageFile
FilePanel messageFile
randomFile
FilePanel randomFile
textMessage
JLabeledTextArea textMessage
msgChoice
JLabeledRadioI18N msgChoice
lookup
javax.swing.JPanel lookup
messagePanel
javax.swing.JPanel messagePanel
useProperties
javax.swing.JCheckBox useProperties
jndiICF
JLabeledTextField jndiICF
urlField
JLabeledTextField urlField
jndiConnFac
JLabeledTextField jndiConnFac
jmsTopic
JLabeledTextField jmsTopic
jmsUser
JLabeledTextField jmsUser
jmsPwd
JLabeledTextField jmsPwd
iterations
JLabeledTextField iterations
useAuth
javax.swing.JCheckBox useAuth
readResponse
javax.swing.JCheckBox readResponse
clientChoice
JLabeledRadioI18N clientChoice
lookup
javax.swing.JPanel lookup
Package org.apache.jmeter.protocol.jms.sampler |
serialVersionUID: 233L
serialVersionUID: 233L
BUFFER
java.lang.StringBuffer BUFFER
file_contents
java.lang.String file_contents
serialVersionUID: 233L
BUFFER
java.lang.StringBuffer BUFFER
Package org.apache.jmeter.protocol.ldap.config.gui |
tableLabel
javax.swing.JLabel tableLabel
- The title label for this component.
add
javax.swing.JButton add
- A button for adding new arguments to the table.
delete
javax.swing.JButton delete
- A button for removing arguments from the table.
rootdn
javax.swing.JTextField rootdn
searchbase
javax.swing.JTextField searchbase
searchfilter
javax.swing.JTextField searchfilter
delete
javax.swing.JTextField delete
add
javax.swing.JTextField add
modify
javax.swing.JTextField modify
servername
javax.swing.JTextField servername
port
javax.swing.JTextField port
user_Defined
javax.swing.JCheckBox user_Defined
addTest
javax.swing.JRadioButton addTest
modifyTest
javax.swing.JRadioButton modifyTest
deleteTest
javax.swing.JRadioButton deleteTest
searchTest
javax.swing.JRadioButton searchTest
bGroup
javax.swing.ButtonGroup bGroup
displayName
boolean displayName
tableAddPanel
ArgumentsPanel tableAddPanel
tableModifyPanel
ArgumentsPanel tableModifyPanel
cards
javax.swing.JPanel cards
rootdn
javax.swing.JTextField rootdn
searchbase
javax.swing.JTextField searchbase
searchfilter
javax.swing.JTextField searchfilter
delete
javax.swing.JTextField delete
add
javax.swing.JTextField add
modify
javax.swing.JTextField modify
servername
javax.swing.JTextField servername
port
javax.swing.JTextField port
SCOPE_STRINGS
java.lang.String[] SCOPE_STRINGS
scope
JLabeledChoice scope
countlim
javax.swing.JTextField countlim
timelim
javax.swing.JTextField timelim
attribs
javax.swing.JTextField attribs
retobj
javax.swing.JCheckBox retobj
deref
javax.swing.JCheckBox deref
userdn
javax.swing.JTextField userdn
userpw
javax.swing.JTextField userpw
comparedn
javax.swing.JTextField comparedn
comparefilt
javax.swing.JTextField comparefilt
modddn
javax.swing.JTextField modddn
newdn
javax.swing.JTextField newdn
connto
javax.swing.JTextField connto
parseflag
javax.swing.JCheckBox parseflag
secure
javax.swing.JCheckBox secure
addTest
javax.swing.JRadioButton addTest
modifyTest
javax.swing.JRadioButton modifyTest
deleteTest
javax.swing.JRadioButton deleteTest
searchTest
javax.swing.JRadioButton searchTest
bind
javax.swing.JRadioButton bind
rename
javax.swing.JRadioButton rename
unbind
javax.swing.JRadioButton unbind
sbind
javax.swing.JRadioButton sbind
compare
javax.swing.JRadioButton compare
bGroup
javax.swing.ButtonGroup bGroup
displayName
boolean displayName
tableAddPanel
ArgumentsPanel tableAddPanel
tableModifyPanel
LDAPArgumentsPanel tableModifyPanel
cards
javax.swing.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.mail.sampler |
Package org.apache.jmeter.protocol.mail.sampler.gui |
serverTypeBox
javax.swing.JComboBox serverTypeBox
serverBox
javax.swing.JTextField serverBox
usernameBox
javax.swing.JTextField usernameBox
passwordBox
javax.swing.JTextField passwordBox
folderBox
javax.swing.JTextField folderBox
folderLabel
javax.swing.JLabel folderLabel
allMessagesButton
javax.swing.JRadioButton allMessagesButton
someMessagesButton
javax.swing.JRadioButton someMessagesButton
someMessagesField
javax.swing.JTextField someMessagesField
deleteBox
javax.swing.JCheckBox deleteBox
storeMimeMessageBox
javax.swing.JCheckBox storeMimeMessageBox
POP3Label
java.lang.String POP3Label
IMAPLabel
java.lang.String IMAPLabel
POP3SLabel
java.lang.String POP3SLabel
IMAPSLabel
java.lang.String IMAPSLabel
ServerTypeLabel
java.lang.String ServerTypeLabel
ServerLabel
java.lang.String ServerLabel
AccountLabel
java.lang.String AccountLabel
PasswordLabel
java.lang.String PasswordLabel
NumMessagesLabel
java.lang.String NumMessagesLabel
AllMessagesLabel
java.lang.String AllMessagesLabel
DeleteLabel
java.lang.String DeleteLabel
FolderLabel
java.lang.String FolderLabel
STOREMIME
java.lang.String STOREMIME
Package org.apache.jmeter.protocol.tcp.config.gui |
classname
JLabeledTextField classname
server
javax.swing.JTextField server
reUseConnection
javax.swing.JCheckBox reUseConnection
port
javax.swing.JTextField port
timeout
javax.swing.JTextField timeout
setNoDelay
javax.swing.JCheckBox setNoDelay
requestData
javax.swing.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.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
javax.swing.JCheckBox makeIndex
cssURL
JLabeledTextField cssURL
headerURL
JLabeledTextField headerURL
footerURL
JLabeledTextField footerURL
introduction
JLabeledTextArea introduction
meanCheck
javax.swing.JCheckBox meanCheck
medianCheck
javax.swing.JCheckBox medianCheck
maxCheck
javax.swing.JCheckBox maxCheck
minCheck
javax.swing.JCheckBox minCheck
responseRateCheck
javax.swing.JCheckBox responseRateCheck
transferRateCheck
javax.swing.JCheckBox transferRateCheck
fiftypercentCheck
javax.swing.JCheckBox fiftypercentCheck
nintypercentCheck
javax.swing.JCheckBox nintypercentCheck
errorRateCheck
javax.swing.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
Package org.apache.jmeter.reporters |
data
java.util.Hashtable<K,V> 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
javax.swing.JTextField filename
variableName
javax.swing.JTextField variableName
errorsOnly
javax.swing.JCheckBox errorsOnly
successOnly
javax.swing.JCheckBox successOnly
skipAutoNumber
javax.swing.JCheckBox skipAutoNumber
skipSuffix
javax.swing.JCheckBox skipSuffix
Package org.apache.jmeter.sampler |
serialVersionUID: 232L
displayJMeterVariables
boolean displayJMeterVariables
displayJMeterProperties
boolean displayJMeterProperties
displaySystemProperties
boolean displaySystemProperties
Package org.apache.jmeter.sampler.gui |
targetBox
javax.swing.JComboBox targetBox
pauseButton
javax.swing.JRadioButton pauseButton
stopButton
javax.swing.JRadioButton stopButton
stopNowButton
javax.swing.JRadioButton stopNowButton
durationField
javax.swing.JTextField durationField
target
int target
action
int action
durationString
java.lang.String durationString
targetLabel
java.lang.String targetLabel
threadTarget
java.lang.String threadTarget
testTarget
java.lang.String testTarget
actionLabel
java.lang.String actionLabel
pauseAction
java.lang.String pauseAction
stopAction
java.lang.String stopAction
stopNowAction
java.lang.String stopNowAction
durationLabel
java.lang.String durationLabel
Package org.apache.jmeter.samplers |
listener
RemoteSampleListener listener
sampleStore
java.util.List<E> sampleStore
numSamplesThreshold
int numSamplesThreshold
timeThreshold
long timeThreshold
batchSendTime
long batchSendTime
sampleStore
java.util.List<E> 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
java.lang.String[] values
result
SampleResult result
threadGroup
java.lang.String threadGroup
hostname
java.lang.String hostname
serialVersionUID: 233L
saveConfig
SampleSaveConfiguration saveConfig
parent
SampleResult parent
responseData
byte[] responseData
responseCode
java.lang.String responseCode
label
java.lang.String label
resultFileName
java.lang.String resultFileName
samplerData
java.lang.String samplerData
threadName
java.lang.String threadName
responseMessage
java.lang.String responseMessage
responseHeaders
java.lang.String responseHeaders
contentType
java.lang.String contentType
requestHeaders
java.lang.String requestHeaders
timeStamp
long timeStamp
startTime
long startTime
endTime
long endTime
idleTime
long idleTime
pauseTime
long pauseTime
assertionResults
java.util.List<E> assertionResults
subResults
java.util.List<E> subResults
dataType
java.lang.String dataType
success
boolean success
files
java.util.Set<E> files
dataEncoding
java.lang.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
java.net.URL location
serialVersionUID: 7L
readResolve
private java.lang.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
java.lang.String delimiter
listener
RemoteSampleListener listener
serialVersionUID: 24L
errorCount
int errorCount
listener
RemoteSampleListener listener
sampleStore
java.util.List<E> sampleStore
sampleTable
java.util.Map<K,V> 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
java.text.MessageFormat propertyFieldLabelMessage
- Message format for property field labels:
propertyToolTipMessage
java.text.MessageFormat propertyToolTipMessage
- Message format for property tooltips:
propertyMap
java.util.Map<K,V> propertyMap
- The Map we're currently customizing. Set by setObject().
testBeanClass
java.lang.Class<T> testBeanClass
customizerClass
java.lang.Class<T> customizerClass
customizer
java.beans.Customizer customizer
- The single customizer if the customizer class implements
SharedCustomizer, null otherwise.
customizers
java.util.Map<K,V> 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
java.util.Map<K,V> 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
java.awt.image.BufferedImage image
propMap
java.util.Map<K,V> propMap
data
java.util.HashMap<K,V> data
jtl_file
java.lang.String jtl_file
startTimestamp
long startTimestamp
endTimestamp
long endTimestamp
inputFile
java.io.File inputFile
width
int width
height
int height
shape_counter
int shape_counter
serialVersionUID: 233L
serialVersionUID: 233L
readResolve
private java.lang.Object readResolve()
varMap
java.util.Map<K,V> varMap
Package org.apache.jmeter.testelement.property |
name
java.lang.String name
serialVersionUID: 233L
value
boolean value
serialVersionUID: 221L
value
java.util.Collection<E> value
value
double value
savedValue
double savedValue
value
float value
savedValue
float savedValue
serialVersionUID: 233L
testIteration
int testIteration
cacheValue
java.lang.String cacheValue
value
int value
savedValue
int savedValue
value
long value
savedValue
long savedValue
serialVersionUID: 221L
value
java.util.Map<K,V> value
tempValue
JMeterProperty tempValue
serialVersionUID: 1L
value
java.lang.Object value
savedValue
java.lang.Object savedValue
serialVersionUID: 233L
value
java.lang.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
javax.swing.JTextField threadInput
rampInput
javax.swing.JTextField rampInput
start
JDateField start
end
JDateField end
scheduler
javax.swing.JCheckBox scheduler
duration
javax.swing.JTextField duration
delay
javax.swing.JTextField delay
continueBox
javax.swing.JRadioButton continueBox
stopThrdBox
javax.swing.JRadioButton stopThrdBox
stopTestBox
javax.swing.JRadioButton stopTestBox
stopTestNowBox
javax.swing.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
java.lang.String calcMode
modeInt
int modeInt
throughput
double throughput
- Desired throughput, in samples per minute.
delay
long delay
random
java.util.Random random
serialVersionUID: 2L
readResolve
private java.lang.Object readResolve()
timerCounter
int[] timerCounter
groupSize
int groupSize
Package org.apache.jmeter.timers.gui |
delayField
javax.swing.JTextField delayField
delayField
javax.swing.JTextField delayField
rangeField
javax.swing.JTextField rangeField
delayField
javax.swing.JTextField delayField
rangeField
javax.swing.JTextField rangeField
Package org.apache.jmeter.util |
serialVersionUID: 4L
readResolve
protected java.lang.Object readResolve()
parameters
java.lang.String parameters
filename
java.lang.String filename
script
java.lang.String script
resetInterpreter
boolean resetInterpreter
serialVersionUID: 233L
readResolve
protected java.lang.Object readResolve()
parameters
java.lang.String parameters
filename
java.lang.String filename
script
java.lang.String script
scriptLanguage
java.lang.String scriptLanguage
locale
java.util.Locale locale
Package org.apache.jmeter.visualizers |
textArea
javax.swing.JTextArea textArea
data
double[][] data
title
java.lang.String title
xAxisTitle
java.lang.String xAxisTitle
yAxisTitle
java.lang.String yAxisTitle
yAxisLabel
java.lang.String yAxisLabel
maxLength
int maxLength
xAxisLabels
java.lang.String[] xAxisLabels
width
int width
height
int height
serialVersionUID: 4L
serialVersionUID: 234L
model
SamplingStatCalculator model
xborder
int xborder
model
SamplingStatCalculator model
graphPanel
javax.swing.JPanel graphPanel
graph
DistributionGraph graph
noteField
javax.swing.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
java.awt.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
java.lang.String name
samples
java.util.List<E> samples
listeners
java.util.List<E> listeners
averageSum
long averageSum
variationSum
long variationSum
counter
long counter
previous
long previous
max
long max
bigChange
boolean bigChange
current
SampleResult current
nf
java.text.NumberFormat nf
model
SamplingStatCalculator model
maxYField
javax.swing.JTextField maxYField
minYField
javax.swing.JTextField minYField
noSamplesField
javax.swing.JTextField noSamplesField
minute
java.lang.String minute
graph
Graph graph
data
javax.swing.JCheckBox data
average
javax.swing.JCheckBox average
deviation
javax.swing.JCheckBox deviation
throughput
javax.swing.JCheckBox throughput
median
javax.swing.JCheckBox median
dataField
javax.swing.JTextField dataField
averageField
javax.swing.JTextField averageField
deviationField
javax.swing.JTextField deviationField
throughputField
javax.swing.JTextField throughputField
medianField
javax.swing.JTextField medianField
data
double[][] data
title
java.lang.String title
xAxisTitle
java.lang.String xAxisTitle
yAxisTitle
java.lang.String yAxisTitle
xAxisLabels
java.lang.String[] xAxisLabels
yAxisLabel
java.lang.String[] yAxisLabel
width
int width
height
int height
shape_counter
int shape_counter
paint_counter
int paint_counter
testerButton
javax.swing.JButton testerButton
addressField
javax.swing.JTextField addressField
fromField
javax.swing.JTextField fromField
smtpHostField
javax.swing.JTextField smtpHostField
failureSubjectField
javax.swing.JTextField failureSubjectField
successSubjectField
javax.swing.JTextField successSubjectField
failureField
javax.swing.JTextField failureField
failureLimitField
javax.swing.JTextField failureLimitField
successLimitField
javax.swing.JTextField successLimitField
serverListMap
java.util.HashMap<K,V> serverListMap
current
MonitorModel current
- we use this to set the current monitorModel so that we can save the stats
to the resultcolllector.
listeners
java.util.List<E> listeners
defaultBufferSize
int defaultBufferSize
- By default, we set the default to 800
connectorPrefix
java.lang.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
java.util.HashMap<K,V> serverPanelMap
servers
javax.swing.JPanel servers
model
MonitorAccumModel model
serverScrollPane
javax.swing.JScrollPane serverScrollPane
INFO_H
java.lang.String INFO_H
INFO_A
java.lang.String INFO_A
INFO_W
java.lang.String INFO_W
INFO_D
java.lang.String INFO_D
INFO_LOAD
java.lang.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
javax.swing.JScrollPane TREEPANE
GRAPHPANEL
javax.swing.JPanel GRAPHPANEL
SERVERTREE
javax.swing.JTree SERVERTREE
TREEMODEL
javax.swing.tree.DefaultTreeModel TREEMODEL
GRAPH
MonitorGraph GRAPH
ROOTNODE
javax.swing.tree.DefaultMutableTreeNode ROOTNODE
SERVERMAP
java.util.HashMap<K,V> SERVERMAP
MODEL
MonitorAccumModel MODEL
ROOTSAMPLE
SampleResult ROOTSAMPLE
LEGEND_HEALTH
java.lang.String LEGEND_HEALTH
LEGEND_LOAD
java.lang.String LEGEND_LOAD
LEGEND_MEM
java.lang.String LEGEND_MEM
LEGEND_THREAD
java.lang.String LEGEND_THREAD
LEGEND_HEALTH_ICON
javax.swing.ImageIcon LEGEND_HEALTH_ICON
LEGEND_LOAD_ICON
javax.swing.ImageIcon LEGEND_LOAD_ICON
LEGEND_MEM_ICON
javax.swing.ImageIcon LEGEND_MEM_ICON
LEGEND_THREAD_ICON
javax.swing.ImageIcon LEGEND_THREAD_ICON
GRID_LABEL_TOP
java.lang.String GRID_LABEL_TOP
GRID_LABEL_MIDDLE
java.lang.String GRID_LABEL_MIDDLE
GRID_LABEL_BOTTOM
java.lang.String GRID_LABEL_BOTTOM
GRID_LABEL_HEALTHY
java.lang.String GRID_LABEL_HEALTHY
GRID_LABEL_DEAD
java.lang.String GRID_LABEL_DEAD
PERF_TITLE
java.lang.String PERF_TITLE
SERVER_TITLE
java.lang.String SERVER_TITLE
plaintext
java.awt.Font plaintext
serialVersionUID: 1L
systemButton
javax.swing.JCheckBox systemButton
jmeterButton
javax.swing.JCheckBox jmeterButton
tableLabel
javax.swing.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
java.lang.String label
threadName
java.lang.String threadName
count
long count
endTime
long endTime
bytes
int bytes
serverField
javax.swing.JLabel serverField
timestampField
javax.swing.JLabel timestampField
prefsize
java.awt.Dimension prefsize
- Preference size for the health icon
healthIcon
javax.swing.JLabel healthIcon
loadIcon
javax.swing.JLabel loadIcon
BACKGROUND_COLOR
java.awt.Color BACKGROUND_COLOR
MINIMUM_COLOR
java.awt.Color MINIMUM_COLOR
MAXIMUM_COLOR
java.awt.Color MAXIMUM_COLOR
AVERAGE_COLOR
java.awt.Color AVERAGE_COLOR
INCOMING_COLOR
java.awt.Color INCOMING_COLOR
NUMBERS_TO_DISPLAY
int NUMBERS_TO_DISPLAY
FILL_UP_WITH_ZEROS
boolean FILL_UP_WITH_ZEROS
minimumLabel
javax.swing.JLabel minimumLabel
maximumLabel
javax.swing.JLabel maximumLabel
averageLabel
javax.swing.JLabel averageLabel
incomingLabel
javax.swing.JLabel incomingLabel
minimumNumberLabel
javax.swing.JLabel minimumNumberLabel
maximumNumberLabel
javax.swing.JLabel maximumNumberLabel
averageNumberLabel
javax.swing.JLabel averageNumberLabel
incomingNumberLabel
javax.swing.JLabel incomingNumberLabel
reinterpolated
boolean reinterpolated
WAITING_COLOR
java.awt.Color WAITING_COLOR
lastWidth
int lastWidth
lastHeight
int lastHeight
plot
int[] plot
COLUMNS
java.lang.String[] COLUMNS
GRAPH_COLUMNS
java.lang.String[] GRAPH_COLUMNS
TOTAL_ROW_LABEL
java.lang.String TOTAL_ROW_LABEL
myJTable
javax.swing.JTable myJTable
myScrollPane
javax.swing.JScrollPane myScrollPane
tableRows
java.util.Map<K,V> tableRows
graphPanel
AxisGraph graphPanel
graph
VerticalPanel graph
graphScroll
javax.swing.JScrollPane graphScroll
spane
javax.swing.JSplitPane spane
columns
JLabeledChoice columns
displayButton
javax.swing.JButton displayButton
saveGraph
javax.swing.JButton saveGraph
saveTable
javax.swing.JButton saveTable
saveHeaders
javax.swing.JCheckBox saveHeaders
graphTitle
JLabeledTextField graphTitle
maxLengthXAxisLabel
JLabeledTextField maxLengthXAxisLabel
graphWidth
JLabeledTextField graphWidth
graphHeight
JLabeledTextField graphHeight
yAxisLabel
java.lang.String yAxisLabel
yAxisTitle
java.lang.String yAxisTitle
saveGraphToFile
boolean saveGraphToFile
defaultWidth
int defaultWidth
defaultHeight
int defaultHeight
TOTAL_ROW_LABEL
java.lang.String TOTAL_ROW_LABEL
myJTable
javax.swing.JTable myJTable
myScrollPane
javax.swing.JScrollPane myScrollPane
saveTable
javax.swing.JButton saveTable
useGroupName
javax.swing.JCheckBox useGroupName
tableRows
java.util.Map<K,V> tableRows
TOTAL_ROW_LABEL
java.lang.String TOTAL_ROW_LABEL
myJTable
javax.swing.JTable myJTable
myScrollPane
javax.swing.JScrollPane myScrollPane
saveTable
javax.swing.JButton saveTable
useGroupName
javax.swing.JCheckBox useGroupName
tableRows
java.util.Map<K,V> tableRows
model
ObjectTableModel model
table
javax.swing.JTable table
dataField
javax.swing.JTextField dataField
averageField
javax.swing.JTextField averageField
deviationField
javax.swing.JTextField deviationField
noSamplesField
javax.swing.JTextField noSamplesField
tableScrollPanel
javax.swing.JScrollPane tableScrollPanel
currentData
long currentData
format
java.text.Format format
serialVersionUID: 1L
dateFormat
java.text.DateFormat dateFormat
textMode
boolean textMode
command
java.lang.String command
root
javax.swing.tree.DefaultMutableTreeNode root
treeModel
javax.swing.tree.DefaultTreeModel treeModel
stats
javax.swing.JTextPane stats
results
javax.swing.JEditorPane results
resultsScrollPane
javax.swing.JScrollPane resultsScrollPane
resultsPane
javax.swing.JPanel resultsPane
imageLabel
javax.swing.JLabel imageLabel
sampleDataField
javax.swing.JTextArea sampleDataField
requestPane
javax.swing.JPanel requestPane
textButton
javax.swing.JRadioButton textButton
htmlButton
javax.swing.JRadioButton htmlButton
jsonButton
javax.swing.JRadioButton jsonButton
xmlButton
javax.swing.JRadioButton xmlButton
downloadAll
javax.swing.JCheckBox downloadAll
jTree
javax.swing.JTree jTree
rightSide
javax.swing.JTabbedPane rightSide
Package org.apache.jmeter.visualizers.gui |
filePanel
FilePanel filePanel
- A panel allowing results to be saved.
errorLogging
javax.swing.JCheckBox errorLogging
- A checkbox choosing whether or not only errors should be logged.
successOnlyLogging
javax.swing.JCheckBox successOnlyLogging
saveConfigButton
javax.swing.JButton saveConfigButton
collector
ResultCollector collector
isStats
boolean isStats
Package org.apache.jorphan.collections |
data
java.util.Map<K,V> data
header
java.util.ArrayList<E> header
currentPos
int currentPos
size
int size
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Method readObject.
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
- Throws:
java.io.IOException
data
java.util.Map<K,V> data
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
- Throws:
java.io.IOException
order
java.util.List<E> order
serialVersionUID: 233L
Package org.apache.jorphan.gui |
rootNode
javax.swing.tree.TreeNode rootNode
listener
javax.swing.event.EventListenerList listener
mLabel
javax.swing.JLabel mLabel
choiceList
javax.swing.JComboBox choiceList
mChangeListeners
java.util.ArrayList<E> mChangeListeners
delete
javax.swing.JButton delete
add
javax.swing.JButton add
mLabel
javax.swing.JLabel mLabel
bGroup
javax.swing.ButtonGroup bGroup
mChangeListeners
java.util.ArrayList<E> mChangeListeners
mLabel
javax.swing.JLabel mLabel
mTextArea
javax.swing.JTextArea mTextArea
mChangeListeners
java.util.ArrayList<E> mChangeListeners
oldValue
java.lang.String oldValue
mLabel
javax.swing.JLabel mLabel
mTextField
javax.swing.JTextField mTextField
mChangeListeners
java.util.ArrayList<E> mChangeListeners
oldValue
java.lang.String oldValue
formatter
java.text.NumberFormat formatter
serialVersionUID: 233L
readResolve
private java.lang.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
java.lang.String encoding
- File encoding. null means use the platform's default.
Package org.apache.jorphan.util |
savedCause
java.lang.Throwable savedCause
savedCause
java.lang.Throwable savedCause
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.