Sha256: 485ec52d21b02b9e17ffc5313616c8c1e201ad267475d3e06294ffbdec5054d4
Contents?: true
Size: 1.51 KB
Versions: 87
Compression:
Stored size: 1.51 KB
Contents
<tsung loglevel="notice" version="1.0"> <!-- Client side setup : Tsung --> <clients> <client host="localhost" use_controller_vm="true"> </client> <!-- Server side setup : the web site under load testing --> <servers> <server host="localhost" port="3000" type="tcp"></server> </servers> <!-- to start os monitoring (cpu, network, memory). Use an erlang agent on the remote machine or SNMP. erlang is the default --> <monitoring> <monitor host="localhost" type="erlang"></monitor> </monitoring> <load> <!-- several arrival phases can be set: for each phase, you can set the mean inter-arrival time between new clients and the phase duration --> <arrivalphase phase="1" duration="10" unit="minute"> <users interarrival="2" unit="second"></users> </arrivalphase> </load> <options> <user_agent probability="80">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Galeon/1.3.21</user_agent> <user_agent probability="20">Mozilla/5.0 (Windows; U; Windows NT 5.2; fr-FR; rv:1.7.8) Gecko/20050511 Firefox/1.0.4</user_agent> </options> <!-- start a session for a http user. the probability is the frequency of this type os session. The sum of all session's probabilities must be 100 --> <sessions> <session name="http-example" probability="100" type="ts_http"> <!-- full url with server name, this overrides the "server" config value --> <request> <http url="/" method="GET" version="1.1"></http> </request> <thinktime value="20" random="true"></thinktime> </session> </sessions> </clients> </tsung>
Version data entries
87 entries across 87 versions & 1 rubygems