Hi all,
I'm trying to do some web server benchmarking to get an idea of various configurations and their relative performance for an app. I have two linode's set up (set up the second one basically to get fast networking to really be able to test the server), but found that the throughput was topping out at around 45 kbytes/sec. So I enabled private networking on both linode's and followed the config guide to do the static IP allocation.
For both linodes I've configured /etc/network/interfaces to have eth0 be the public IP, and eth0:0 the private IP. I added the options rotate to /etc/resolv.conf as well, then restarted networking (and of course, restarted both servers after enabling private networking).
However when I test this with my private IP's I get:
Code:
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[ 4] local 192.168.166.xxx port 5001 connected with 192.168.166.xxx port 32895
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-10.2 sec 54.9 MBytes 45.3 Mbits/sec
I can't imagine this is actually using the private network as 45 Mbit/sec in a datacenter would be ridiculous. Is there something else I need to do, or something to check?[/code]