技術小秘訣: 在Linux系統中,如何微調Intel 1Gb Ethernet 網路卡的效能

1.執行指令(lspci)確認網路卡的型號

tip_pic_36.gif      

2.修改/etc/modprobe.conf中有關e1000的項目設定
tip_pic_36_2.gif  

3.移除目前正在執行的e1000模組之後,再行宰入e1000模組就可以讓剛才所設定的參數
( InterruptThrottleRate=1,1,1,1 FlowControl=3,3,3,3 TxDescriptors=4096,4096,4096,4096
 RxDescriptors=4096,4096,4096,4096)生效:

RedHat/CentOS:
#/etc/init.d/network stop
#modprobe -r e1000
#modrpobe e1000
#/etc/init.d/network start

Ubuntu/Debian:
#/etc/init.d/networking stop
#modprobe -r e1000
#modrpobe e1000
#/etc/init.d/networking start
http://www.geego.com.tw/tech_support/tech_tips_36_How-to-fine-tune-multiple-Intel-1Gb-Ethernet-NICs-in-Linux
arrow
arrow
    文章標籤
    Linux Cisco LPI LPIc
    全站熱搜

    台灣 富捷IT培訓 發表在 痞客邦 留言(0) 人氣()