I have three FreeBSD 8.1 running on three different hardware and therefore consist of different network adapter as well (bce, bge and igb). I found that the network connection is kind of unstable which I have tried to scp some > 10MB file and found that I cannot always get the files completed successfully. I have further checked with my network admin and he claim that the problem is being caused by the network driver which cannot support the load whereby he tried to ping using huge packet size (around 15k) and my server will drop packet consistently at a regular interval. I found that this statement may not be valid since the three server is using three different network drive and it would be quite impossible that the same problem is being caused by three different network adapter and thus different network driver.
Since then I have tried to tune up the performance by playing around with the /etc/sysctl.conf figures with no luck.
Our network admin also claim that they see quite a lot of network up and down from their cisco switch log while I cannot find any up down message inside the dmesg. Have further checked the netstat -s but dont have concrete idea. But I suspect the below may provide some clues.
Anyone got an idea what might be the possible cause?
Since then I have tried to tune up the performance by playing around with the /etc/sysctl.conf figures with no luck.
Code:
# Reduce the cache size of slow start connection
net.inet.tcp.hostcache.expire=1
Our network admin also claim that they see quite a lot of network up and down from their cisco switch log while I cannot find any up down message inside the dmesg. Have further checked the netstat -s but dont have concrete idea. But I suspect the below may provide some clues.
Code:
tcp:
133695291 packets sent
134898031 packets received
190712 duplicate acks
114 completely duplicate packets (135202 bytes)
27 old duplicate packets
64181 packets received after close
45192 discarded due to memory problems
390871 retransmit timeouts
ip:
685307 output packets dropped due to no bufs, etc.
Anyone got an idea what might be the possible cause?