我在这里问了几个问题,得到了一些很好的答复。 我仍然遇到一些与ipconntrac和连接通过防火墙的问题。
http://monitor.wingify.com/munin/visualwebsiteoptimizer.com/lb1.visualwebsiteoptimizer.com.html#Network
我正在寻找一些指导和步骤,我应该遵循Ubuntu 10.10 64位机,这将确保与ipconntrack和time_wait的问题减less,服务器开始执行更好,更可靠。
在/ proc / sys / net / ipv4下有文件
tcp_fin_timeout :
The tcp_fin_timeout variable tells kernel how long to keep sockets in the state FIN-WAIT-2 if you were the one closing the socket. This is used if the other peer is broken for some reason and don't close its side, or the other peer may even crash unexpectedly. Each socket left in memory takes approximately 1.5Kb of memory, and hence this may eat a lot of memory if you have a moderate webserver or something alike. This value takes an integer value which is per default set to 60 seconds.
tcp_keepalive_time :
The tcp_keepalive_time variable tells the TCP/IP stack how often to send TCP keepalive packets to keep an connection alive if it is currently unused. This value is only used when keepalive is enabled.
tcp_max_orphans :
The tcp_max_orphans variable tells the kernel how many TCP sockets that are not attached to any user file handle to maintain. In case this number is exceeded, orphaned connections are immediately reset and a warning is printed.
所有报价从这里复制。 另见这个 。