mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
13 lines
334 B
Markdown
13 lines
334 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)
|