AccessLogSampler now uses TestBean

So does JDBC (N.B. upgrade entries not yet complete)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-1@325696 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 2271b6d26d
This commit is contained in:
Sebastian Bazley 2005-09-01 00:48:02 +00:00
parent f70a342aa7
commit dddbf73be8
1 changed files with 18 additions and 1 deletions

View File

@ -36,4 +36,21 @@ org.apache.jmeter.timers.ConstantThroughputTimer/ConstantThroughputTimer.through
org.apache.jmeter.protocol.jdbc.control.gui.JdbcTestSampleGui=org.apache.jmeter.testbeans.gui.TestBeanGUI
org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler/JDBCSampler.query=query
org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler.JDBCSampler.dataSource/NULL=
org.apache.jmeter.protocol.http.control.Header/TestElement.name=Header.name
org.apache.jmeter.protocol.http.control.Header/TestElement.name=Header.name
# Upgrade AccessLogSampler
org.apache.jmeter.protocol.http.control.gui.AccessLogSamplerGui=org.apache.jmeter.testbeans.gui.TestBeanGUI
org.apache.jmeter.protocol.http.sampler.AccessLogSampler/AccessLogSampler.log_file=logFile
org.apache.jmeter.protocol.http.sampler.AccessLogSampler/HTTPSampler.port=portString
#Is the following used now?
#org.apache.jmeter.protocol.http.sampler.AccessLogSampler/AccessLogSampler.generator_class_name=
#Looks to be a new field
#filterClassName
org.apache.jmeter.protocol.http.sampler.AccessLogSampler/HTTPSampler.domain=domain
org.apache.jmeter.protocol.http.sampler.AccessLogSampler/AccessLogSampler.parser_class_name=parserClassName
org.apache.jmeter.protocol.http.sampler.AccessLogSampler/HTTPSampler.image_parser=imageParsing
# Upgrade JDBC sampler
org.apache.jmeter.protocol.jdbc.config.gui.DbConfigGui=org.apache.jmeter.testbeans.gui.TestBeanGUI
org.apache.jmeter.config.ConfigTestElement/JDBCSampler.query=query
# More needed