https://bz.apache.org/bugzilla/show_bug.cgi?id=58279
Bug ID: 58279
Summary: Allow custom HTTP Sampler
Product: JMeter
Version: 2.13
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Created attachment 33033
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33033&action=edit
Patch allowing user to specify http sampler
It would be convenient to allow a custom HTTP sampler to be specified in the
properties configuration.
Leaving the sampler empty already uses the default specified in the properties
file. The attached patch uses the class specified in jmeter.properties as the
sampler such as:
jmeter.httpsampler=com.example.MySampler
The custom sampler just needs to be in the classpath and it will be
instantiated.
Existing functionality which utilizes the jmeter.httpsampler property should
continue to work as-is.
--
You are receiving this mail because:
You are the assignee for the bug.