File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ The global flags can be used in conjunction with any Gossamer command
3131--memprof File to write memory profile to
3232--name value Node implementation name
3333--rewind value Rewind head of chain by given number of blocks
34+ --pprofserver Enable or disable the pprof HTTP server
35+ --pprofaddress pprof HTTP server listening address, if it is enabled.
36+ --pprofblockrate pprof block rate. See https://pkg.go.dev/runtime#SetBlockProfileRate.
37+ --pprofmutexrate profiling mutex rate. See https://pkg.go.dev/runtime#SetMutexProfileFraction.
3438```
3539
3640### Local flags
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ log = " | trace | debug | info | warn | error | crit"
1717cpuprof = " ~/cpuprof.out"
1818memprof = " ~/memprof.out"
1919name = " gssmr"
20+ pprofserver = false
21+ pprofaddress = " :6060"
22+ pprofblockrate = 0
23+ pprofmutexrate = 0
2024
2125[log ]
2226core = " | trace | debug | info | warn | error | crit"
You can’t perform that action at this time.
0 commit comments