<?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 -ef output in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969464#M120102</link>
    <description>Man pages tells you that but didn't quite explain it well enough. That column represents the CPU usage of a particular process. Most of the time you'll see "0". This number will increase each time a process take over the CPU cycle. And if I'm not mistaken the C value has a max limit to it, somewhere in the region of of 100, I can;t remember.</description>
    <pubDate>Fri, 09 May 2003 13:43:51 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2003-05-09T13:43:51Z</dc:date>
    <item>
      <title>ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969456#M120094</link>
      <description>Can someone tell me what the fourth field represents when you do the "ps -ef | grep XX" command?&lt;BR /&gt;&lt;BR /&gt;thanks..</description>
      <pubDate>Fri, 09 May 2003 13:31:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969456#M120094</guid>
      <dc:creator>paula hawk_1</dc:creator>
      <dc:date>2003-05-09T13:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969457#M120095</link>
      <description>Paula:&lt;BR /&gt;&lt;BR /&gt;Check this from ps man page:&lt;BR /&gt;&lt;BR /&gt;cpu            Processor utilization for scheduling.  The default&lt;BR /&gt;                          heading for this column is C.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;DR</description>
      <pubDate>Fri, 09 May 2003 13:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969457#M120095</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-05-09T13:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969458#M120096</link>
      <description>As per the man page, the fourth column is which CPU the process is executing.&lt;BR /&gt;&lt;BR /&gt;If you pipe your to 'more', you will see the headers on the first line.&lt;BR /&gt;&lt;BR /&gt;Hope this helps!</description>
      <pubDate>Fri, 09 May 2003 13:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969458#M120096</guid>
      <dc:creator>Robert Gamble</dc:creator>
      <dc:date>2003-05-09T13:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969459#M120097</link>
      <description>The man page describes it as "cpu" - presumable the cpu the process is running on in a multi-processor installation?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 09 May 2003 13:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969459#M120097</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-05-09T13:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969460#M120098</link>
      <description>man ps:&lt;BR /&gt;&lt;BR /&gt;cpu&lt;BR /&gt;Processor utilization for scheduling.  The default heading for this column is C.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 May 2003 13:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969460#M120098</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-05-09T13:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969461#M120099</link>
      <description>-f option shows these columns&lt;BR /&gt;&lt;BR /&gt;user, pid, ppid, cpu,stime,tty,time and args&lt;BR /&gt;&lt;BR /&gt;fourth field is cpu time&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 May 2003 13:38:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969461#M120099</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-05-09T13:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969462#M120100</link>
      <description>Man pages tells you that but didn't quite explain it well enough. That column represents the CPU usage of a particular process. Most of the time you'll see "0". This number will increase each time a process take over the CPU cycle. And if I'm not mistaken the C value has a max limit to it, somewhere in the region of of 100, I can;t remember.</description>
      <pubDate>Fri, 09 May 2003 13:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969462#M120100</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-05-09T13:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969463#M120101</link>
      <description>Hi Paula,&lt;BR /&gt;&lt;BR /&gt;the the man page for ps:&lt;BR /&gt;&lt;BR /&gt;Output format options:&lt;BR /&gt;&lt;BR /&gt;-f show columns user, pid, ppid, cpu, stime, tty, time, and args, in that order.&lt;BR /&gt;&lt;BR /&gt;cpu means Processor utilization for scheduling.  The default heading for this column is C.&lt;BR /&gt;&lt;BR /&gt;Hope is helpful for you.&lt;BR /&gt;Br, Andreas</description>
      <pubDate>Fri, 09 May 2003 13:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969463#M120101</guid>
      <dc:creator>Andreas Schmitz_1</dc:creator>
      <dc:date>2003-05-09T13:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969464#M120102</link>
      <description>Man pages tells you that but didn't quite explain it well enough. That column represents the CPU usage of a particular process. Most of the time you'll see "0". This number will increase each time a process take over the CPU cycle. And if I'm not mistaken the C value has a max limit to it, somewhere in the region of of 100, I can;t remember.</description>
      <pubDate>Fri, 09 May 2003 13:43:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969464#M120102</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-05-09T13:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969465#M120103</link>
      <description>acording to the the man on 'ps' that I did the columns should be&lt;BR /&gt;(using the -f option)&lt;BR /&gt;user pid tty cpu stime tty time args&lt;BR /&gt;&lt;BR /&gt;I believe the cpu is the processor utilization for scheduling.</description>
      <pubDate>Fri, 09 May 2003 13:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969465#M120103</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-05-09T13:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969466#M120104</link>
      <description>Thanks everyone!!  Have a good weekend.</description>
      <pubDate>Fri, 09 May 2003 14:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ef-output/m-p/2969466#M120104</guid>
      <dc:creator>paula hawk_1</dc:creator>
      <dc:date>2003-05-09T14:01:28Z</dc:date>
    </item>
  </channel>
</rss>

