Skip to main content
GET
/
debug
/
pprof
/
{profile}
Responds a specific pprof profile
curl --request GET \
  --url http://localhost:8080/debug/pprof/{profile}

Path Parameters

profile
enum<string>
required
Available options:
allocs,
block,
goroutine,
heap,
mutex,
threadcreate,
cmdline,
symbol,
profile,
trace

Response

200

OK