我正在尝试运行一个iperf3
客户端(ubuntu 服务器 17.04 VM(到服务器(ubuntu 服务器 17.04 VM(测试使用 -P 选项可能的最大并行流。目前已达到 ~1022 个流的最大数量,然后才会因缓冲区溢出错误而终止。进行了以下更改以扩展限制 - - 将 nofile 的软限制和硬限制/etc/security/limits.conf
增加到 16384 - 将 ulimit 增加到 16384
我是否可以进行任何其他更改以超过我正在达到的 ~1022 限制?
测试:
iperf3 客户端:
iperf3 -c 10.37.129.4 -P 4096
iperf3 服务器:
iperf3 -s
错误:
root@ubuntu-server# iperf3 -s
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
Accepted connection from 10.37.129.5, port 26967
[ 5] local 10.37.129.4 port 5201 connected to 10.37.129.5 port 50920
[ 6] local 10.37.129.4 port 5201 connected to 10.37.129.5 port 26980
*****output omitted***********
[1016] local 10.37.129.4 port 5201 connected to 10.37.129.5 port 24249
[1018] local 10.37.129.4 port 5201 connected to 10.37.129.5 port 42339
[1020] local 10.37.129.4 port 5201 connected to 10.37.129.5 port 10062
***** buffer overflow detected ***: iperf3 terminated**
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x7908b)[0x7fa0cf99208b]
这是 iperf3 中的一个安全漏洞。 我强烈建议你报告它。