You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: shoot timings with 10ms sleep gun, phout aggregator, have peaks up to 125ms.
Latency peaks corelate with iowait peaks in monitoring.
Theory: latency peaks are caused by aggregator sample queue overflows, caused by disk io.
That can be fixed by making disk io in a separate goroutine.
The text was updated successfully, but these errors were encountered:
Problem: shoot timings with 10ms sleep gun, phout aggregator, have peaks up to 125ms.
Latency peaks corelate with iowait peaks in monitoring.
Theory: latency peaks are caused by aggregator sample queue overflows, caused by disk io.
That can be fixed by making disk io in a separate goroutine.
The text was updated successfully, but these errors were encountered: