<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Low performance of HP Unix 11i machine in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828522#M778759</link>
    <description>When i run top command and check the performance of an unix machine, i am able to find 14 zombies processes running. Will it be the reason for slow performance of my machine?. If so, Suggest me how to kill the zombie processes.</description>
    <pubDate>Sat, 22 Jul 2006 01:49:28 GMT</pubDate>
    <dc:creator>contactvenky2005</dc:creator>
    <dc:date>2006-07-22T01:49:28Z</dc:date>
    <item>
      <title>Low performance of HP Unix 11i machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828522#M778759</link>
      <description>When i run top command and check the performance of an unix machine, i am able to find 14 zombies processes running. Will it be the reason for slow performance of my machine?. If so, Suggest me how to kill the zombie processes.</description>
      <pubDate>Sat, 22 Jul 2006 01:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828522#M778759</guid>
      <dc:creator>contactvenky2005</dc:creator>
      <dc:date>2006-07-22T01:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Low performance of HP Unix 11i machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828523#M778760</link>
      <description>You cannot kill a zombie - it is already dead.&lt;BR /&gt;&lt;BR /&gt;The only solution is a reboot.</description>
      <pubDate>Sat, 22 Jul 2006 01:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828523#M778760</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-22T01:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Low performance of HP Unix 11i machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828524#M778761</link>
      <description>That might be or might not be the reason for performance problem. You can not kill zombies. They are like dead processes, waiting on some i/os.&lt;BR /&gt;&lt;BR /&gt;With glance, do you see any of the resources hitting maximum-cpu, disk, memory etc?</description>
      <pubDate>Sat, 22 Jul 2006 01:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828524#M778761</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-07-22T01:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Low performance of HP Unix 11i machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828525#M778762</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;As noted, you can't kill a 'zombie' process.  As the name implies, it's already dead!&lt;BR /&gt;&lt;BR /&gt;Zombies arise when a parent process fails to ignore its child's termination or fails to wait on its child.&lt;BR /&gt;&lt;BR /&gt;Zombie processes consume a slot in the kernel's process table (whose limits are governed by the kernel tunable, 'nproc') but otherwise do no harm.  They don't consume memory nor processor cyclces.  At worst, you waste potential slots in the process table for allocating new processes.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Jul 2006 08:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828525#M778762</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-07-22T08:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Low performance of HP Unix 11i machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828526#M778763</link>
      <description>zombies or defunct processes are the result of imporper handling of parent-child programs. Byt the 14 zombies have no effect on performance. You need to identify why you think it is slow. For instance, did the system run faster in the past? Or is the system being compared to another system? Performance problems require an understanding of what is normal for the application programs in terms of disk I/O, LAN, memory and CPU usage.</description>
      <pubDate>Sun, 23 Jul 2006 21:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828526#M778763</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-07-23T21:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Low performance of HP Unix 11i machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828527#M778764</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Zombies aren't really doing anything.&lt;BR /&gt;&lt;BR /&gt;First you try a kill &lt;PROC id=""&gt;&lt;BR /&gt;&lt;BR /&gt;If that fails kill -9 &lt;PROC id=""&gt;&lt;BR /&gt;&lt;BR /&gt;If that fails only a system boot will fix them.&lt;BR /&gt;&lt;BR /&gt;You clearly have an application problem and need to track the processes back to the application and deal with the vendor or programmers involved.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/PROC&gt;&lt;/PROC&gt;</description>
      <pubDate>Mon, 24 Jul 2006 01:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828527#M778764</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-24T01:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Low performance of HP Unix 11i machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828528#M778765</link>
      <description>thankx a lot. The replies were really helpful to me. As it was sugested there was no problem with zombie process, ather it was with i/o from disk</description>
      <pubDate>Tue, 25 Jul 2006 01:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-performance-of-hp-unix-11i-machine/m-p/3828528#M778765</guid>
      <dc:creator>contactvenky2005</dc:creator>
      <dc:date>2006-07-25T01:56:52Z</dc:date>
    </item>
  </channel>
</rss>

