Skip to content

monitor.cpp does not fflush to stdout #313

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

Open
rlica opened this issue May 4, 2022 · 1 comment
Open

monitor.cpp does not fflush to stdout #313

rlica opened this issue May 4, 2022 · 1 comment
Assignees

Comments

@rlica
Copy link

rlica commented May 4, 2022

We encountered a problem when trying to write the stdout of monitor.cpp to a text file, in order to have the rate in a txt file that we can further monitor (using Grafana).

The fix was easy, at line 259 in monitor.cpp added: " fflush(stdout); "

Can be implemented in the branch?

@tking53 tking53 self-assigned this May 4, 2022
@tking53
Copy link
Collaborator

tking53 commented May 25, 2022

@rlica Just wanted to let you know that we haven't forgotten this. we are just very busy with FDSi.

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