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
When calling api.GetMetrics(mr) from multiple go routines (all running as part of waitGroup) the values returned for frames_rx_rate/frames_tx_rate fluctuate between actual rates and 0. This doesn't happen when there is only main thread calling api.GetMetrics(mr).
When calling
api.GetMetrics(mr)
from multiple go routines (all running as part of waitGroup) the values returned forframes_rx_rate/frames_tx_rate
fluctuate between actual rates and 0. This doesn't happen when there is only main thread callingapi.GetMetrics(mr)
.See this branch to repeat: https://github.com/OpenIxia/otg-demo/tree/getMetricsMultithread/clab/rtbh
Example output is attached
multithread.txt
The text was updated successfully, but these errors were encountered: