Created
November 11, 2011 16:50
-
-
Save richleland/1358498 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
| <sessions> | |
| <session name="http-example" probability="70" type="ts_http"> | |
| <request> <http url="/" method="GET" version="1.1"> | |
| </http> </request> | |
| <request> <http url="/images/logo.gif" | |
| method="GET" version="1.1" | |
| if_modified_since="Fri, 14 Nov 2003 02:43:31 GMT"> | |
| </http></request> | |
| <thinktime value="20" random="true"></thinktime> | |
| <transaction name="index_request"> | |
| <request><http url="/index.en.html" | |
| method="GET" version="1.1" > | |
| </http> </request> | |
| <request><http url="/images/header.gif" | |
| method="GET" version="1.1"> | |
| </http> </request> | |
| </transaction> | |
| <thinktime value="60" random="true"></thinktime> | |
| <request> | |
| <http url="/" method="POST" version="1.1" | |
| contents="bla=blu"> | |
| </http> </request> | |
| <request> | |
| <http url="/bla" method="POST" version="1.1" | |
| contents="bla=blu&name=glop"> | |
| <www_authenticate userid="Aladdin" | |
| passwd="open sesame"/></http> | |
| </request> | |
| </session> | |
| <session name="backoffice" probability="30" ...> | |
| ... </session> | |
| </sessions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment