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

New algorithm for "real time" #8

Open
davecb opened this issue Nov 30, 2017 · 0 comments
Open

New algorithm for "real time" #8

davecb opened this issue Nov 30, 2017 · 0 comments

Comments

@davecb
Copy link
Owner

davecb commented Nov 30, 2017

If I read the file with tail -f, I will see load depending of the buffering of the thing being read. Logs generally are buffered, so we get long pauses and sudden bursts

An different approach might be to read the timestamps and put everything from a given second into the pipe, then sleep to the next second boundary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant