<?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: how to count processes ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951603#M413636</link>
    <description>You can eliminate the grep by letting ps find your processes:&lt;BR /&gt; &lt;BR /&gt;ps - -u oracle&lt;BR /&gt; &lt;BR /&gt;This will report all processes that are being run by the user oracle.</description>
    <pubDate>Wed, 11 Jan 2006 09:48:48 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2006-01-11T09:48:48Z</dc:date>
    <item>
      <title>how to count processes ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951598#M413631</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to be able to count the number of oracle processes that are running on our HP-UX system at any given time.&lt;BR /&gt;&lt;BR /&gt;Does anyone have any ideas how to do this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Randy</description>
      <pubDate>Wed, 11 Jan 2006 08:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951598#M413631</guid>
      <dc:creator>Randy Hagedorn</dc:creator>
      <dc:date>2006-01-11T08:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to count processes ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951599#M413632</link>
      <description>ps -ef |grep oracle |wc&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 11 Jan 2006 09:00:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951599#M413632</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-01-11T09:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to count processes ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951600#M413633</link>
      <description>I'd use "wc -l" rather than wc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 11 Jan 2006 09:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951600#M413633</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-01-11T09:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to count processes ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951601#M413634</link>
      <description>Hi Randy ,&lt;BR /&gt;&lt;BR /&gt;You can try with this , to count the oracle processes,&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep  ora | sed -n '$='&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2006 09:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951601#M413634</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-01-11T09:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to count processes ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951602#M413635</link>
      <description>Hello Randy,,&lt;BR /&gt;&lt;BR /&gt;Use ps -ef, and grep for the string you want to count., and pipe the result into wc -l&lt;BR /&gt;&lt;BR /&gt;The most generic for oracle being &lt;BR /&gt;ps -ef | grep ora | wc -l&lt;BR /&gt;&lt;BR /&gt;if you want to count specific database processess, substitute the name you are looking for in place of "ora"&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 11 Jan 2006 09:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951602#M413635</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-01-11T09:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to count processes ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951603#M413636</link>
      <description>You can eliminate the grep by letting ps find your processes:&lt;BR /&gt; &lt;BR /&gt;ps - -u oracle&lt;BR /&gt; &lt;BR /&gt;This will report all processes that are being run by the user oracle.</description>
      <pubDate>Wed, 11 Jan 2006 09:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951603#M413636</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-01-11T09:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to count processes ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951604#M413637</link>
      <description>I tried each suggestion and they all worked well.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;Randy</description>
      <pubDate>Wed, 11 Jan 2006 10:26:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-count-processes/m-p/4951604#M413637</guid>
      <dc:creator>Randy Hagedorn</dc:creator>
      <dc:date>2006-01-11T10:26:33Z</dc:date>
    </item>
  </channel>
</rss>

