You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently multiplexing a mutlbench run with uperf and iperf is not working. We may decide that multibench does not support multi iteration in which case this issue can be used as a documentation point.
Symptom:
The iperf client would fail on the second iteration when it could not determine the server IP. The endpoint-start-end shows:
Debugging shows that the iperf-server did not build the message correctly because the command args/opts passed to the iperf-server was not being multiplexed correctly.
First iteration passed to iperf-server-start with "opts= --ifname 'eth0' --ipv '4' --"
Second iteration passed to iperf-server-start with "opts= --"
W/o seeing --ifname, iperf-server-start will not look for IP.
The text was updated successfully, but these errors were encountered:
HughNhan
changed the title
Mutibench multiplexing emhancement
Mutibench multiplexing enhancement
Nov 21, 2023
Currently multiplexing a mutlbench run with uperf and iperf is not working. We may decide that multibench does not support multi iteration in which case this issue can be used as a documentation point.
Symptom:
The iperf client would fail on the second iteration when it could not determine the server IP. The endpoint-start-end shows:
On the first iteration, the good message looks like this:
Config:
A run iteration corresponds to a set of mv-params. To create a run with a two iterations, just add one more value to a list variable. For example:
Root cause:
Debugging shows that the iperf-server did not build the message correctly because the command args/opts passed to the iperf-server was not being multiplexed correctly.
First iteration passed to iperf-server-start with "opts= --ifname 'eth0' --ipv '4' --"
Second iteration passed to iperf-server-start with "opts= --"
W/o seeing --ifname, iperf-server-start will not look for IP.
The text was updated successfully, but these errors were encountered: