<?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: process table scanning in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/process-table-scanning/m-p/3188203#M9742</link>
    <description>This is strange. Somehow I ended up with&lt;BR /&gt;two exact postings of this message with&lt;BR /&gt;two different people responding to either&lt;BR /&gt;one or the other. ???&lt;BR /&gt;&lt;BR /&gt;Can a moderator out there combine the replies&lt;BR /&gt;to one or the other posts?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks Mark, I'll check it out.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Feb 2004 09:00:16 GMT</pubDate>
    <dc:creator>jerry1</dc:creator>
    <dc:date>2004-02-11T09:00:16Z</dc:date>
    <item>
      <title>process table scanning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/process-table-scanning/m-p/3188201#M9740</link>
      <description>Would anyone out there happen to have a&lt;BR /&gt;script or would know how to capture particular&lt;BR /&gt;account processes and log them.&lt;BR /&gt;&lt;BR /&gt;ps -ef gives you the current snapshot of what&lt;BR /&gt;is running but how would you capture particular&lt;BR /&gt;process in real time to a log file without&lt;BR /&gt;have dups entires.&lt;BR /&gt;&lt;BR /&gt;Doing a:&lt;BR /&gt;&lt;BR /&gt;ps -ef|grep -v &lt;DON&gt;|grep -i &lt;WHAT is="" wanted=""&gt;  &amp;gt;&amp;gt;pslog&lt;BR /&gt;&lt;BR /&gt;doesn't give you realtime data.&lt;BR /&gt;&lt;BR /&gt;acctcom does not have the info needed either.&lt;/WHAT&gt;&lt;/DON&gt;</description>
      <pubDate>Tue, 10 Feb 2004 14:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/process-table-scanning/m-p/3188201#M9740</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-02-10T14:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: process table scanning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/process-table-scanning/m-p/3188202#M9741</link>
      <description>The /proc filesystem is fun.&lt;BR /&gt;&lt;BR /&gt;That's a realtime peek into kernel process tables disguised as a filesystem.&lt;BR /&gt;&lt;BR /&gt;"man proc" ought to give more information.&lt;BR /&gt;&lt;BR /&gt;so&lt;BR /&gt;&lt;BR /&gt;find /proc/[0-9]* -name cmdline -exec cat {} \;&lt;BR /&gt;&lt;BR /&gt;gives you the name of all running processes as they were launched from the command line.&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2004 15:04:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/process-table-scanning/m-p/3188202#M9741</guid>
      <dc:creator>Mark Travis</dc:creator>
      <dc:date>2004-02-10T15:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: process table scanning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/process-table-scanning/m-p/3188203#M9742</link>
      <description>This is strange. Somehow I ended up with&lt;BR /&gt;two exact postings of this message with&lt;BR /&gt;two different people responding to either&lt;BR /&gt;one or the other. ???&lt;BR /&gt;&lt;BR /&gt;Can a moderator out there combine the replies&lt;BR /&gt;to one or the other posts?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks Mark, I'll check it out.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2004 09:00:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/process-table-scanning/m-p/3188203#M9742</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-02-11T09:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: process table scanning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/process-table-scanning/m-p/3188204#M9743</link>
      <description>This is the wrong forum. I will re-post this&lt;BR /&gt;message to the HP forum.</description>
      <pubDate>Wed, 11 Feb 2004 12:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/process-table-scanning/m-p/3188204#M9743</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-02-11T12:58:59Z</dc:date>
    </item>
  </channel>
</rss>

