Difference between revisions of "Performance and Tuning"

From LVSKB
Jump to: navigation, search
m
m (Performance Tuning)
Line 10: Line 10:
 
== Performance Tuning ==
 
== Performance Tuning ==
  
 +
=== Connection Hash Table Size ===
  
 +
=== Netfilter Connection Track ===
  
 
== External Links ==
 
== External Links ==
  
 
* [http://www.kegel.com/c10k.html The C10K problem] written by Dan Kegel, good notes on how to configure operating systems and write code to support 10K clients on a single server
 
* [http://www.kegel.com/c10k.html The C10K problem] written by Dan Kegel, good notes on how to configure operating systems and write code to support 10K clients on a single server

Revision as of 14:41, 13 May 2006

Performance Measurement

Tools

  • ab: apache benchmark
  • specweb: web server benchmark by spec.org, it is now specweb2005.
  • webbench: a licensed benchmark program that measures the performance of Web servers, developed by VeriTest.


Performance Tuning

Connection Hash Table Size

Netfilter Connection Track

External Links

  • The C10K problem written by Dan Kegel, good notes on how to configure operating systems and write code to support 10K clients on a single server