5 개의 프로세스가 종료 될 수 kill -9 $PID
있으며 실행 cat /proc/$PID/cmdline
하면 현재 세션이 중단됩니다. 아마도 그들은 좀비 프로세스 일 것입니다.
실행 ps -ef or htop
하면 현재 세션이 중단됩니다. 그러나 top
및 ps -e
벌금을 노력하고 있습니다.
따라서 파일 시스템이 응답하지 않는 두 가지 문제가있는 것 같습니다.
가상 머신을 실행하는 프로덕션 머신이므로 재부팅은 옵션이 아닙니다.
다음 프로세스 ID가 작동하지 않습니다. 16181 16765 5985 7427 7547
이 프로세스의 부모는 init입니다
├─collectd(16765)─┬─{collectd}(16776)
│ ├─{collectd}(16777)
│ ├─{collectd}(16778)
│ ├─{collectd}(16779)
│ ├─{collectd}(16780)
│ └─{collectd}(16781)
├─collectd(28642)───{collectd}(28650)
├─collectd(29868)─┬─{collectd}(29873)
│ ├─{collectd}(29874)
│ ├─{collectd}(29875)
│ └─{collectd}(29876)
그리고 qemu 프로세스 중 하나가 작동하지 않습니다
|-qemu-system-x86(16181)-+-{qemu-system-x86}(16232)
| |-{qemu-system-x86}(16238)
| |-{qemu-system-x86}(16803)
| |-{qemu-system-x86}(17990)
| |-{qemu-system-x86}(17991)
| |-{qemu-system-x86}(17992)
| |-{qemu-system-x86}(18062)
| |-{qemu-system-x86}(18066)
| |-{qemu-system-x86}(18072)
| |-{qemu-system-x86}(18073)
| |-{qemu-system-x86}(18074)
| |-{qemu-system-x86}(18078)
| |-{qemu-system-x86}(18079)
| |-{qemu-system-x86}(18086)
| |-{qemu-system-x86}(18088)
| |-{qemu-system-x86}(18092)
| |-{qemu-system-x86}(18107)
| |-{qemu-system-x86}(18108)
| |-{qemu-system-x86}(18111)
| |-{qemu-system-x86}(18113)
| |-{qemu-system-x86}(18114)
| |-{qemu-system-x86}(18119)
| |-{qemu-system-x86}(23147)
| `-{qemu-system-x86}(27051)
/usr/bin/strace ps -ef
정확히 어디에 ps -ef
걸려 있는지 확인 하기 위해을 사용하여 추적을 시도 할 수 있습니다 .
ps -el
이러한 프로세스는 어떤 상태 에서 작동 합니까 ?