We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples:
pyinstrument -r html --from-path secator x httpx test.com py-spy top -- secator worker
Pros / cons:
pyinstrument
secator worker
py-spy
yappi
OpenTelemetry Celery Instrumentation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Examples:
Pros / cons:
pyinstrument
: cannot instrument multi-threaded app (unless we embed code) like thesecator worker
py-spy
: cannot output HTML, only SVG, but works for multi-threaded appyappi
: cannot profile a CLI command directly (unless we embed code)OpenTelemetry Celery Instrumentation
: see if it can profiles or if it's just CPU / MemThe text was updated successfully, but these errors were encountered: