How can I monitor the thread count of a process on linux? October 21, 2022 by Tarik try ps huH p <PID_OF_U_PROCESS> | wc -l or htop