
taher at unixwars
Apr 24, 2008, 4:01 AM
Post #2 of 2
(104 views)
Permalink
|
Hi there Perki (Pablo?) :) We might have met in Salamanca the other day. The website will be updated before we release 0.7. Some changes have been done right now, including some benchmarks. A good tool for this is 'ab', part of the apache2-utils package if you are using Linux. You have an example of its usage with Cherokee (to be included once the web is updated) in the following thread: http://groups.google.com/group/cherokee-http-dev/browse_thread/thread/d0d16c4dc6e43d50/3813500f77b2e03e?lnk=gst&q=Django#3813500f77b2e03e Regards, Taher On Thursday 24 April 2008 12:00:12, Perki Pat wrote: > 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). -- taher[at]unixwars.com http://unixwars.com _______________________________________________ Cherokee mailing list Cherokee[at]cherokee-project.com http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
|