Skip to content

Instantly share code, notes, and snippets.

@hdogan
Created April 26, 2013 14:28
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 hdogan/5467738 to your computer and use it in GitHub Desktop.
Save hdogan/5467738 to your computer and use it in GitHub Desktop.
Laravel 3.2.5 "Hello World" benchmark on Raspberry Pi Model B (512MB Ram), Raspbian (Debian 7), Transcend SDHC 4GB Class 6
SD-Card Performance Benchmark Results
-------------------------------------
Transcend SDHC 4GB Class 6
Write: 20 MB/s
Read: 19 MB/s
See http://elinux.org/RPi_SD_cards#Terminal_Commands to how to done write/read performance test.
Phalcon Framework "Hello World" Benchmark Results
-------------------------------------------------
OS: Raspbian (Debian 7)
Web Server Version: Nginx 1.2.1
PHP Version: PHP 5.4.4 (without APC) via FPM
Framework Version: Laravel 3.2.5
Source Code: https://github.com/phalcon/framework-bench
ab -n 2000 -c 10 http://localhost/helloworld/laravel/public/say/hello/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient)
Completed 200 requests
Completed 400 requests
Completed 600 requests
Completed 800 requests
Completed 1000 requests
Completed 1200 requests
Completed 1400 requests
Completed 1600 requests
Completed 1800 requests
Completed 2000 requests
Finished 2000 requests
Server Software: nginx/1.2.1
Server Hostname: localhost
Server Port: 80
Document Path: /helloworld/laravel/public/say/hello/
Document Length: 15 bytes
Concurrency Level: 10
Time taken for tests: 691.156 seconds
Complete requests: 2000
Failed requests: 0
Write errors: 0
Total transferred: 1574544 bytes
HTML transferred: 30000 bytes
Requests per second: 2.89 [#/sec] (mean)
Time per request: 3455.781 [ms] (mean)
Time per request: 345.578 [ms] (mean, across all concurrent requests)
Transfer rate: 2.22 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 1 0.9 0 14
Processing: 1470 3450 138.1 3440 4865
Waiting: 1467 3449 138.1 3439 4865
Total: 1482 3450 137.9 3440 4876
WARNING: The median and mean for the initial connection time are not within a normal deviation
These results are probably not that reliable.
Percentage of the requests served within a certain time (ms)
50% 3440
66% 3453
75% 3465
80% 3470
90% 3489
95% 3509
98% 3535
99% 3634
100% 4876 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment