Benchmark de Web Servers com SIEGE
Colaboração: Danilo Egea Gondolfo
Data de Publicação: 02 de Julho de 2006
Software interessante, realiza teste de benchmark em servidores web. Ele simula um número determinado de conexões por segundo durante um determinado tempo em um web server. Testei no apache 2 em minha maquina FreeBSD 6.1 simulando 100 conexões por segundo durante 1 minuto, veja os resultados:
comando -> siege -c100 -t1M localhost
Lifting the server siege... done. Transactions: 11073 hits Availability: 100.00 % Elapsed time: 60.45 secs Data transferred: 16.02 MB Response time: 0.01 secs Transaction rate: 183.19 trans/sec Throughput: 0.27 MB/sec Concurrency: 1.32 Successful transactions: 11073 Failed transactions: 0 Longest transaction: 0.30 Shortest transaction: 0.00
Agora em duas instancias do Tomcat 5.5.17 com balanceamento de carga com apache 2 :
comando -> siege -c100 -t1M localhost/index.jsp
Transactions: 8569 hits Availability: 100.00 % Elapsed time: 60.41 secs Data transferred: 66.45 MB Response time: 0.04 secs Transaction rate: 141.86 trans/sec Throughput: 1.10 MB/sec Concurrency: 6.00 Successful transactions: 8569 Failed transactions: 0 Longest transaction: 0.44 Shortest transaction: 0.00
Site do Projeto -> http://www.joedog.org/