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

PLQ qualification_rate_bytes_per_second question #151

Open
LimeHat opened this issue Nov 10, 2023 · 0 comments
Open

PLQ qualification_rate_bytes_per_second question #151

LimeHat opened this issue Nov 10, 2023 · 0 comments

Comments

@LimeHat
Copy link

LimeHat commented Nov 10, 2023

Should qualification_rate_bytes_per_second calculation take into the account all traffic that is sent during the qualification phase, or be recalculated independently for each min_sample_interval?

E.g. if the test duration is 30 seconds, sample_interval is 10 seconds, and the generator sends 300 bytes in the first interval, 400 in the second, and 200 in the third. Shall the generator report

  • $\frac{300}{10}$, $\frac{300+400}{20}$, $\frac{300+400+200}{30}$, or
  • $\frac{300}{10}$, $\frac{400}{10}$, $\frac{200}{10}$

Changes introduced in #126 seemingly hint on the latter approach, but want to confirm if this is indeed the expectation.

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