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

Syscalls and system performance #205

Closed
thiagoftsm opened this issue Mar 9, 2021 · 0 comments · Fixed by #207
Closed

Syscalls and system performance #205

thiagoftsm opened this issue Mar 9, 2021 · 0 comments · Fixed by #207

Comments

@thiagoftsm
Copy link
Contributor

thiagoftsm commented Mar 9, 2021

As commented here, we need to bring monitoring for more syscalls to have a complete vision about their impact on system performance.

The PR to fix this issue, needs to bring monitoring for the following syscalls:

  • msync
  • fsync
  • fdatasync
  • sync (Already merged)
  • sync_file_range
  • syncfs

We will have histograms and calls for these syscalls, following the received suggestion.

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

Successfully merging a pull request may close this issue.

1 participant