我在笔记本上, 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/秒,這就是你的記憶體速度。