Get specific pprof profile
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Profile
profile
Type: string
Enum: required
Description: Name of the profile to retrieveaccept
Type: string
Enum: Defaults to application/json
Description: Generated from available response content types
Allowed:
application/jsonapplication/octet-stream
Response Codes
200Successful operation404Resource not found500Internal server error
Base URL
https://localhost:8080/management/profiling/debug/pprof/{profile}
Curl Example
curl --request GET \
--url https://localhost:8080/management/profiling/debug/pprof/allocs \
--header 'accept: application/json'