We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5a9c4 commit 2b0488cCopy full SHA for 2b0488c
README.md
@@ -59,4 +59,18 @@ jplot --url http://:8080/debug/vars mem.Heap+mem.Sys+mem.Stack counter:cpu.STime
59
60

61
62
-See [gojq|github.com/elgs/gojq] for more details on the JSON query syntax.
+See [gojq](github.com/elgs/gojq) for more details on the JSON query syntax.
63
+
64
+### Memstats
65
66
+Here is an example command to graph a Go program memstats:
67
68
+```
69
+jplot --url http://:8080/debug/vars \
70
+ memstats.HeapSys+memstats.HeapAlloc+memstats.HeapIdle \
71
+ counter:memstats.TotalAlloc \
72
+ memstats.HeapObjects
73
74
+
75
76
doc/memstats.png
382 KB
0 commit comments