Koha benchmarking

Plain old CGI
Authentication successful
————–
Koha circulation benchmarking utility
————–
Benchmarking with 200 occurences of each operation and 10 concurrent sessions
Load testing staff client dashboard page 127347ms 1.57051206545894 pages/sec
Load testing catalog detail page 131230ms [...]

Posted on January 11, 2010 at 9:39 pm by Chris · Permalink · 2 Comments
In: Koha · Tagged with: , ,

Too much weights, not enough speed work

Following on from testing Koha with memcached, I decided to test the opac with mod_perl, mod_expires and mod_deflate.
So with no mod_perl and no caching
time curl http://opac.koha.workbuffer.org/cgi-bin/koha/opac-search.pl?q=a
real 0m2.993s
And with mod_perl
time curl http://opac.koha.workbuffer.org/cgi-bin/koha/opac-search.pl?q=a
real 0m0.657s
And now opac main is down too

real 0m0.010s

This of course isn’t really testing mod_expires or [...]

Posted on June 28, 2008 at 9:07 pm by Chris · Permalink · Leave a comment
In: Geek, Koha · Tagged with: ,