Skip to content

Instantly share code, notes, and snippets.

@kdambekalns
Created December 22, 2010 10:00
Show Gist options
  • Save kdambekalns/751333 to your computer and use it in GitHub Desktop.
Save kdambekalns/751333 to your computer and use it in GitHub Desktop.
compares prodcution context a13 vs a14
* PHP 5.3.3, APC 3.1.5-dev, igbinary 1.0.2
* All data shown is from the second run.
* Apache has been restarted for each sequence
* Caches were cleared and primed for each sequence
sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper restart
sudo rm -rf Data/Temporary/*
curl http://flow3.kmac/flow3/welcome
siege -c 5 -t 1m http://flow3.kmac/flow3/welcome > /dev/null
siege -c 5 -t 1m http://flow3.kmac/flow3/welcome
FLOW3 1.0.0 alpha 13
kmac:~ karsten$ siege -c 5 -t 1m http://flow3/flow3/welcome
Lifting the server siege... done.
Transactions: 168 hits
Availability: 100.00 %
Elapsed time: 59.94 secs
Data transferred: 1.68 MB
Response time: 1.24 secs
Transaction rate: 2.80 trans/sec
Throughput: 0.03 MB/sec
Concurrency: 3.47
Successful transactions: 168
Failed transactions: 0
Longest transaction: 2.03
Shortest transaction: 0.35
kmac:~ karsten$ siege -c 5 -t 1m http://dev.flow3/flow3/welcome
Lifting the server siege... done.
Transactions: 58 hits
Availability: 96.67 %
Elapsed time: 59.99 secs
Data transferred: 0.58 MB
Response time: 4.62 secs
Transaction rate: 0.97 trans/sec
Throughput: 0.01 MB/sec
Concurrency: 4.47
Successful transactions: 58
Failed transactions: 2
Longest transaction: 5.97
Shortest transaction: 3.70
alpha 14
kmac:~ karsten$ siege -c 5 -t 1m http://flow3/flow3/welcome
Lifting the server siege... done.
Transactions: 227 hits
Availability: 100.00 %
Elapsed time: 59.95 secs
Data transferred: 1.95 MB
Response time: 0.77 secs
Transaction rate: 3.79 trans/sec
Throughput: 0.03 MB/sec
Concurrency: 2.91
Successful transactions: 227
Failed transactions: 0
Longest transaction: 1.91
Shortest transaction: 0.22
kmac:~ karsten$ siege -c 5 -t 1m http://dev.flow3/flow3/welcome
Lifting the server siege... done.
Transactions: 63 hits
Availability: 96.92 %
Elapsed time: 59.91 secs
Data transferred: 0.52 MB
Response time: 3.95 secs
Transaction rate: 1.05 trans/sec
Throughput: 0.01 MB/sec
Concurrency: 4.16
Successful transactions: 63
Failed transactions: 2
Longest transaction: 5.34
Shortest transaction: 3.02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment