Network Performance [message #328] |
Sat, 12 November 2005 05:30 |
tbenoit
Messages: 10 Registered: November 2005
|
Junior Member |
|
|
I've just started playing with OpenVZ in a network heavy environment.
The server and OpenVPS OS: CentOS v4
Our sole use of OpenVZ is to provide a way to more easily "failover" services from one physical server to another. 99%+ of the time each physical server will only be running one VPS. The only time a physical server will be running 2 VPSes is if there is an issue with 1 physical server such that it won't be fixed in a short period of time.
I did obtain a price quote for Virtuozzo to do just this, but the cost unfortunately drastically outweighed our only reason for using it (to provide a manual cluster-style config).
Unfortunately, we don't have a way to heavily test the true performance of OpenVZ in this situation without placing real load on the server.
Does anyone know of any network performance issues with using OpenVZ?
The application hosted relies on low-latency, with potentially 3000 (give or take a few) simultaneous connections.
Being that each physical server will only host a max of 2 VPSes (and only if one physical server is basically dead), I has OpenVZ create a config file as such:
vzsplit -n 2 -f filename
Here are the config parameters that (I believe) deal with networking:
TCPSNDBUF="12201847:28585847"
TCPRCVBUF="12201847:28585847"
OTHERSOCKBUF="6100923:22484923"
I'd appreciate any thoughts about network performance under OpenVZ and any comments on the settings I posted (or forgot to post) that will help ensure network performance.
Thanks
|
|
|
|
|
|
Re: Network Performance [message #338 is a reply to message #328] |
Mon, 14 November 2005 13:50 |
tbenoit
Messages: 10 Registered: November 2005
|
Junior Member |
|
|
I have doubled the 3 variables you recommended (noting their original settings for when a failover situation occurs).
Too bad this isn't a web server, otherwise I'd run the http_load utility you linked.
Many thanks for your replies. I do appreciate the assistance.
Thanks
|
|
|