Hi, I've seen in the cherokee's web that there are some benchmarks for cherokee 
and other servers (http://www.cherokee-project.com/benchmarks).

How are they performed? which programs have you used? any special configuration?

maybe:
 time (i=0; while [ $i -lt 100 ]; do wget http://my_local_website/ -O - 
1>/dev/null 2>/dev/null; if [ $? == 1 ]; then echo "wget error"; break; fi; 
i=`expr $i + 1`; done;)
then divide the real time wasted between 100 (or change it to 10000), for each 
webserver we want to test (all with the same content in the same machine with 
the same load!)

I suppose there are smarter solutions, isn't it?

bye.

ps: the forum link isn't working (http://www.cherokee-project.com/forum).




      ______________________________________________ 
Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.
_______________________________________________
Cherokee mailing list
[email protected]
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to