<?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: ps command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729494#M65091</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Have a look at the following documentation regarding using the ps command and manipulating processes that are hung - will give you a further insight.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Wed, 22 May 2002 18:50:25 GMT</pubDate>
    <dc:creator>steven Burgess_2</dc:creator>
    <dc:date>2002-05-22T18:50:25Z</dc:date>
    <item>
      <title>ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729488#M65085</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Anybody knows if ps command can show&lt;BR /&gt;percentage of CPU used by a process, how?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Wilson&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 17:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729488#M65085</guid>
      <dc:creator>wilson zhao</dc:creator>
      <dc:date>2002-05-22T17:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729489#M65086</link>
      <description>Hi Wilson&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;May be try the -l options ( man ps ) but then the better way to find the cpu usage is to use may be top or glance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 22 May 2002 17:36:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729489#M65086</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-22T17:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729490#M65087</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;the ps command has lots of columns it can display including Percentage of CPU time used by process The column header is %CPU and the option to use is pcpu&lt;BR /&gt;&lt;BR /&gt;ps -flPpcpu&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Wed, 22 May 2002 18:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729490#M65087</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-05-22T18:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729491#M65088</link>
      <description>Use the -l switch to ps (i.e. ps -elf).  It will give a rough idea of CPU utilized in the column labeled "C"&lt;BR /&gt;&lt;BR /&gt;The man page specifies this as "Processor utilization for scheduling"</description>
      <pubDate>Wed, 22 May 2002 18:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729491#M65088</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2002-05-22T18:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729492#M65089</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use glance or top and from there you can find out easily.&lt;BR /&gt;&lt;BR /&gt;You can even find out which processes are using the CPU and for how much time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Wed, 22 May 2002 18:10:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729492#M65089</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-05-22T18:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729493#M65090</link>
      <description>Hi Wilson,&lt;BR /&gt;&lt;BR /&gt;Use top to see the process cpu usage.&lt;BR /&gt;&lt;BR /&gt;You can also use ps like this,&lt;BR /&gt;&lt;BR /&gt;export UNIX95=XPG4&lt;BR /&gt;ps -o pcpu&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 18:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729493#M65090</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-22T18:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729494#M65091</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Have a look at the following documentation regarding using the ps command and manipulating processes that are hung - will give you a further insight.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 22 May 2002 18:50:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729494#M65091</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-05-22T18:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729495#M65092</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Try using UNIX95 option within ps. The following command would give you the list of top ten cpu consumed process &lt;BR /&gt;Pleas note that there is space after equalto sign &lt;BR /&gt;UNIX95= ps -e -o "pcpu vsz ruser pid stime time state args" | sort -rn |head -10&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;-USA..</description>
      <pubDate>Wed, 22 May 2002 19:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2729495#M65092</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-05-22T19:40:23Z</dc:date>
    </item>
  </channel>
</rss>

