mirror of https://github.com/apache/jmeter.git
Created.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@322735 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee57cd08e3
commit
e5bd82c0c2
|
|
@ -0,0 +1,33 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<TestPlan>
|
||||||
|
<threadgroups>
|
||||||
|
<ThreadGroup name="Thread Group" numThreads="1" rampUp="0">
|
||||||
|
<controllers>
|
||||||
|
<LoopController type="org.apache.jmeter.control.LoopController" name="Loop Controller" iterations="1">
|
||||||
|
<configElements>
|
||||||
|
<ProxyControl type="org.apache.jmeter.protocol.http.proxy.ProxyControl">
|
||||||
|
<property name="port">8080</property>
|
||||||
|
<property name="name">HTTP Proxy Server</property>
|
||||||
|
<property name="includes"><Arguments>
|
||||||
|
</Arguments>
|
||||||
|
</property>
|
||||||
|
<property name="excludes"><Arguments>
|
||||||
|
</Arguments>
|
||||||
|
</property>
|
||||||
|
</ProxyControl>
|
||||||
|
</configElements>
|
||||||
|
<controllers>
|
||||||
|
</controllers>
|
||||||
|
</LoopController>
|
||||||
|
</controllers>
|
||||||
|
<timers>
|
||||||
|
</timers>
|
||||||
|
<listeners>
|
||||||
|
</listeners>
|
||||||
|
</ThreadGroup>
|
||||||
|
|
||||||
|
</threadgroups>
|
||||||
|
<configElements>
|
||||||
|
</configElements>
|
||||||
|
</TestPlan>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in New Issue