Replies: 1 comment 3 replies
-
@justalexh, can you share a quick description of the setup of your app as well as a description of the performance issue that you're seeing. Looking at the images is difficult because I can't quite get a full picture - it would be best if you're able to share the trace. If you would prefer, you can also e-mail it to me at brianrob [at] microsoft. From the images, the one thing that caught my attention is the time spent in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I'm testing a microservice system on Azure:
Issue
SwapContext
happens and when theBLOCKED_TIME
occurs.Information: Thread 11296
ETW
methods being called and I'm not sure if that's due to having multiple monitoring systems logging/profiling the system.MCGenControlCallBackV2
but can't find much information about it despite it being apparent in the path.Information: Thread 8204
System.Threading.SpinWait.SpinOnceCore
andSystem.Threading.Tasks.Task.SpinWait(int32)
CancellationTokenSource.InitializerWithTimer(unsigned int32)
CoreclrThePreStub
andSystem.Net.Http.HttpConnection.Bool
HttpConnectionPool;;+<ConnectAsync>.MoveNext()
`coreclr!OnCallCountThresholdReachedstub2
Conclusion
I apologize for all the images, but I'm fairly new to PerfView and Performance so any guidance would help greatly.
Beta Was this translation helpful? Give feedback.
All reactions