![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Diff b/n kill and kill -9 | ammu | UNIX for Advanced & Expert Users | 2 | 07-18-2007 02:29 PM |
| When kill doesnt work, how to kill a process ? | VijayHegde | UNIX for Advanced & Expert Users | 3 | 05-12-2006 01:24 PM |
| FreeBSD, fork() and zombies | PsycoMan | High Level Programming | 2 | 03-22-2006 03:58 AM |
| No zombies! | nucca | UNIX for Dummies Questions & Answers | 3 | 07-08-2001 08:13 PM |
| Zombies | karpolu | UNIX for Dummies Questions & Answers | 1 | 02-13-2001 08:15 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How can i kill Zombies
Hi All
I need help, how can i kill zombies instead of rebooting the system. Regards System: sna Tue Apr 5 17:50:23 2005 Load averages: 0.05, 0.15, 0.22 168 processes: 157 sleeping, 5 running, 6 zombies Cpu states: CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS 0 0.05 0.0% 0.0% 0.4% 99.6% 0.0% 0.0% 0.0% 0.0% 1 0.05 0.0% 0.0% 0.4% 99.6% 0.0% 0.0% 0.0% 0.0% --- ---- - - - - - - - ----- avg 0.05 0.0% 0.0% 0.4% 99.6% 0.0% 0.0% 0.0% 0.0% Memory: 473796K (87484K) real, 322940K (78680K) virtual, 2442524K free Page# 1/ 14 |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
zombies are already dead. To make them go away, kill their parent process (which really should be reaping its dead children). This will make init inherit the zombies and init will reap them.
|
|
#3
|
|||
|
|||
|
zombie process
How do you find the process id for the zombie... I used TOP and it doesn't show up there?
|
|
#4
|
||||
|
||||
|
You might not have any zombies to find. I would do a "ps -el". The second field will be Z if a process is a zombie.
|
|
#5
|
|||
|
|||
|
Here is an entry when I do a ps -el......
1 Z 0 25283 2552 0 178 20 4be88940 0 - ? 0:00 <defunct> should I do a kill on 25283? What I'm really trying to do is find a process that might be stuck in a loop or might be considered a process hog. Do you have any suggestions of how to find such processes and kill them? Thanks, -Tim |
|
#6
|
||||
|
||||
|
See my first post in this thread.
|
||||
| Google The UNIX and Linux Forums |