Update dotnet-counters-instructions.md (#1644)
authorIvan Maximov <sungam3r@yandex.ru>
Sun, 11 Oct 2020 21:45:42 +0000 (00:45 +0300)
committerGitHub <noreply@github.com>
Sun, 11 Oct 2020 21:45:42 +0000 (14:45 -0700)
fix command line example

documentation/dotnet-counters-instructions.md

index e408265deb3d6c84bac681f9872b7fd6304f3330..4ae22cd17b7548a3dd322942dc3eafdd21a9c84e 100644 (file)
@@ -90,7 +90,7 @@ dotnet tool install --global dotnet-counters
 
     2. Monitoring just CPU usage and GC heap size from `System.Runtime` at a refresh interval of 5 seconds:
 
-      > dotnet-counters monitor --process-id 1902 System.Runtime[cpu-usage,gc-heap-size,exception-count]
+      > dotnet-counters monitor --process-id 1902 --refresh-interval 5 System.Runtime[cpu-usage,gc-heap-size,exception-count]
 
     Press p to pause, r to resume, q to quit.
       System.Runtime: