-
Notifications
You must be signed in to change notification settings - Fork 102
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
[RFE] kube-burner audit execution #439
Comments
Values less than 0 shouldn't been printed anymore |
Along with not printing, we should also not have those zeros calculated in the latency. |
Case study full log: nd-200-ocp4.10.txt
Full describe log of the pod: pod-describe-and-yaml-output.txt
Summary:
Resolution:So, as a solution we should run an audit using |
Is your feature request related to a problem? Please describe.
Sort of...
We need kube-burner to help users understand if their run was "valid". We now have 2 different latency values (v1, v2)... However we also spit out a log message if the latency value is less than zero.
Describe the solution you'd like
If we run 1000 iterations, and 500 of the latency values we retrieve are less than zero (which kube-burner will set zero), we should have kube-burner spit out a message stating that the values captured during the run are unreliable and not meaningful. This could indicate an environmental problem
The text was updated successfully, but these errors were encountered: