Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mpenning opened this issue Feb 29, 2024 · 2 comments

Comments

@mpenning
Copy link

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

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

Environment...

  • flent version 2.1.1
  • Python version 3.11.2
  • Linux: Debian bookworm on WSL, stock kernel 5.15.133.1-microsoft-standard-WSL2

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
Copy link
Owner

tohojo commented Mar 1, 2024 via email

@mpenning
Copy link
Author

mpenning commented Mar 1, 2024

I believe this is already fixed in git

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

@mpenning mpenning closed this as completed Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants