mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
This commit adds default values to CLI helper and docs. When the default value of a string flag, slice string flag, or map string flag is empty, its helper message won't show any default value.
11 lines
No EOL
271 B
Markdown
11 lines
No EOL
271 B
Markdown
# Debug Pprof
|
|
|
|
The ```debug pprof <enode>``` command will create an archive containing bor pprof traces.
|
|
|
|
## Options
|
|
|
|
- ```address```: Address of the grpc endpoint (default: 127.0.0.1:3131)
|
|
|
|
- ```seconds```: seconds to trace (default: 2)
|
|
|
|
- ```output```: Output directory |