linux神器strace - youxin - 博客园
https://www.cnblogs.com/youxin/p/8837771.html
某个进程突然占用了很多CPU? 或者某个进程看起来像hanging了?
找到对应的pid,然后
hang:
悬挂,挂起的意思 就是一个进程被暂时停止执行. hang
- root@dev:~# strace -p 15427
- Process 15427 attached - interrupt to quit
- futex(0x402f4900, FUTEX_WAIT, 2, NULL
- Process 15427 detached