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

Add profile events for fsync #39179

Merged
merged 1 commit into from Aug 2, 2022

Commits on Jul 31, 2022

  1. Add profile events for fsync

    The following new provile events had been added:
    
    - FileSync - Number of times the F_FULLFSYNC/fsync/fdatasync function was called for files.
    - DirectorySync - Number of times the F_FULLFSYNC/fsync/fdatasync function was called for directories.
    - FileSyncElapsedMicroseconds - Total time spent waiting for F_FULLFSYNC/fsync/fdatasync syscall for files.
    - DirectorySyncElapsedMicroseconds - Total time spent waiting for F_FULLFSYNC/fsync/fdatasync syscall for directories.
    
    v2: rewrite test to sh with retries
    Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
    azat committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    3e627e2 View commit details
    Browse the repository at this point in the history