View Single Post
  #1  
Old 01-22-2011, 11:28 AM
eva2000 eva2000 is offline
Senior Member
 
Join Date: Dec 2004
Location: Brisbane, Australia
Posts: 142
Talking Litespeed static file benchmarks - Part 1

My inner benchmark demon took over and got a bit side tracked from testing out Litespeed's inbuilt cache feature. LOL

I ran these static test.txt file apachebench benchmarks to rule out an a possible server config/environment issue which showed up in cache testing in cache tests part 2 - particularly was alot worse with nginx for test.php tests like apache with test.php file details.

Even with static test.txt file, repeated back to back apachebench runs resulted in lower requests per second for apache. While NginX didn't exhibit as bad a result compared to it's test.php tests (2nd run already down to 330 rps). Litespeed seemed immune to dramatic drops at least.

Note:
  1. CPU and Memory utilisation were much higher for Apache than NginX than Litespeed. For example, by 5th ran on 1000 concurrency level, Apache cpu load was hitting 2.8, NginX was around 1.2, and Litespeed around 0.6.
  2. test.txt file used contents was ascii art.
  3. NginX set to 2 workers to compare to 2 cpu Litespeed license
  4. Raw apachebench numbers available here


Last edited by eva2000; 01-22-2011 at 11:34 AM..
Reply With Quote