<slide title="Early version of Laconica">

<break lines="1" />

<link fontsize="3em" marginleft="1em" leader="Siege: " href="http://www.joedog.org/JoeDog/Siege"/>

<example fontsize="1.4em" type="shell" title="Benchmarking Laconica PHP 5.2.7-dev"><![CDATA[
% siege |ffff00|-H| "Cookie: rememberme=1%3A195e06ce1b0c466b62c0d0025611fe72" \
        |ffff00|-c| 5 "http://laconica.localhost/index.php?action=public" \
        |ffff00|-b| |ffff00|-t|30s
** SIEGE 2.66
** Preparing 5 concurrent users for battle.
The server is now under siege...
Lifting the server siege...      done.
Transactions:                558 hits
Availability:             100.00 %
Elapsed time:              29.83 secs
Data transferred:           5.78 MB
Response time:              |ffff00|0.27 secs|
Transaction rate:          |ffff00|18.71 trans/sec|
Throughput:                 0.19 MB/sec
Concurrency:                4.97
Successful transactions:     558
Failed transactions:           0
Longest transaction:        1.16
Shortest transaction:       0.05]]></example>

<example fontsize="1.4em" type="shell" title="Benchmarking Laconica - PHP 5.3.0-dev"><![CDATA[
% siege |ffff00|-H| "Cookie: rememberme=1%3A195e06ce1b0c466b62c0d0025611fe72" \
        |ffff00|-c| 5 "http://laconica.localhost/index.php?action=public" \
        |ffff00|-b| |ffff00|-t|30s
Transactions:                615 hits
Availability:             100.00 %
Elapsed time:              29.88 secs
Data transferred:           6.36 MB
Response time:              |ffff00|0.24 secs|
Transaction rate:          |ffff00|20.58 trans/sec|
Throughput:                 0.21 MB/sec
Concurrency:                4.97
Successful transactions:     615
Failed transactions:           0
Longest transaction:        7.81
Shortest transaction:       0.05]]></example>

<break lines="1"/>
<blurb fontsize="4em">Actually not super terrible</blurb>

<example fontsize="1.4em" type="shell" title="Benchmarking Habari-0.6 - PHP 5.2.10-dev"><![CDATA[
% siege |ffff00|-c| 5 "http://habari.localhost |ffff00|-b| |ffff00|-t|30s
Transactions:                345 hits
Availability:             100.00 %
Elapsed time:              30.23 secs
Data transferred:           1.74 MB
Response time:              |ffff00|0.43 secs|
Transaction rate:          |ffff00|11.41 trans/sec|
Throughput:                 0.06 MB/sec
Concurrency:                4.94
Successful transactions:     345
Failed transactions:           0
Longest transaction:        0.65
Shortest transaction:       0.35]]></example>

<example fontsize="1.4em" type="shell" title="Benchmarking Wordpress-2.7.1 - PHP 5.2.10-dev"><![CDATA[
% siege |ffff00|-c| 5 "http://wordpress.localhost |ffff00|-b| |ffff00|-t|30s
Transactions:                219 hits
Availability:             100.00 %
Elapsed time:              30.13 secs
Data transferred:           1.07 MB
Response time:              |ffff00|0.68 secs|
Transaction rate:           |ffff00|7.27 trans/sec|
Throughput:                 0.04 MB/sec
Concurrency:                4.94
Successful transactions:     219
Failed transactions:           0
Longest transaction:        0.98
Shortest transaction:       0.62]]></example>

<example fontsize="1.4em" type="shell" title="Magento-1.3.0 - PHP 5.2.10-dev"><![CDATA[
% siege |ffff00|-c| 5 "http://magento.localhost/a-widget.html |ffff00|-b| |ffff00|-t|30s
Transactions:                 71 hits
Availability:             100.00 %
Elapsed time:              30.42 secs
Data transferred:           1.04 MB
Response time:              |ffff00|2.04 secs|
Transaction rate:           |ffff00|2.33 trans/sec|
Throughput:                 0.03 MB/sec
Concurrency:                4.75
Successful transactions:      71
Failed transactions:           0
Longest transaction:        2.27
Shortest transaction:       1.85]]></example>

</slide>
