~ubuntu-branches/ubuntu/raring/tsung/raring

« back to all changes in this revision

Viewing changes to src/test/thinkfirst.xml.in

  • Committer: Package Import Robot
  • Author(s): Ignace Mouzannar
  • Date: 2011-09-20 05:21:15 UTC
  • Revision ID: package-import@ubuntu.com-20110920052115-nqhu0na28zgm78ei
Tags: upstream-1.4.1
ImportĀ upstreamĀ versionĀ 1.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE tsung SYSTEM "@prefix@/share/@PACKAGE_NAME@/@DTD@">
 
3
<tsung loglevel="notice" version="1.0">
 
4
 
 
5
  <clients>
 
6
    <client host="client1"></client>
 
7
    <client host="client2"></client>
 
8
    <client host="client3"></client>
 
9
    <client host="client4"></client>
 
10
    <client host="client5"></client>
 
11
    <client host="client6"></client>
 
12
    <client host="client7"></client>
 
13
    <client host="client8"></client>
 
14
    <client host="client9"></client>
 
15
    <client host="client10"></client>
 
16
  </clients>
 
17
 
 
18
 <servers> <server host="127.0.0.1" port="5222" type="tcp"></server> </servers>
 
19
 
 
20
 <monitoring>
 
21
    <monitor host="foo" type="snmp">
 
22
      <snmp version="v2" community="public"/>
 
23
    </monitor>
 
24
 </monitoring>
 
25
 
 
26
  <load>
 
27
    <user session="example" start_time="1" unit="second"/>
 
28
    <user session="example" start_time="2" unit="second"/>
 
29
    <user session="example" start_time="4" unit="second"/>
 
30
    <user session="example" start_time="10" unit="second"/>
 
31
   <arrivalphase phase="1" duration="1" unit="minute">
 
32
    <users maxnumber="5" interarrival="1" unit="second"></users>
 
33
   </arrivalphase>
 
34
   <arrivalphase phase="2" duration="1" unit="minute">
 
35
    <users maxnumber="15" interarrival="1" unit="second"></users>
 
36
   </arrivalphase>
 
37
  </load>
 
38
 
 
39
  <options>
 
40
    <option name="ports_range" value="on" min="10000"></option>
 
41
    <option name="hibernate" value="3"></option>
 
42
  </options>
 
43
  <sessions>
 
44
   <session probability="100" name="example" type="ts_http">
 
45
    <thinktime value="30"></thinktime>
 
46
    <transaction name="offline">
 
47
      <request> <http url="/" method="GET"></http> </request>
 
48
    </transaction>
 
49
    <thinktime min="3" max="4" random="false"></thinktime>
 
50
  </session>
 
51
 
 
52
 </sessions>
 
53
</tsung>
 
54