Updating profiling readme

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-12-19 12:10:48 -08:00
parent 4e27c20635
commit 6493138264
3 changed files with 66 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
@echo off @echo off
call "%~dp0\_environment" call "%~dp0\_environment"
"%wcatfiles%\wcat.wsf" -terminate -run -clients localhost -t "%~dp0\Scripts\%1.txt" -f "%~dp0\settings.txt" -s localhost -singleip -x "%wcatfiles%\wcat.wsf" -terminate -run -clients localhost -t ".\Scripts\%1.txt" -f ".\settings.txt" -s localhost -singleip -x

View File

@@ -1,6 +1,8 @@
 
== creating profiling image == == creating profiling image ==
Create a SQL Server database named Orchard, on the . instance. This can be changed in profiling-setup-commands.txt
From the base of the checkout, execute From the base of the checkout, execute
>./build.cmd profiling >./build.cmd profiling

View File

@@ -0,0 +1,63 @@
scenario
{
name = "Fiddler WCAT Script ";
warmup = 10;
duration = 30;
cooldown = 1;
default
{
version = HTTP11;
setheader
{
name = "Connection";
value = "keep-alive";
}
close = ka;
}
transaction
{
id = "1";
weight = 1;
request
{
url = "/";
setheader
{
name="Host";
value="localhost";
}
setheader
{
name="Connection";
value="keep-alive";
}
setheader
{
name="User-Agent";
value="Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7";
}
setheader
{
name="Accept";
value="text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";
}
setheader
{
name="Accept-Encoding";
value="gzip,deflate,sdch";
}
setheader
{
name="Accept-Language";
value="en-US,en;q=0.8";
}
setheader
{
name="Accept-Charset";
value="ISO-8859-1,utf-8;q=0.7,*;q=0.3";
}
}
}
}