go-ethereum/docs/cli/debug_pprof.md
Manav Darji a1871ad22c
internal/cli: add skiptrace flag for profiling (#715)
* internal/cli: add skiptrace flag

* docs: update docs for skiptrace flag
2023-02-03 00:16:43 +05:30

13 lines
No EOL
333 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 profile (default: 2)
- ```output```: Output directory
- ```skiptrace```: Skip running the trace (default: false)