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 @@ -9,7 +9,7 @@ Above capture is jplot monitoring a Go service's [expvar](https://golang.org/pkg
9
9
10
10
```
11
11
jplot --url http://:8080/debug/vars \
12
- memstats.HeapAlloc+memstats. HeapSys+memstats.HeapAlloc+memstats.HeapIdle+marker,counter:memstats.NumGC \
12
+ memstats.HeapSys+memstats.HeapAlloc+memstats.HeapIdle+marker,counter:memstats.NumGC \
13
13
counter:memstats.TotalAlloc \
14
14
memstats.HeapObjects \
15
15
memstats.StackSys+memstats.StackInuse
@@ -85,7 +85,7 @@ Here is an example command to graph a Go program memstats:
85
85
86
86
```
87
87
jplot --url http://:8080/debug/vars \
88
- memstats.HeapAlloc+memstats. HeapSys+memstats.HeapAlloc+memstats.HeapIdle+marker,counter:memstats.NumGC \
88
+ memstats.HeapSys+memstats.HeapAlloc+memstats.HeapIdle+marker,counter:memstats.NumGC \
89
89
counter:memstats.TotalAlloc \
90
90
memstats.HeapObjects \
91
91
memstats.StackSys+memstats.StackInuse
You can’t perform that action at this time.
0 commit comments