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

Ring Buffer Improvement #119

Open
tfjmp opened this issue Jul 29, 2021 · 2 comments
Open

Ring Buffer Improvement #119

tfjmp opened this issue Jul 29, 2021 · 2 comments

Comments

@tfjmp
Copy link
Collaborator

tfjmp commented Jul 29, 2021

Add:

  • Log if we overwrite.
  • Means to have some information about the state of the buffers.
@dme26
Copy link
Collaborator

dme26 commented Jul 29, 2021

Noting also that it might potentially be useful to be able to check the state-of-buffer information from user-space, e.g., to determine whether records are likely to have been flushed or not (e.g., if the ring buffers are empty).

@tfjmp
Copy link
Collaborator Author

tfjmp commented Aug 4, 2021

As of this commit: 27e5158

Can check from userspace how many graph elements have been dropped.

May look next as how to know how full the queue currently is.

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