initial commit of tsung for Te Pūkenga
This commit is contained in:
parent
5500a13c04
commit
0d0e84778d
2 changed files with 38 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
output
|
||||
.*.swp
|
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