You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/config/config.go
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,8 @@ type Config struct {
64
64
CgroupPathstring`default:"/host/sys/fs/cgroup/devices" desc:"path to the host cgroup directory" split_words:"true"`
65
65
VFIOPathstring`default:"/host/dev/vfio" desc:"path to the host VFIO directory" split_words:"true"`
66
66
MechanismPriority []string`default:"" desc:"sets priorities for mechanisms" split_words:"true"`
67
+
EnableProfilerbool`default:"false" desc:"Enable pprof package HTTP server for profiling runtime data. The handled paths all begin with /debug/pprof/." split_words:"true"`
68
+
ProfilerHTTPPortuint16`default:"6060" desc:"Profiling server HTTP port providing data in the format expected by the pprof visualization tool." split_words:"true"`
0 commit comments