Tagged Questions
3
votes
0answers
265 views
Suggestions needed to debug why ps -ef gets stuck
A few of my processes consume 100% cpu. I'm trying to figure out which scripts are causing it
I tried running strace ps -ef:
open("/proc/PID/status", O_RDONLY) = 6
read(6, "Name:\textract\nState:\tR ...