Sponsored Content
Full Discussion: How to Kill Zombie Process
Operating Systems Solaris How to Kill Zombie Process Post 302419307 by fredginting on Thursday 6th of May 2010 08:57:28 PM
Old 05-06-2010
How to Kill Zombie Process

Dear Bos,

I have one server,everday if I check with command TOP always present zombie,like below:


Code:
last pid:  4578;  load averages:  0.15,  0.11,  0.13                                                                                                07:56:15
298 processes: 295 sleeping, 1 running, 2 zombie, 1 on cpu
CPU states:     % idle,     % user,     % kernel,     % iowait,     % swap
Memory: 8192M real, 2465M free, 7700M swap in use, 2541M swap free


how to kill zombie process?thank for your help.


warm regards

Fredginting

Last edited by Scott; 05-07-2010 at 06:33 PM.. Reason: Code tags, please...
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Zombie process

How do i kill a zombie process. Is it that only root can kill a zombie process. (8 Replies)
Discussion started by: orca
8 Replies

2. UNIX for Advanced & Expert Users

Zombie process

I would like to create a zombie process so that I can test monitoring software functionality. Any techniques? (2 Replies)
Discussion started by: swhitney
2 Replies

3. UNIX for Advanced & Expert Users

zombie daemon process!!

My daemon process is the child of init and init has the responsibility to remove it, once it turns zombie. But I want to ask why the daemon process which is child of init turns zombie in the first place. What measures I have to take to avoid this? rish (1 Reply)
Discussion started by: rish2005
1 Replies

4. Linux

zombie process

Hi What is the command to find only the zombie processes?? How to write the code in C to fetch the no. of zombie processes?? Thanx (5 Replies)
Discussion started by: jeenat
5 Replies

5. Linux

How to kill zombie process

I have RHES4 machine with VRTSralus - Backup Exec agent installed there and running as a service. The agent hiccups sometimes and turns into defunct state. The problem is that I cannot kill it anyway., it stays there forever until the machine is rebooted. I wonder if anyone had such an experience... (1 Reply)
Discussion started by: will_mike
1 Replies

6. Shell Programming and Scripting

Zombie process

Hi I need help because I don't know if it is possible to add a find inside a cat. like I have a file with the pid of the process that use to became zombie. And I have the same pid stored in the var (pid1) now, I have no clue how to check if the the find finds the pid or even if it's... (2 Replies)
Discussion started by: ruben.rodrigues
2 Replies

7. Solaris

zombie process

dear friends, in an interview they asked me what is zombie process. how we can identifying these process.if can you kill all zombie process. (8 Replies)
Discussion started by: sijocg
8 Replies

8. AIX

zombie process

Is there an equivilant to the preap command in AIX that would allow me to get rid of a zombie process. I am new to AIX, moving over from Solaris and in the past I have been able to preap the pid on the defunct process to clean them up. I have looked around and the best I can see is that it may... (3 Replies)
Discussion started by: sboots
3 Replies

9. UNIX for Dummies Questions & Answers

what is zombie , how to kill it ,

