initial commit of Te Pūkenga test

This commit is contained in:
Dave Lane 2023-03-09 15:57:03 +13:00
parent 5500a13c04
commit 0c3cf54520

36
tepukenga_basic_test.xml Normal file
View file

@ -0,0 +1,36 @@
<?xml version="1.0"?> <!DOCTYPE tsung SYSTEM "/usr/share/tsung/tsung-1.0.dtd" > <tsung loglevel="error">
<!-- ======================================================================= -->
<clients>
<client host="localhost" use_controller_vm="true" maxusers="10000" weight="1"/>
</clients>
<!-- ======================================================================= -->
<servers>
<server host="wpms.oeru.org" port="443" type="tcp" weight="4" />
</servers>
<!-- ======================================================================= -->
<load loop="0">
<arrivalphase phase="1" duration="10" unit="minute">
<users interarrival="2" unit="second"/>
<session_setup name="simpleHTTP" probability="90"/>
<session_setup name="unknownURL" probability="10"/>
</arrivalphase>
</load>
<!-- ======================================================================= -->
<sessions>
<session name="simpleHTTP" probability="0" type="ts_http">
<request><http url="/lida101/" method="GET"/></request>
</session>
<session name="unknownURL" probability="0" type="ts_http">
<request><http url="/asdfjkl" method="GET"/></request>
</session>
</sessions>
</tsung>