参考:
https://matthias0tafelmeier.wordpress.com/2016/12/25/monitoring-and-tuning-the-linux-networking-stack-egress-tx/
https://blog.csdn.net/myweishanli/article/details/25506745
网卡调整如下:
ethtool -L em1 rx 1
ethtool -l
网卡应该是只适用第一个cpu接受数据了,但表现是suricata的丢包变少了,好奇怪啊;
之前rx 4反而有丢包,使用如下不是会更多丢包吗?感觉解释不通,难道是多cpu使用后合成分包数据的问题??
ethtool -L combined 32
没有评论:
发表评论