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

Improve QPS calculation #2076

Merged
merged 3 commits into from
Oct 5, 2024
Merged

Improve QPS calculation #2076

merged 3 commits into from
Oct 5, 2024

Commits on Oct 2, 2024

  1. Outsource counter resetting into a dedicated function periodically ru…

    …n by the GC thread to make the average computation independet from external trigger sources. This solves the problem of artificially high QPS values when no queries are processed by FTL.
    
    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    59b9f01 View commit details
    Browse the repository at this point in the history
  2. Adaptively adjust GC sleeping time (if necessary)

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7ec1478 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Reset the following timestamp slot to avoid possible race-collisions …

    …(GC thread is not aligned to wall clock)
    
    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7e12e40 View commit details
    Browse the repository at this point in the history