コマンドプロンプトのnetshコマンドを使用することにより、インタフェースのTCPパラメーターを確認することができます。
以下にnetshコマンドを使用しTCPパラメーターの確認の操作手順を記します。
尚、コマンドの引数によっては管理者権限が必要です。
コマンドプロンプトを管理者権限で起動してください。
netsh interface tcp show global
C:\WINDOWS\system32> netsh interface tcp show global アクティブ状態を照会しています... TCP グローバル パラメーター ---------------------------------------------- Receive-Side Scaling 状態 : enabled Chimney オフロード状態 : disabled NetDMA 状態 : disabled Direct Cache Acess (DCA) : disabled 受信ウィンドウ自動チューニング レベル : normal アドオン輻輳制御プロバイダー : none ECN 機能 : disabled RFC 1323 タイムスタンプ : disabled 初期 RTO : 3000 Receive Segment Coalescing 状態 : disabled
netsh interface tcp show heuristics
C:\WINDOWS\system32> netsh interface tcp show heuristics TCP ウィンドウ スケーリング ヒューリスティック パラメーター ---------------------------------------------- ウィンドウ スケーリング ヒューリスティック : disabled 条件に合う送信先しきい値 : 3 プロファイルの種類 unknown : normal プロファイルの種類 public : normal プロファイルの種類 private : normal プロファイルの種類 domain : normal
netsh interface tcp show chimneyapplications
netsh interface tcp show chimneyports
netsh interface tcp show chimneystats
netsh interface tcp show rscstats
netsh interface tcp show supplemental
netsh interface tcp show supplementalports
netsh interface tcp show supplementalsubnets