diff --git a/DotnetEventsViewer/Pages/Home.razor b/DotnetEventsViewer/Pages/Home.razor index 47fa9bc..444517b 100644 --- a/DotnetEventsViewer/Pages/Home.razor +++ b/DotnetEventsViewer/Pages/Home.razor @@ -49,6 +49,30 @@ +
+ Here are a few examples about how to collect the most common EventPipe events. These commands will generate a + nettrace file that you can drop up there. +
+ +dotnet-trace collect --clrevents gc --clreventlevel verbose --process-id $PID
+
+dotnet-trace collect --profile cpu-sampling --process-id $PID
+
+dotnet-trace collect --clrevents contention --process-id $PID
+
+dotnet-trace collect --clrevents waithandle --clreventlevel verbose --process-id $PID
+
+
@code {
private int _progressPercent;