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
> If the previous command doesn't work or isn't found, you likely need to install the `dotnet-counters` tool first. Use the following command:
61
+
>
62
+
> ```console
63
+
> dotnet tool install --global dotnet-counters
64
+
> ```
65
+
59
66
Now, check managed memory usage with the [dotnet-counters](dotnet-counters.md) tool. The `--refresh-interval` specifies the number of seconds between refreshes:
0 commit comments