6

Network interface on ubuntu with only 0.12MB/ s on a new root server

view full story
linux-howto

http://serverfault.com – ---- edit: Problem solved. Somehow my provider seems to block tests to the internet. Tests from a remote machine succeeded with 1k r/s --- I am running a fresh compiled version of Apache 2.2.1 on ubuntu 10.04.03 LTS. The root-server has 32GB RAM and is a i7-2600k. The about same hardware and software is available for testing inside a virtual box on the intranet. While the test server works great, serving about 800 concurent transactions/sec the "real" server on the internet just serves about 15 transactions per/second. Running siege against it with: sudo siege -b -c50 -d10 -i http:/... the (HowTos)