TCP/IP performance tuning under KVM/Qemu

Posted by vpetersson on Server Fault See other posts from Server Fault or by vpetersson
Published on 2012-01-23T22:56:48Z Indexed on 2013/11/11 21:57 UTC
Read the original article Hit count: 243

With more and more companies switching to public cloud services, I'm curious what you guys' thoughts are on TCP/IP tuning in the cloud. Is it worth bothering with? Given that you don't have access to the host-server, you're somewhat limited I presume

Let's say for the sake of the argument that you're running three MongoDB-servers in a replica-set on FreeBSD or Linux that all sync over an internal network.

I'd also be curious if anyone made any actual performance benchmarks to back up their arguments. I benchmarked the various network drivers available for KVM/Qemu here, but I'm curious what the gurus here suggest to tune further.

I started playing around a bit with the tuning-recommendations as suggested over here, but interestingly enough I saw a decrease in performance, rather than an increase, but perhaps I didn't fully understand the tweaks.

Update: I did a few more benchmarks and posted the result here. Unfortunately the result wasn't really what I expected.

© Server Fault or respective owner

Related posts about virtualization

Related posts about kvm-virtualization