We can get the threads list by command `ps M <pid>`, and get the number of thread by `NUM= `ps M <pid> | wc -l | xargs ` && expr $NUM - 1`. I was wondering if maybe syrupy could list the number of threads in its result?
We can get the threads list by command
ps M <pid>, and get the number of thread byNUM=ps M | wc -l | xargs&& expr $NUM - 1.I was wondering if maybe syrupy could list the number of threads in its result?