tohojo / flent

The FLExible Network Tester.
https://flent.org
Other
428 stars 79 forks source link

UDP bursts results in an error - ERROR: No command set for SilentProcessRunner #299

Closed mpenning closed 4 months ago

mpenning commented 4 months ago

I get this error when I try to run UDP bursts tests...

ERROR: Runner Burst 0 failed check: No command set for SilentProcessRunner

Environment...

Details...

$ flent -x --step-size=.05 -t 'foo' --socket-stats -H  dallas.starlink.taht.net -v bursts
...
Starting bursts test. Expected run time: 60 seconds.
UdpRttRunner(Ping (ms) UDP EF): Adding child IrttRunner
UdpRttRunner(Ping (ms) UDP EF): Cannot use irtt runner (No irtt binary found in PATH.). Using netperf UDP_RR
UdpRttRunner(Ping (ms) UDP EF): Adding child NetperfDemoRunner
which: Found netperf executable at /usr/bin/netperf
UdpRttRunner(Ping (ms) UDP BK): Adding child IrttRunner
UdpRttRunner(Ping (ms) UDP BK): Cannot use irtt runner (No irtt binary found in PATH.). Using netperf UDP_RR
UdpRttRunner(Ping (ms) UDP BK): Adding child NetperfDemoRunner
UdpRttRunner(Ping (ms) UDP BE): Adding child IrttRunner
UdpRttRunner(Ping (ms) UDP BE): Cannot use irtt runner (No irtt binary found in PATH.). Using netperf UDP_RR
UdpRttRunner(Ping (ms) UDP BE): Adding child NetperfDemoRunner
which: Found fping executable at /usr/bin/fping
which: Found ping executable at /usr/bin/ping
ERROR: Runner Burst 0 failed check: No command set for SilentProcessRunner
$
tohojo commented 4 months ago

Mike Pennington @.***> writes:

I get this error when I try to run UDP bursts tests...

ERROR: Runner Burst 0 failed check: No command set for SilentProcessRunner

I believe this is already fixed in git - could you please try the git version and see if the issue persists there? :)

mpenning commented 4 months ago

I believe this is already fixed in git

Indeed, flent-2.1.1+git.34a977de does not have this problem.