Skip to content

Unbuffered stdout #1337

Answered by novakboskov
novakboskov asked this question in Q&A
May 15, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

What I ended up doing is actually two things:

  • installed the latest version of iperf3, it's 3.10 (compiling it from source from the official website, Linux build), and
  • got rid of awk. Now I read iperf3 output directly via fgets and parse the text on my own.

Apparently, the buffering problem is not there anymore.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@novakboskov
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by novakboskov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants