Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{ Name: "pprof", Usage: "provide golang pprof outputs for containerd", Flags: []cli.Flag{ cli.StringFlag{ Name: "debug-socket, d", Usage: "socket path for containerd's debug server", Value: defaults.DefaultDebugAddress, }, }, Subcommands: []cli.Command{ pprofBlockCommand, pprofGoroutinesCommand, pprofHeapCommand, pprofProfileCommand, pprofThreadcreateCommand, pprofTraceCommand, }, }
Command is the cli command for providing golang pprof outputs for containerd
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.