Performance Tuning

netperf
http://netperf.org
Feature Rich
Read documentation
Default test is TCP_STREAM – uses send() call
TCP_SENDFILE – uses sendfile() call – much less copying
TCP_RR – Request / Response tests
UDP_STREAM
Many others