Hola, estoy montando mi humilde servidor sobre Debian. Esta medio corto de resursos pero creo que para el trancito que va a tener va a ser mas que suficiente si doy con las configuraciones adecuadas.
Quiero encontran el sistema de blog que mejor aprobeche los recursos, asi que estoy tratando de seleccionar entre varios.
Para medir el desempeño me dijeron que realize un Benchmarking, las pruebas son sobre AJAXPress y Wordpress. Los resultados son los siguientes y me gustaria que me digan como debo leerolos y si tiene algun consejo.
Código:
Benchmarking 10.0.0.3 (be patient)
Finished 1159 requests
Server Software: Apache/2.2.3
Server Hostname: 10.0.0.3
Server Port: 8080
Document Path: /noscript.php
Document Length: 3393 bytes
Concurrency Level: 5
Time taken for tests: 60.60251 seconds
Complete requests: 1159
Failed requests: 0
Write errors: 0
Total transferred: 4190074 bytes
HTML transferred: 3933714 bytes
Requests per second: 19.30 [#/sec] (mean)
Time per request: 259.104 [ms] (mean)
Time per request: 51.821 [ms] (mean, across all concurrent requests)
Transfer rate: 68.11 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 1 59 454.3 3 9001
Processing: 49 193 145.8 157 2661
Waiting: 47 174 129.0 147 2656
Total: 50 253 477.3 166 9184
Percentage of the requests served within a certain time (ms)
50% 166
66% 205
75% 236
80% 271
90% 354
95% 457
98% 1044
99% 3140
100% 9184 (longest request)
Código:
Benchmarking 10.0.0.3 (be patient)
Finished 37 requests
Server Software: Apache/2.2.3
Server Hostname: 10.0.0.3
Server Port: 8080
Document Path: /wordpress/index.php
Document Length: 4993 bytes
Concurrency Level: 5
Time taken for tests: 60.61947 seconds
Complete requests: 37
Failed requests: 3
(Connect: 0, Length: 3, Exceptions: 0)
Write errors: 0
Non-2xx responses: 1
Total transferred: 191888 bytes
HTML transferred: 181280 bytes
Requests per second: 0.62 [#/sec] (mean)
Time per request: 8116.479 [ms] (mean)
Time per request: 1623.296 [ms] (mean, across all concurrent requests)
Transfer rate: 3.11 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 1 1 1.1 2 4
Processing: 1463 6011 7507.9 4355 46007
Waiting: 1458 6004 7508.2 4349 46002
Total: 1464 6013 7508.0 4358 46009
Percentage of the requests served within a certain time (ms)
50% 4297
66% 4738
75% 5468
80% 5859
90% 8270
95% 18849
98% 46009
99% 46009
100% 46009 (longest request)
EDIT
Estos son los resultados del T-Blog
Código:
Benchmarking 10.0.0.3 (be patient)
Finished 1247 requests
Server Software: Apache/2.2.3
Server Hostname: 10.0.0.3
Server Port: 8080
Document Path: /tblog/index.php
Document Length: 4561 bytes
Concurrency Level: 5
Time taken for tests: 60.6231 seconds
Complete requests: 1247
Failed requests: 0
Write errors: 0
Total transferred: 5964602 bytes
HTML transferred: 5688794 bytes
Requests per second: 20.78 [#/sec] (mean)
Time per request: 240.602 [ms] (mean)
Time per request: 48.120 [ms] (mean, across all concurrent requests)
Transfer rate: 97.06 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 1 2 3.9 2 55
Processing: 52 237 112.5 218 1435
Waiting: 48 231 110.4 213 1431
Total: 54 239 112.7 220 1437
Percentage of the requests served within a certain time (ms)
50% 220
66% 257
75% 284
80% 302
90% 357
95% 410
98% 506
99% 562
100% 1437 (longest request)
Muchas gracias a todos.