NetQueue は、デフォルトで有効になっています。 前提条件 NIC ドライバの構成については、『Getting Started with vSphere Command-Line Interfaces』 を参照すると理解が深まります。 手順 VMware vSphere CLI では、ホストのバージョンに応じて次のコマンドを使用します。 esxcli system settings kernel set --setting="netNetqueueEnabled" --value="FALSE" NIC ドライバの NetQueue を無効にするには、esxcli module parameters set コマンドを使用します。 たとえば、デュアルポート Emulex NIC で、この ESXCLI コマンドを実行して、1 つの受信キューを備えるドライバを構成します。 esxcli system module parameters set -m tg3 -p force_netq=1,1 ホストを再起動します。 親トピック: NetQueue とネットワーク パフォーマンス