-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
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
py-spy should support --idle
in top
#406
Comments
benfred
added a commit
that referenced
this issue
Jun 27, 2021
This change allows you to pass --idle and --gil commands to the top command as well as the record command. This lets you view all samples or samples that hold the gil in the 'top' tui the same as you can with the record subcommand Closes #406
thanks for the suggestion! I've implemented in #411 |
benfred
added a commit
that referenced
this issue
Jun 27, 2021
This change allows you to pass --idle and --gil commands to the top command as well as the record command. This lets you view all samples or samples that hold the gil in the 'top' tui the same as you can with the record subcommand Closes #406
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
--idle
argument forrecord
is really helpful in diagnosing e.g. network-related bottlenecks. Often times, it is faster and more convenient to use thetop
command rather than therecord
command on remote machines. Therefore, it would be helpful iftop
accepted--idle
.The text was updated successfully, but these errors were encountered: