initial commit of Te Pūkenga test
This commit is contained in:
parent
5500a13c04
commit
0c3cf54520
1 changed files with 36 additions and 0 deletions
36
tepukenga_basic_test.xml
Normal file
36
tepukenga_basic_test.xml
Normal 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>
|
Loading…
Reference in a new issue