Documentation
¶
Overview ¶
Package pprof enables use of pprof in Cilium
Index ¶
Constants ¶
View Source
const ( // Pprof is the flag to enable the registration of pprof HTTP handlers Pprof = "pprof" // PprofAddress is the flag to set the address that pprof listens on PprofAddress = "pprof-address" // PprofPort is the flag to set the port that pprof listens on PprofPort = "pprof-port" // PprofMutexProfileFraction is the flag to enable mutex contention profiling and set the fraction of sampled events. // Set to 1 to sample all events. PprofMutexProfileFraction = "pprof-mutex-profile-fraction" // PprofBlockProfileRate is the flag to enable goroutine blocking profiling and set the rate of sampled events in nanoseconds. // Set to 1 to sample all events. // This setting is not recommended for production due to performance overhead. PprofBlockProfileRate = "pprof-block-profile-rate" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.