|
Posted by mmccaws2 on April 9, 2008, 3:42 pm
Please log in for more thread options > <snip>
>
>
>
> > AFAIK zombies usually consume minimal resources in terms of memory, etc,=
>
> Zombies consume *no* resources. =A0A zombie process is an entry in the
> process table with a return code, nothing more. =A0They consume no
> resources whatsoever other than the process table entry.
>
> > but occupy slots in the process table such that it if they multiply in
> > an unlimited way, the OS may eventually be unable to start any new
> > process due to lack of resources (like process table slots). It is a
> > long time since I first encountered this so the details may differ in
> > current OSs.
>
> This is correct. =A0The only way zombies can actually hurt the system
> is if they actually starve it of available process table slots. =A0Note
> that this takes a *lot* of zombies.
>
> --
> =A0 =A0 =A0 =A0 =A0 =A0 =A0Christopher Mattern
>
> NOTICE
> Thank you for noticing this new notice
> Your noticing it has been noted
> And will be reported to the authorities
both very clear answers. Thanks
I'm on HPUX. I learn from my system admins what they feel is this
system's best way to assess it's memory usage.
Thanks
Mike
|