File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ dotnet-trace collect --process-id <pid> --providers Microsoft.Data.SqlClient.Eve
71
71
The following command monitors SqlClient event counters values once every three seconds.
72
72
73
73
``` Console
74
- dotnet-counters monitor Microsoft.Data.SqlClient.EventSource -p <process-id> --refresh-interval 3
74
+ dotnet-counters monitor --counters Microsoft.Data.SqlClient.EventSource -p <process-id> --refresh-interval 3
75
75
```
76
76
77
77
The following command monitors selected SqlClient event counters values once every second.
78
78
79
79
``` Console
80
- dotnet-counters monitor Microsoft.Data.SqlClient.EventSource[hard-connects,hard-disconnects] -p <process-id>
80
+ dotnet-counters monitor --counters Microsoft.Data.SqlClient.EventSource[hard-connects,hard-disconnects] -p <process-id>
81
81
```
82
82
83
83
### Consume in-proc
You can’t perform that action at this time.
0 commit comments