mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

This commit adds a new option for activating profiling based on pprof in etcd process. - -enable-pprof: boolean type option which activates profiling For example, if a client URL is http://localhost:12379, users and developers access heap profiler with this URL: http://localhost:12379/debug/pprof/heap