go-ethereum/docs/cli/debug_pprof.md
2023-05-17 09:51:03 -07:00

333 B

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)