Skip to content
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

Can we get the number of threads of a process during a time period? #10

Open
liweijian opened this issue Jun 28, 2016 · 1 comment
Open

Comments

@liweijian
Copy link

liweijian commented Jun 28, 2016

We can get the threads list by command ps M <pid>, and get the number of thread by NUM= ps M | wc -l | xargs && expr $NUM - 1.

I was wondering if maybe syrupy could list the number of threads in its result?

@gk7279
Copy link

gk7279 commented Jun 11, 2022

Bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants