<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/3640720#M239161</link>
    <description>I think that is number of days.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
    <pubDate>Mon, 03 Oct 2005 16:31:05 GMT</pubDate>
    <dc:creator>Rodney Hills</dc:creator>
    <dc:date>2005-10-03T16:31:05Z</dc:date>
    <item>
      <title>ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/3640719#M239160</link>
      <description>I am running UNIX95= ps -ex &lt;BR /&gt;-o 'pid,pcpu,state,comm,time' and my output shows:&lt;BR /&gt;&lt;BR /&gt;a process as such for the time column:&lt;BR /&gt;&lt;BR /&gt;13619  3.53 S lm_ip 2-12:58:01&lt;BR /&gt;&lt;BR /&gt;1889  1.53 R midaemon 1-04:51:25&lt;BR /&gt;&lt;BR /&gt;my goal is to get the total elapsed time or total run time of a process since boot or since its inception.&lt;BR /&gt;&lt;BR /&gt;tried using Perls Proc::ProcessTable but I do not have certain prereqs. :(&lt;BR /&gt;&lt;BR /&gt;what is the 2- and 1- and why?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;derek</description>
      <pubDate>Mon, 03 Oct 2005 16:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/3640719#M239160</guid>
      <dc:creator>derek b smith_1</dc:creator>
      <dc:date>2005-10-03T16:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/3640720#M239161</link>
      <description>I think that is number of days.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Mon, 03 Oct 2005 16:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/3640720#M239161</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2005-10-03T16:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/3640721#M239162</link>
      <description>The values preceding the "-" are days.</description>
      <pubDate>Mon, 03 Oct 2005 16:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/3640721#M239162</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-10-03T16:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/3640722#M239163</link>
      <description>Derek,&lt;BR /&gt;&lt;BR /&gt;it refers days...&lt;BR /&gt;&lt;BR /&gt;Good Luck,</description>
      <pubDate>Tue, 04 Oct 2005 00:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/3640722#M239163</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-10-04T00:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/3640723#M239164</link>
      <description>To find elapsed time use etime with -o option.&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -ex -o 'pid,pcpu,state,comm,time,etime'&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 04 Oct 2005 01:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/3640723#M239164</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-04T01:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/3640724#M239165</link>
      <description>etime - Elapsed time of the process. The default heading for this column is ELAPSED.&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -ex -o 'pid,pcpu,state,comm,time,etime'&lt;BR /&gt;  PID  %CPU S COMMAND             TIME  ELAPSED&lt;BR /&gt;    0  0.02 S swapper            00:25 7-19:04:13&lt;BR /&gt;    1  0.04 R init               00:08 7-19:04:56&lt;BR /&gt;    8  0.00 R ioconfigd          00:00 7-19:04:56&lt;BR /&gt;    9  0.02 S nfsktcpd           00:08 7-19:04:56&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Oct 2005 01:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/3640724#M239165</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-04T01:12:21Z</dc:date>
    </item>
  </channel>
</rss>

