with this typed at the command line:
ab -c 10 -n 100 http://my-blog.url.com/
(Hit that URL 100 times with 10 concurrent "users")
I get 3.8 requests per second
Tried the same with 30 concurrent users and still got 3.8/sec. but about 20% of connections were dropped and my server load went to almost 20.
This on a AMD Sempron 512 MB, with a few sites running in the background, load at 0.1-0.3. The URL I tried was a blog home page w/ 6-7 plugins enabled and ~99 mysql queries to build the page, so fairly heavy.
I have the object cache and eaccelerator installed, but not wp_cache yet.
Anyone wanna post some results from his server?
Apache bench should already be installed (comes with Apache) so you should be able to run the above command.