Skip to content

Instantly share code, notes, and snippets.

@tjanczuk
Created August 21, 2012 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjanczuk/3420261 to your computer and use it in GitHub Desktop.
Save tjanczuk/3420261 to your computer and use it in GitHub Desktop.
httpsys.ubr
scenario
{
name = "default";
warmup = 5;
duration = 10;
cooldown = 5;
default
{
setheader
{
name = "Connection";
value = "keep-alive";
}
setheader
{
name = "Host";
value = "127.0.0.1:8080";
}
port = 8080;
version = HTTP11;
statuscode = 200;
close = ka;
}
transaction
{
id = "hello";
weight = 1000;
request
{
url = "/";
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment