You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by kh...@apache.org on 2001/11/22 14:19:13 UTC

cvs commit: jakarta-jmeter/xdocs/demos OnceOnlyTestPlan.jmx SimpleTestPlan.jmx

khammond    01/11/22 05:19:13

  Added:       xdocs/demos OnceOnlyTestPlan.jmx SimpleTestPlan.jmx
  Log:
  Created.
  
  Revision  Changes    Path
  1.1                  jakarta-jmeter/xdocs/demos/OnceOnlyTestPlan.jmx
  
  Index: OnceOnlyTestPlan.jmx
  ===================================================================
  <?xml version="1.0"?>
  
  <TestPlan>
  <threadgroups>
  <ThreadGroup name="Jakarta Users" numThreads="2" rampUp="0">
  <controllers>
  <LoopController type="org.apache.jmeter.control.LoopController" name="Loop Controller" iterations="3">
  <configElements>
  <ConfigElement type="org.apache.jmeter.protocol.http.config.UrlConfig">
  <property name="name">Defaults</property>
  <property name="PROTOCOL">http</property>
  <property name="domain">jakarta.apache.org</property>
  <property name="arguments"><Arguments>
  </Arguments>
  </property>
  <property name="path">/</property>
  <property name="method">GET</property>
  </ConfigElement>
  </configElements>
  <controllers>
  <Controller type="org.apache.jmeter.control.OnceOnlyController" name="Once Only Controller">
  <configElements>
  </configElements>
  <controllers>
  <HttpTestSample type="org.apache.jmeter.protocol.http.control.HttpTestSample" name="Home Page" getImages="false">
  <defaultUrl>
  <ConfigElement type="org.apache.jmeter.protocol.http.config.MultipartUrlConfig">
  <property name="PROTOCOL">http</property>
  <property name="arguments"><Arguments>
  </Arguments>
  </property>
  <property name="path">/</property>
  <property name="method">GET</property>
  </ConfigElement></defaultUrl>
  <configElements>
  </configElements>
  <controllers>
  </controllers>
  </HttpTestSample>
  
  </controllers>
  </Controller>
  <HttpTestSample type="org.apache.jmeter.protocol.http.control.HttpTestSample" name="Bug Page" getImages="false">
  <defaultUrl>
  <ConfigElement type="org.apache.jmeter.protocol.http.config.MultipartUrlConfig">
  <property name="PROTOCOL">http</property>
  <property name="arguments"><Arguments>
  </Arguments>
  </property>
  <property name="path">/site/bugs.html</property>
  <property name="method">GET</property>
  </ConfigElement></defaultUrl>
  <configElements>
  </configElements>
  <controllers>
  </controllers>
  </HttpTestSample>
  
  </controllers>
  </LoopController>
  </controllers>
  <timers>
  </timers>
  <listeners>
  <Filer type="org.apache.jmeter.reporters.Filer" name="File Reporter" verbose="true" append="false" autoFlush="false" viewSubmitData="true" file="once-only-test.dat"/>
  </listeners>
  </ThreadGroup>
  
  </threadgroups>
  <configElements>
  </configElements>
  </TestPlan>
  
  
  
  1.1                  jakarta-jmeter/xdocs/demos/SimpleTestPlan.jmx
  
  Index: SimpleTestPlan.jmx
  ===================================================================
  <?xml version="1.0"?>
  
  <TestPlan>
  <threadgroups>
  <ThreadGroup name="Jakarta Users" numThreads="1" rampUp="0">
  <controllers>
  <LoopController type="org.apache.jmeter.control.LoopController" name="Loop Controller" iterations="1">
  <configElements>
  <ConfigElement type="org.apache.jmeter.protocol.http.config.UrlConfig">
  <property name="name">Defaults</property>
  <property name="PROTOCOL">http</property>
  <property name="domain">jakarta.apache.org</property>
  <property name="arguments"><Arguments>
  </Arguments>
  </property>
  <property name="path">/</property>
  <property name="method">GET</property>
  </ConfigElement>
  </configElements>
  <controllers>
  <Controller type="org.apache.jmeter.control.LogicController" name="Ant Pages">
  <configElements>
  </configElements>
  <controllers>
  <HttpTestSample type="org.apache.jmeter.protocol.http.control.HttpTestSample" name="Home Page" getImages="false">
  <defaultUrl>
  <ConfigElement type="org.apache.jmeter.protocol.http.config.MultipartUrlConfig">
  <property name="PROTOCOL">http</property>
  <property name="arguments"><Arguments>
  </Arguments>
  </property>
  <property name="path">/ant/index.html</property>
  <property name="method">GET</property>
  </ConfigElement></defaultUrl>
  <configElements>
  </configElements>
  <controllers>
  </controllers>
  </HttpTestSample>
  
  <HttpTestSample type="org.apache.jmeter.protocol.http.control.HttpTestSample" name="News Page" getImages="false">
  <defaultUrl>
  <ConfigElement type="org.apache.jmeter.protocol.http.config.MultipartUrlConfig">
  <property name="PROTOCOL">http</property>
  <property name="arguments"><Arguments>
  </Arguments>
  </property>
  <property name="path">/ant/antnews.html</property>
  <property name="method">GET</property>
  </ConfigElement></defaultUrl>
  <configElements>
  </configElements>
  <controllers>
  </controllers>
  </HttpTestSample>
  
  </controllers>
  </Controller>
  <Controller type="org.apache.jmeter.control.LogicController" name="Log4J Pages">
  <configElements>
  </configElements>
  <controllers>
  <HttpTestSample type="org.apache.jmeter.protocol.http.control.HttpTestSample" name="Home Page" getImages="false">
  <defaultUrl>
  <ConfigElement type="org.apache.jmeter.protocol.http.config.MultipartUrlConfig">
  <property name="PROTOCOL">http</property>
  <property name="arguments"><Arguments>
  </Arguments>
  </property>
  <property name="path">/log4j/index.html</property>
  <property name="method">GET</property>
  </ConfigElement></defaultUrl>
  <configElements>
  </configElements>
  <controllers>
  </controllers>
  </HttpTestSample>
  
  <HttpTestSample type="org.apache.jmeter.protocol.http.control.HttpTestSample" name="History Page" getImages="false">
  <defaultUrl>
  <ConfigElement type="org.apache.jmeter.protocol.http.config.MultipartUrlConfig">
  <property name="PROTOCOL">http</property>
  <property name="arguments"><Arguments>
  </Arguments>
  </property>
  <property name="path">/log4j/docs/history.html</property>
  <property name="method">GET</property>
  </ConfigElement></defaultUrl>
  <configElements>
  </configElements>
  <controllers>
  </controllers>
  </HttpTestSample>
  
  </controllers>
  </Controller>
  </controllers>
  </LoopController>
  </controllers>
  <timers>
  </timers>
  <listeners>
  <Filer type="org.apache.jmeter.reporters.Filer" name="File Reporter" verbose="true" append="false" autoFlush="false" viewSubmitData="true" file="simple-test.dat"/>
  </listeners>
  </ThreadGroup>
  
  </threadgroups>
  <configElements>
  </configElements>
  </TestPlan>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>