mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-17 07:45:51 +01:00
profiling is now available via the HTTP base URL /debug/pprof/ examples, use this URL to start and download a 30 seconds CPU profile: /debug/pprof/profile?seconds=30 use this URL to profile used memory: /debug/pprof/heap?gc=1 use this URL to profile allocated memory: /debug/pprof/allocs?gc=1 Full docs here: https://golang.org/pkg/net/http/pprof/ |
||
|---|---|---|
| .. | ||
| initprovider.go | ||
| install_windows.go | ||
| portable.go | ||
| reload_windows.go | ||
| root.go | ||
| serve.go | ||
| service_windows.go | ||
| start_windows.go | ||
| status_windows.go | ||
| stop_windows.go | ||
| uninstall_windows.go | ||