Difference between revisions of "FAQ"

From LVSKB
Jump to: navigation, search
m (How is the concurrent processing performance of current LVS software?)
Line 13: Line 13:
 
=== How is the concurrent processing performance of current LVS software? ===
 
=== How is the concurrent processing performance of current LVS software? ===
  
The ultimate performance of LVS depends on hardware that LVS runs on. An ordinary box with a single Pentium III and 100Mbps NIC card can handle thousands of connections per second. We have heard that a powerful box with good hardware and kernel tuning achieved 50,000 connections per second.
+
The ultimate performance of LVS depends on hardware that LVS runs on. An ordinary box with a single Pentium III processor and 100Mbps NIC card running [[LVS/DR]] can handle about 10,000 connections per second for web service. We have heard that a powerful box with good hardware and kernel tuning achieved 50,000 connections per second.
  
 
=== Can LVS handle more than 1 million simultaneous connections? ===
 
=== Can LVS handle more than 1 million simultaneous connections? ===
  
 
Yes, LVS can handle much more than 1 million simultaneous connections. One connection just costs 128 bytes in the LVS box, so an LVS box with 1G memory can handle more than 8 million simultaneous connections.
 
Yes, LVS can handle much more than 1 million simultaneous connections. One connection just costs 128 bytes in the LVS box, so an LVS box with 1G memory can handle more than 8 million simultaneous connections.

Revision as of 11:23, 1 June 2005

What's LVS?

LVS stands for Linux Virtual Server, which is a highly scalable and highly available server built on a cluster of real servers, with the load balancer running on the Linux operating system. Users interact as if it were a single virtual server.

Is LVS software free?

Yes! All LVS software is released under the General Public License (GPL).

Is there a FreeBSD port of LVS software?

Yes, there is a FreeBSD port of IPVS, which supports the LVS/DR and LVS/TUN methods now. See the LVS On FreeBSD page for more information.

How is the concurrent processing performance of current LVS software?

The ultimate performance of LVS depends on hardware that LVS runs on. An ordinary box with a single Pentium III processor and 100Mbps NIC card running LVS/DR can handle about 10,000 connections per second for web service. We have heard that a powerful box with good hardware and kernel tuning achieved 50,000 connections per second.

Can LVS handle more than 1 million simultaneous connections?

Yes, LVS can handle much more than 1 million simultaneous connections. One connection just costs 128 bytes in the LVS box, so an LVS box with 1G memory can handle more than 8 million simultaneous connections.