Skip to content

can't produce meaningful graphs for my async application #235

@retkowski

Description

@retkowski

I ran

austin -i 20ms -x 120 -p 8 -o sample.out

and got the following graph, and all it seems to show is hundreds of threads that spend their time in /usr/local/lib/python3.12/threading.py:Condition.wait:359.

image

When I try to run with austin -e -i 10ms -x 120 -p 10 -o sample.out, it says

😣 No samples collected.

For comparison, the output of py-spy which properly shows the asyncio run's loop and where it actually spends its time:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions