Replies: 2 comments
-
112 MiB/s 是 112 * 1048576 * 8 = 939.5 Mbps. |
Beta Was this translation helpful? Give feedback.
0 replies
-
正解,应该先算成bit,再除1000,以1000为进率 如果除1024为进率,就成了896Mbps,这种计算不公平 contrib/iperf3_to_gnuplot.py里面有类似转换 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
性能测试,chargen,netty,ttcp等测试带宽大概897Mbps为什么比iperf3的 941 Mbits/sec要小一些
ubuntu 16.04
1G网卡
交换机10G
采用example里面的demo测试,调整netty_discard_server 10个线程,3个client发送,基本持平到112 MiB/s (大概896Mbps),同样环境iperf3测试 941 Mbps,约差距45Mbps
Beta Was this translation helpful? Give feedback.
All reactions