Hello I try to googled it , but I dint get sufficient answer :( .. When I can see zombie running on server do they consume system resources or not ? I have read that is not good to kill them with signal 9 cause it might cause more troubles .. why is kill -9 so harmfull? thanks (2 Replies)
Discussion started by: kvok
2 Replies

10. UNIX for Advanced & Expert Users

Zombie process

What is the overhead associated with zombie process?Is it running out of process-ID?:confused: Since some information is stored in process table.. Thanks in Advance (4 Replies)
Discussion started by: jois
4 Replies
PMATOP(1)						      General Commands Manual							 PMATOP(1)

NAME
pmatop - System & Process Monitor SYNOPSIS
Interactive usage: pmatop [-g|-m] [-L linelen] [-h host] [ interval [ samples ]] Writing and reading raw logfiles: pmatop -w rawfile [ interval [ samples ]] pmatop -r [ rawfile ] [-g|-m] [-L linelen] [-h host] DESCRIPTION
The program pmatop is an interactive monitor to view the load on a Linux system. It shows the occupation of the most critical hardware resources (from a performance point of view) on system level, i.e. cpu, memory, disk and network. By default metrics from the local host are displayed, but a different host may be specified with the [-h host] option. It is modeled after atop(1) and provides a showcase for the variety of data available via pmcd(1). Every interval (default: 10 seconds) information is shown about the resource occupation on system level (cpu, memory, disks and network layers), followed by a list of processes which have been active during the last interval If the list of active processes does not entirely fit on the screen, only the top of the list is shown. The intervals are repeated till the number of samples (specified as command argument) is reached, or till the key 'q' is pressed in inter- active mode. When pmatop is started, it checks whether the standard output channel is connected to a screen, or to a file/pipe. In the first case it produces screen control codes (via the ncurses library) and behaves interactively; in the second case it produces flat ASCII-output. In interactive mode, the output of pmatop scales dynamically to the current dimensions of the screen/window. Furthermore in interactive mode the output of pmatop can be controlled by pressing particular keys. However it is also possible to specify such key as flag on the command line. In that case pmatop switches to the indicated mode on beforehand; this mode can be modified again interactively. Specifying such key as flag is especially useful when running pmatop with output to a pipe or file (non-interactively). These flags are the same as the keys that can be pressed in interactive mode (see section INTERACTIVE COMMANDS). OUTPUT FORMAT
The output of pmatop consists of system level and process level information. The system level information consists of the following output lines: PRC Process and thread level totals. This line contains the total cpu time consumed in system mode (`sys') and in user mode (`user'), the total number of processes present at this moment (`#proc'), `sleeping interruptible' (`#tslpi') and `sleeping uninterruptible' (`#tslpu'), and the number of zombie pro- cesses (`#zombie'). CPU The occupation percentage of this process related to the available capacity for this resource on system level. This line contains the total CPU usage in system mode, in user mode, in irq mode, in idle mode, and in wait mode. The cpu lines con- tain this information on a per cpu basis. CPL This line contains load average information for the last minute, five minutes, and fifteen minutes. Also the number of context switches and the number of device interrupts. MEM This line contains the size of physical memory, free memory, page cache, buffer cache, and slab. SWP This line contains the size of swap, free swap, committed space, and committed space limit. PAG This line contains the number of page scans, allocstalls, swapins, and swapouts. LVM/MDD/DSK For every logical volume/multiple device/hard disk one line is shown containing the name, number of reads, and number of writes. NET The first line is for the upper TCP/IP layer and contains the number of packets received, packets transmitted, packets received. The next line is one per network interface and contains the number of packets received and number of packets transmitted. PROCESS The remaining lines are one line per process and can be controlled as described below. INTERACTIVE COMMANDS
When running pmatop interactively (no output redirection), keys can be pressed to control the output. g Show generic output (default). Per process the following fields are shown in case of a window-width of 80 positions: process-id, cpu consumption during the last interval in system- and user mode, the virtual and resident memory growth of the process. The subsequent columns are the username, number of threads in the thread group, the status and exit code are shown. The last columns contain the state, the occupation percentage for the chosen resource (default: cpu) and the process name. When more than 80 positions are available, other information is added. m Show memory related output. Per process the following fields are shown in case of a window-width of 80 positions: process-id, minor and major memory faults, size of virtual shared text, total virtual process size, total resident process size, virtual and resident growth during last interval, memory occupation percentage and process name. When more than 80 positions are available, other information is added. Miscellaneous interactive commands: ? Request for help information (also the key 'h' can be pressed). z The pause key can be used to freeze the current situation in order to investigate the output on the screen. While pmatop is paused, the keys described above can be pressed to show other information about the current list of processes. Whenever the pause key is pressed again, pmatop will continue with a next sample. SEE ALSO
PCPIntro(1), collectl(1), perl(1), python(1), pmlogger(1), pmcd(1), pmprobe(1), pmval(1), PMAPI(3), and pcp.conf(4). Performance Co-Pilot PCP PMATOP(1)
All times are GMT -4. The time now is 05:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy