Process thread count troubleshooting

Thread count per pid and system-wide; runaway threads exhaust kernel.pid_max

ps -o nlwp= -p <pid>; ps -eLf | wc -l
more troubleshooting all 32 commands →