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
+
## <aname="PerfView"></a> Collect logs with PerfView
235
+
[PerfView](https://github.com/Microsoft/perfview) is a free diagnostics and performance-analysis tool that help isolate CPU, memory, and other issues by collecting and visualizing diagnostics 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:
For more information, see [Recording performance traces with PerfView](https://github.com/dotnet/roslyn/wiki/Recording-performance-traces-with-PerfView).
0 commit comments