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

ENH: io_uring instrumentation support #984

Open
shanedsnyder opened this issue Apr 23, 2024 · 0 comments
Open

ENH: io_uring instrumentation support #984

shanedsnyder opened this issue Apr 23, 2024 · 0 comments
Assignees
Milestone

Comments

@shanedsnyder
Copy link
Contributor

The io_uring interface for asynchronous I/O (https://man.archlinux.org/man/io_uring.7.en) is gaining popularity, but we don't have any support for instrumenting it in Darshan, yet.

We should investigate whether Darshan can properly instrument this API, and additionally ensure it doesn't impose any overheads that would impact it's performance. The key trick for properly instrumenting is in being able to map completion queue events with submission queue events, which will likely require that Darshan hijack user pointers and implement it's own tracking.

@shanedsnyder shanedsnyder added this to the 3.4.6 milestone Apr 23, 2024
@shanedsnyder shanedsnyder self-assigned this Apr 23, 2024
@shanedsnyder shanedsnyder modified the milestones: 3.4.6, 3.4.7 Oct 7, 2024
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

1 participant