Skip to content

Commit 16b168d

Browse files
signalr dotnet-counters
1 parent dce1c97 commit 16b168d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/signalr/diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ SignalR server metrics are reported on the <xref:Microsoft.AspNetCore.Http.Conne
277277
[dotnet-counters](/dotnet/core/diagnostics/dotnet-counters) is a performance monitoring tool for ad-hoc health monitoring and first-level performance investigation. Monitor a .NET app with `Microsoft.AspNetCore.Http.Connections` as the provider name. For example:
278278

279279
```console
280-
> dotnet-counters monitor --process-id 37016 Microsoft.AspNetCore.Http.Connections
280+
> dotnet-counters monitor --process-id 37016 --counters Microsoft.AspNetCore.Http.Connections
281281

282282
Press p to pause, r to resume, q to quit.
283283
Status: Running

0 commit comments

Comments
 (0)