我在笔记本上, Ubuntu系统, cpu(酷睿i5)大概占用50%, 用iperf测了几次, 速度为 38~40Gbits/sec
xxx@xxx:~$ iperf -c 127.0.0.1
------------------------------------------------------------
Client connecting to 127.0.0.1, TCP port 5001
TCP window size: 2.50 MByte (default)
------------------------------------------------------------
[ 3] local 127.0.0.1 port 41856 connected with 127.0.0.1 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 47.2 GBytes 40.6 Gbits/sec
ホストとクライアントの両方として localhost を使用する場合、iperf はネットワーク カードを使用せず、メモリを直接スワップするため、ここでの速度はメモリ アクセス速度を反映します。ここでは、10 秒間で合計 47.2G バイトを転送したため、速度は 4.72GB/秒、つまりメモリ速度になります。