windows server 2012R2 網路慢的那些事

來源:互聯網
上載者:User

標籤:伺服器   菜單   timestamp   tcp   time   令行   管理員   卸載   set   

  前段時間公司新採購了一台ibm的伺服器,裝的是 windows server 2012R2, 在做完項目遷移後,發現項目訪問資料庫緩慢,於是逐項尋找原因,最後終於找到解決辦法

  

以Administrator許可權執行命令列(開始菜單中右鍵點擊命令列程式,右鍵菜單中有以管理員身份執行的選型),並在命令列中執行一下命令(關閉自動調節):

  netsh interface tcp set global autotuninglevel=disabled

  開啟自動調節的命令是:

  netsh interface tcp set global autotuninglevel=normal

 

後來還瞭解了還有以下其有關網路,可提高網速的命令

  接收方縮放狀態:netsh int tcp set global rss=enabled
  煙囪卸載狀態 :netsh int tcp set global chimney=automatic
  NetDMA 狀態:netsh int tcp set global netdma=enabled
  直接緩衝訪問(DCA):netsh int tcp set global dca=enabled
  接收視窗自動調諧層級:netsh int tcp set global autotuninglevel=normal
  附加擁塞控制提供者:netsh int tcp set global congestionprovider=none
  ECN 功能:netsh int tcp set global ecncapability=disabled
  RFC 1323 時間戳記:netsh int tcp set global timestamps=enabled

windows server 2012R2 網路慢的那些事

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.