Summary
Pulp has a TASK_DIAGNOSTICS option that creates some reports about memory usage, profiling and whatnot, saved to artifacts and made available at the /pulp/api/v3/tasks/<uuid>/profile_artifacts/ endpoint.
Implemented in pulp/pulpcore#5583
It can be a bit involved to fetch this data manually. It would be very convenient if the CLI could help out with this.
Versions
3.57.0+
Examples
pulp task download-profile-artifacts --href .... [--to dir-to-drop-files/]