[Oisf-users] What does it means??
C. L. Martinez
carlopmart at gmail.com
Wed Oct 9 12:40:42 UTC 2013
On Wed, Oct 9, 2013 at 12:37 PM, Shirkdog <shirkdog at gmail.com> wrote:
> Also the age old questions:
> 1)amount of traffic
> 2)hardware with FreeBSD installed.
>
> You can do some sysctl hacks to get more network performance but it is all
> for not when you are trying to monitor tons of traffic.
>
I am monitoring a 1 GiB network, an as you can see in my previous post
host is a dual core, 10 GiB ram and 5 e1000 nics ...
sysctl.conf:
# set to at least 16MB for 10GE hosts
kern.ipc.maxsockbuf=16777216
# Size of the TCP transmit and receive buffer.
net.inet.tcp.sendspace=65536
net.inet.tcp.recvspace=131072
# Increase auto-tuning TCP step size of the TCP transmit and receive buffers.
net.inet.tcp.sendbuf_inc=16384
net.inet.tcp.recvbuf_inc=524288
# Increase send/receive buffer maximums to 16MB.
net.inet.tcp.sendbuf_max=16777216
net.inet.tcp.recvbuf_max=16777216
# Increase UDP packets options
net.inet.udp.maxdgram=57344
net.inet.udp.recvspace=262144
More information about the Oisf-users
mailing list