Project

General

Profile

Actions

Feature #55771

closed

change put_initial_lat stats to use a sliding window

Added by Yuval Lifshitz almost 2 years ago. Updated over 1 year ago.

Status:
Rejected
Priority:
Normal
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

currently, they use running counters since the start of the rgw.
should be using a sliding window.
also, the current value is an average, which is susceptible to outliers.
we should add: medain, 90, and 95 percentiles
to have more robust values.

note that this change would require a comment in the release notes, as it changes current behavior.

Actions #1

Updated by Yuval Lifshitz over 1 year ago

sliding window or any other stats could be done based on sampling the running counters and doing manipulation on them from the outside (e.g. calculate sliding window based on diffs with the values)

Actions #2

Updated by Yuval Lifshitz over 1 year ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF