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
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/asp-net-troubleshoot-no-data.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,5 +230,34 @@ Follow these instructions to capture troubleshooting logs for your framework.
230
230
231
231
4. Revert these changes when you are finished.
232
232
233
+
234
+
## PerfView
235
+
[PerfView](https://github.com/Microsoft/perfview) is a free diagnotics and performance-analysis tool that help isolate CPU, memory and other issue by collecting and visualizing diangostics information from many sources.
236
+
237
+
The Application Insights SDK log EventSource self-troubleshooting logs that can be captured by PerfView.
238
+
239
+
To collect logs, download PerfView and run this command:
-**MaxCollectSec**. Set this to prevent PerfView from running indefinitely and affecting the performance of your server.
247
+
-**OnlyProviders**. Set this to restrict the logs collected to only those emitted from the SDK. You can customize this list based on your specific investigations.
For more information about PerfView see [Recording performance traces with PerfView](https://github.com/dotnet/roslyn/wiki/Recording-performance-traces-with-PerfView)
0 commit comments