Ver Mensaje Individual
  #211 (permalink)  
Antiguo 14/07/2010, 10:18
Avatar de abimaelrc
abimaelrc
Colaborador
 
Fecha de Ingreso: mayo-2009
Ubicación: En el planeta de Puerto Rico
Mensajes: 14.734
Antigüedad: 14 años, 11 meses
Puntos: 1517
Respuesta: Competencias PHP

Es un ejecutable en el directorio bin de apache que te muestra estadisticas. En window tendría que colocar en el CMD algo como
Código CMD:
Ver original
  1. cd c:/ruta/hacia/apache/bin/ab -n 100 http://localhost/reduce.php
Eso te devolverá algo como
Código CMD:
Ver original
  1. This is ApacheBench, Version 2.3 <$Revision: 655654 $>
  2. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  3. Licensed to The Apache Software Foundation, http://www.apache.org/
  4.  
  5. Benchmarking localhost (be patient).....done
  6.  
  7.  
  8. Server Software:        Apache/2.2.11
  9. Server Hostname:        localhost
  10. Server Port:            80
  11.  
  12. Document Path:          /reduce.php
  13. Document Length:        1104 bytes
  14.  
  15. Concurrency Level:      1
  16. Time taken for tests:   0.518 seconds
  17. Complete requests:      100
  18. Failed requests:        0
  19. Write errors:           0
  20. Total transferred:      129200 bytes
  21. HTML transferred:       110400 bytes
  22. Requests per second:    193.05 [#/sec] (mean)
  23. Time per request:       5.180 [ms] (mean)
  24. Time per request:       5.180 [ms] (mean, across all concurrent requests)
  25. Transfer rate:          243.58 [Kbytes/sec] received
  26.  
  27. Connection Times (ms)
  28.               min  mean[+/-sd] median   max
  29. Connect:        0    1   0.5      1       1
  30. Processing:     4    4   0.7      4       8
  31. Waiting:        3    4   0.5      4       7
  32. Total:          4    5   0.6      5       8
  33.  
  34. Percentage of the requests served within a certain time (ms)
  35.   50%      5
  36.   66%      5
  37.   75%      5
  38.   80%      5
  39.   90%      6
  40.   95%      6
  41.   98%      7
  42.   99%      8
  43.  100%      8 (longest request)

Edito: ¿Y como sería ese reto?
__________________
Verifica antes de preguntar.
Los verdaderos amigos se hieren con la verdad, para no perderlos con la mentira. - Eugenio Maria de Hostos