I want to profile a server written in Go. I am using "net/http/pprof", but the default behaviour is utterly useless, as it seems to only profile the goroutine running the server that serves the profiling data.
I put my server under load with siege. With 1000 concurrent users I got the profiling data that I wanted.