Last active
December 25, 2015 18:49
-
-
Save tisba/7023440 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!DOCTYPE tsung SYSTEM "/Users/basti/Documents/src/tsung/tsung-1.0.dtd"> | |
| <tsung loglevel="warning" version="1.0" dumptraffic="protocol"> | |
| <!-- Client side setup --> | |
| <clients> | |
| <client host="localhost" use_controller_vm="true"/> | |
| </clients> | |
| <servers> | |
| <server host="localhost" port="3000" type="tcp"></server> | |
| </servers> | |
| <load> | |
| <arrivalphase phase="1" duration="10" unit="minute"> | |
| <users interarrival="2" unit="second"></users> | |
| </arrivalphase> | |
| </load> | |
| <sessions> | |
| <session name="http-example" probability="100" type="ts_http"> | |
| <request tag="root"> <http url="/" method="GET" version="1.1"></http> </request> | |
| <request tag="meh"> <http url="/meh" method="GET" version="1.1"></http> </request> | |
| </session> | |
| </sessions> | |
| </tsung> |
rodo
commented
Oct 17, 2013
- use 'tag' instead of 'tags' that is the real name of the tag attribute
- When you join, put the tags at last position to preserve existing scripts
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment