QuilibriumNetwork / ceremonyclient

Mirror of Quilibrium git repo: ceremonyclient
GNU Affero General Public License v3.0
95 stars 41 forks source link

Support pprof profiling via HTTP #313

Closed petricadaipegsp closed 2 weeks ago

petricadaipegsp commented 3 weeks ago

This PR adds support for the pprof HTTP endpoints in the node binary. This allows profiling running nodes on demand, instead of using the existing file based options.

cc @CassOnMars