projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb8b6fc
)
Update dotnet-counters-instructions.md (#1644)
author
Ivan Maximov
<sungam3r@yandex.ru>
Sun, 11 Oct 2020 21:45:42 +0000
(
00:45
+0300)
committer
GitHub
<noreply@github.com>
Sun, 11 Oct 2020 21:45:42 +0000
(14:45 -0700)
fix command line example
documentation/dotnet-counters-instructions.md
patch
|
blob
|
history
diff --git
a/documentation/dotnet-counters-instructions.md
b/documentation/dotnet-counters-instructions.md
index e408265deb3d6c84bac681f9872b7fd6304f3330..4ae22cd17b7548a3dd322942dc3eafdd21a9c84e 100644
(file)
--- a/
documentation/dotnet-counters-instructions.md
+++ b/
documentation/dotnet-counters-instructions.md
@@
-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: