<slide>
<title>How does the application perform?</title>

<blurb>Benchmark the application: siege (httperf, jmeter-http)</blurb>
<list>
	<bullet>Create a file with urls:<example><![CDATA[http://derickrethans.nl/
http://derickrethans.nl/spatial-indexes-data-sqlite.html
http://derickrethans.nl/talks.html
http://derickrethans.nl/who.html]]></example></bullet>
	<bullet>%siege -c 40 -r 10 -f /tmp/urls.txt%</bullet>
</list>
<example><![CDATA[Transactions:		         400 hits
Availability:		      100.00 %
Elapsed time:		        9.82 secs
Data transferred:	       17.04 MB
Response time:		        0.10 secs
Transaction rate:	       40.73 trans/sec
Throughput:		        1.74 MB/sec
Concurrency:		        4.16
Successful transactions:         400
Failed transactions:	           0
Longest transaction:	        0.68
Shortest transaction:	        0.01]]></example>

</slide>
