-
Notifications
You must be signed in to change notification settings - Fork 79
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
doesn't run on windows #233
Comments
flent version
|
That particular error may be fixable, but there will be others: running tests on windows is not supported, only viewing existing data files. You should be able to run tests from inside a WSL environment, though. See https://docs.microsoft.com/en-us/windows/wsl/about |
@tohojo what would it take to get flent working under Windows? The ability to get good network test automation under non-WSL Windows would be super helpful... Running under WSL means there is an intervening Linux layer (presumably with a different queue discipline) running. My Debian WSL has fq_codel enabled, but that's precisely the question I have about Windows (i.e. is there good bufferbloat mitigation for the Windows system under test). Thus far I have not found a good way to see whether Windows enables any kind of fq_codel in the chipset it's running... |
Mike Pennington ***@***.***> writes:
@tohojo what would it take to get flent working under Windows? The
ability to get good network test automation under Windows would be
super helpful...
Other than running in WSL? No idea, really. I don't own a Windows
machine, and haven't used one for decades. So TBH I have no idea if it's
in any way feasible at all (but pretty sure it would be far from trivial
if it is).
I'm happy to take any pull requests from someone who knows this better
than me, though :)
|
Given this HUGE problem with flent and testing windows (for example, windows has a new slow start algorithm that I would like to measure comprehensively), I have been trying to find other tools that do similar tests. My favorite currently is the crusader test, written in rust, and works on everything. The third pane is very much like the rrul test in flent. We are still validating that flent and crusader are measuring about the same things here, but you can get it at: Zoxc/crusader#14 |
In win10 environment running flent, the following error appears, is it possible to fix?
The text was updated successfully, but these errors were encountered: