Last Updated: February 25, 2016
·
600
· kamilmichalak

Check number of native threads created by process

If you want to check the number of native threads used by some process you can use this command

watch -n 1 -d "ps -eL $PID_NUMBER | wc -l"