how many threads are currently runnning?
ps -eT | wc -l
which programs started how many threads? sorted by number of threads:
ps -eT | awk '{print $9}' | sort | uniq -c | sort -n
The social network of the future: No ads, no corporate surveillance, ethical design, and decentralization! Own your data with Mastodon!