jeetsukumaran / Syrupy

System Resource Usage Profiler
http://jeetworks.org/programs/syrupy
GNU General Public License v3.0
194 stars 26 forks source link

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

Open liweijian opened 8 years ago

liweijian commented 8 years ago

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 commented 2 years ago

Bump