-2

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.

Joonazan
  • 1,408
  • 10
  • 18

1 Answers1

0

I put my server under load with siege. With 1000 concurrent users I got the profiling data that I wanted.

Joonazan
  • 1,408
  • 10
  • 18