<?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 CPU/PROCESS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-process/m-p/2776547#M76151</link>
    <description>Ok,&lt;BR /&gt;I am very familiar with glance plus, mwa and sar. I am trying to monitor cpu percentage for a specific process. Is there a command or set of commands tha I can pump into a script to track cpu % for a specific process?</description>
    <pubDate>Wed, 31 Jul 2002 11:27:05 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2002-07-31T11:27:05Z</dc:date>
    <item>
      <title>CPU/PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-process/m-p/2776547#M76151</link>
      <description>Ok,&lt;BR /&gt;I am very familiar with glance plus, mwa and sar. I am trying to monitor cpu percentage for a specific process. Is there a command or set of commands tha I can pump into a script to track cpu % for a specific process?</description>
      <pubDate>Wed, 31 Jul 2002 11:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-process/m-p/2776547#M76151</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-07-31T11:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: CPU/PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-process/m-p/2776548#M76152</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o pcpu -o ruser -o vsz -opid -o args|head -n1&lt;BR /&gt;UNIX95= ps -e -o pcpu -o ruser -o vsz -opid -o args|grep -v %CPU| sort -nr|tail&lt;BR /&gt;-n +2|head -n 20&lt;BR /&gt;&lt;BR /&gt;2 lines . Top 20 cpu&lt;BR /&gt;&lt;BR /&gt;Or second line and grep process&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        Steve Steel</description>
      <pubDate>Wed, 31 Jul 2002 11:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-process/m-p/2776548#M76152</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-07-31T11:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: CPU/PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-process/m-p/2776549#M76153</link>
      <description>you can use UNIX95&lt;BR /&gt;as follows&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o pcpu -o ruser -o vsz -opid -o args|grep "your process"&lt;BR /&gt;&lt;BR /&gt;or use top &lt;BR /&gt;top -d2 -f /tmp/test&lt;BR /&gt;&lt;BR /&gt;then strings /tmp/test|grep "your process"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jul 2002 11:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-process/m-p/2776549#M76153</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-07-31T11:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: CPU/PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-process/m-p/2776550#M76154</link>
      <description>apart from ps as mentioned above,&lt;BR /&gt;top also should tell you..&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Wed, 31 Jul 2002 12:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-process/m-p/2776550#M76154</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-07-31T12:26:23Z</dc:date>
    </item>
  </channel>
</rss>

