<?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: find the uptime of a process in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/find-the-uptime-of-a-process/m-p/3902518#M26090</link>
    <description>It doesn't work with Red Hat 7.3&lt;BR /&gt;&lt;BR /&gt;ps: error: Unknown user-defined format specifier.&lt;BR /&gt;usage: ps -[Unix98 options]&lt;BR /&gt;       ps [BSD-style options]&lt;BR /&gt;       ps --[GNU-style long options]&lt;BR /&gt;       ps --help for a command summary&lt;BR /&gt;&lt;BR /&gt;:-(</description>
    <pubDate>Wed, 22 Nov 2006 09:01:53 GMT</pubDate>
    <dc:creator>labadie_1</dc:creator>
    <dc:date>2006-11-22T09:01:53Z</dc:date>
    <item>
      <title>find the uptime of a process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-the-uptime-of-a-process/m-p/3902513#M26085</link>
      <description>I know that in /proc/pid/fd I find the files opened by a process.&lt;BR /&gt;&lt;BR /&gt;I would like to know when a process has been created, or the uptime of the process.&lt;BR /&gt;&lt;BR /&gt;Is this info available somewhere ?&lt;BR /&gt;&lt;BR /&gt;Thanks for any hint</description>
      <pubDate>Wed, 22 Nov 2006 07:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-the-uptime-of-a-process/m-p/3902513#M26085</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-11-22T07:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: find the uptime of a process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-the-uptime-of-a-process/m-p/3902514#M26086</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep process_name&lt;BR /&gt;&lt;BR /&gt;UNIX95=1&lt;BR /&gt;ps -C&lt;BR /&gt;&lt;BR /&gt;there are a while array of ps commands to tell you process details.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 22 Nov 2006 07:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-the-uptime-of-a-process/m-p/3902514#M26086</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-11-22T07:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: find the uptime of a process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-the-uptime-of-a-process/m-p/3902515#M26087</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;The basic ps -ef seems to show the day, not the exact date, but it should be close enough :-)&lt;BR /&gt;&lt;BR /&gt;I have a prehistorical Red Hat Entreprise 7.3 and ps -C is not available.&lt;BR /&gt;&lt;BR /&gt;What do you mean with Unix95=1 ?</description>
      <pubDate>Wed, 22 Nov 2006 07:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-the-uptime-of-a-process/m-p/3902515#M26087</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-11-22T07:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: find the uptime of a process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-the-uptime-of-a-process/m-p/3902516#M26088</link>
      <description>ps -o "%t" 28730&lt;BR /&gt;&lt;BR /&gt;gives exactly what I want for the process 28730&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Wed, 22 Nov 2006 07:57:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-the-uptime-of-a-process/m-p/3902516#M26088</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-11-22T07:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: find the uptime of a process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-the-uptime-of-a-process/m-p/3902517#M26089</link>
      <description>labadie,&lt;BR /&gt;&lt;BR /&gt;There's also this command to see the creation date/time of processes:&lt;BR /&gt;&lt;BR /&gt;# ps -eo user,pid,lstart,cmd&lt;BR /&gt;&lt;BR /&gt;Vic</description>
      <pubDate>Wed, 22 Nov 2006 08:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-the-uptime-of-a-process/m-p/3902517#M26089</guid>
      <dc:creator>Victor Semaska_3</dc:creator>
      <dc:date>2006-11-22T08:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: find the uptime of a process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-the-uptime-of-a-process/m-p/3902518#M26090</link>
      <description>It doesn't work with Red Hat 7.3&lt;BR /&gt;&lt;BR /&gt;ps: error: Unknown user-defined format specifier.&lt;BR /&gt;usage: ps -[Unix98 options]&lt;BR /&gt;       ps [BSD-style options]&lt;BR /&gt;       ps --[GNU-style long options]&lt;BR /&gt;       ps --help for a command summary&lt;BR /&gt;&lt;BR /&gt;:-(</description>
      <pubDate>Wed, 22 Nov 2006 09:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-the-uptime-of-a-process/m-p/3902518#M26090</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-11-22T09:01:53Z</dc:date>
    </item>
  </channel>
</rss>

