Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handlePprofIndex (0.25 sec)

  1. pilot/cmd/pilot-agent/status/server.go

    	mux.HandleFunc(drainPath, s.handleDrain)
    	mux.HandleFunc("/app-health/", s.handleAppProbe)
    
    	if s.enableProfiling {
    		// Add the handler for pprof.
    		mux.HandleFunc("/debug/pprof/", s.handlePprofIndex)
    		mux.HandleFunc("/debug/pprof/cmdline", s.handlePprofCmdline)
    		mux.HandleFunc("/debug/pprof/profile", s.handlePprofProfile)
    		mux.HandleFunc("/debug/pprof/symbol", s.handlePprofSymbol)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 31.1K bytes
    - Viewed (1)
Back to top