<?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 Re: process control in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520738#M219873</link>
    <description>Zombie processes do not use any resources, except for an entry in the process table. Actually, zombie processes have already exited, but their parent did not wait (correctly) for them to return.&lt;BR /&gt;&lt;BR /&gt;So maybe the process used a lot of CPU, but that certainly was before it became a zombie.&lt;BR /&gt;&lt;BR /&gt;See also: man 2 wait&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rik</description>
    <pubDate>Fri, 08 Apr 2005 05:22:23 GMT</pubDate>
    <dc:creator>RikTytgat</dc:creator>
    <dc:date>2005-04-08T05:22:23Z</dc:date>
    <item>
      <title>process control</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520735#M219870</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There's any way to control number of system and CPU seconds the process has consumed? I have processes that enter into zombie stat, that processes have more then 150 hours, and are consuming a lot of system resources.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 08 Apr 2005 04:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520735#M219870</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2005-04-08T04:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: process control</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520736#M219871</link>
      <description>man nice</description>
      <pubDate>Fri, 08 Apr 2005 04:54:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520736#M219871</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-04-08T04:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: process control</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520737#M219872</link>
      <description>Hi,&lt;BR /&gt;But what i need, is to prevent that processes enter in zombie mode.&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 08 Apr 2005 05:21:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520737#M219872</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2005-04-08T05:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: process control</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520738#M219873</link>
      <description>Zombie processes do not use any resources, except for an entry in the process table. Actually, zombie processes have already exited, but their parent did not wait (correctly) for them to return.&lt;BR /&gt;&lt;BR /&gt;So maybe the process used a lot of CPU, but that certainly was before it became a zombie.&lt;BR /&gt;&lt;BR /&gt;See also: man 2 wait&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rik</description>
      <pubDate>Fri, 08 Apr 2005 05:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520738#M219873</guid>
      <dc:creator>RikTytgat</dc:creator>
      <dc:date>2005-04-08T05:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: process control</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520739#M219874</link>
      <description>When the parent process of the zombies exits (or is killed) the zombie processes will disappear.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rik</description>
      <pubDate>Fri, 08 Apr 2005 05:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520739#M219874</guid>
      <dc:creator>RikTytgat</dc:creator>
      <dc:date>2005-04-08T05:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: process control</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520740#M219875</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;So the only way to audit the processes is making a script that use top to get the processes that using more resources and that are running in about a few days. That's it?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 08 Apr 2005 05:45:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520740#M219875</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2005-04-08T05:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: process control</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520741#M219876</link>
      <description>Some flavors of UNIX do have a kernel tunable to limit the maximum amount of CPU time a process can have -- it is a global setting. In every environment except those that are student related, the tunable is always set to unlimited because UNIX daemons might normally run for years. By definition, zombie processes are consuming no CPU resources. The real answer is to fix the problem rather than throwing a Band-Aid on it. If you have runaway processes, you need to eliminate the source of the problem.</description>
      <pubDate>Fri, 08 Apr 2005 09:38:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-control/m-p/3520741#M219876</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-08T09:38:32Z</dc:date>
    </item>
  </channel>
</rss>

