Hi all,
Trying to evaluate proxmox install with iperf3 and struggling to understand the networking configuration.
I've installed the current release 8.1.4 and have a connectx4-lx pcie card installed with the latest firmware and OFED drivers (mlx5_core).
I have no VMs, no firewall, so should just be raw performance:
I installed iperf3 daemon on proxmox host (10.10.10.2) , and try testing against this node:
OK, looks sane, but asking the proxmox host to SEND via --reverse is baffling:
Am I missing something here?
Trying to evaluate proxmox install with iperf3 and struggling to understand the networking configuration.
I've installed the current release 8.1.4 and have a connectx4-lx pcie card installed with the latest firmware and OFED drivers (mlx5_core).
I have no VMs, no firewall, so should just be raw performance:
I installed iperf3 daemon on proxmox host (10.10.10.2) , and try testing against this node:
Code:
❯ iperf3 -c 10.10.10.2
Connecting to host 10.10.10.2, port 5201
[ 5] local 172.22.178.82 port 38858 connected to 10.10.10.2 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 2.69 GBytes 23.1 Gbits/sec 0 3.84 MBytes
[ 5] 1.00-2.00 sec 2.72 GBytes 23.3 Gbits/sec 0 3.84 MBytes
[ 5] 2.00-3.00 sec 2.66 GBytes 22.8 Gbits/sec 0 3.84 MBytes
[ 5] 3.00-4.00 sec 2.65 GBytes 22.8 Gbits/sec 0 3.84 MBytes
[ 5] 4.00-5.00 sec 2.71 GBytes 23.3 Gbits/sec 0 3.84 MBytes
[ 5] 5.00-6.00 sec 2.74 GBytes 23.5 Gbits/sec 0 3.84 MBytes
[ 5] 6.00-7.00 sec 2.62 GBytes 22.5 Gbits/sec 0 3.84 MBytes
[ 5] 7.00-8.00 sec 2.70 GBytes 23.2 Gbits/sec 0 3.84 MBytes
[ 5] 8.00-9.00 sec 2.74 GBytes 23.5 Gbits/sec 0 4.03 MBytes
[ 5] 9.00-10.00 sec 2.74 GBytes 23.5 Gbits/sec 0 4.03 MBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 27.0 GBytes 23.2 Gbits/sec 0 sender
[ 5] 0.00-10.00 sec 27.0 GBytes 23.2 Gbits/sec receiver
OK, looks sane, but asking the proxmox host to SEND via --reverse is baffling:
Code:
❯ iperf3 -c 10.10.10.2 -R
Connecting to host 10.10.10.2, port 5201
Reverse mode, remote host 10.10.10.2 is sending
[ 5] local 172.22.178.82 port 54488 connected to 10.10.10.2 port 5201
[ ID] Interval Transfer Bitrate
[ 5] 0.00-1.00 sec 232 MBytes 1.94 Gbits/sec
[ 5] 1.00-2.00 sec 231 MBytes 1.94 Gbits/sec
[ 5] 2.00-3.00 sec 233 MBytes 1.96 Gbits/sec
[ 5] 3.00-4.00 sec 228 MBytes 1.91 Gbits/sec
[ 5] 4.00-5.00 sec 227 MBytes 1.90 Gbits/sec
[ 5] 5.00-6.00 sec 225 MBytes 1.88 Gbits/sec
[ 5] 6.00-7.00 sec 225 MBytes 1.89 Gbits/sec
[ 5] 7.00-8.00 sec 226 MBytes 1.89 Gbits/sec
[ 5] 8.00-9.00 sec 225 MBytes 1.89 Gbits/sec
[ 5] 9.00-10.00 sec 226 MBytes 1.90 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 2.23 GBytes 1.91 Gbits/sec 0 sender
[ 5] 0.00-10.00 sec 2.22 GBytes 1.91 Gbits/sec receiver
Am I missing something here?