<?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 logging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-logging/m-p/2805016#M82809</link>
    <description>&lt;BR /&gt;I think the best thing to do is switch on process accounting temporarily. Switch it on only for the userid you are using to execute the binary (not root as too many other processes running under root). You can easily switch it on using SAM, then run your executable, then switch it off and look at the logs (via SAM) and you will see exactly which/what processes got spawned off.&lt;BR /&gt;</description>
    <pubDate>Thu, 12 Sep 2002 12:00:55 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2002-09-12T12:00:55Z</dc:date>
    <item>
      <title>process logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-logging/m-p/2805014#M82807</link>
      <description>I am trying to find out what and how many processes start when I am running a certain executable.  The exec works too fast to just do a ps -ef.</description>
      <pubDate>Thu, 12 Sep 2002 11:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-logging/m-p/2805014#M82807</guid>
      <dc:creator>Aaron_4</dc:creator>
      <dc:date>2002-09-12T11:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: process logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-logging/m-p/2805015#M82808</link>
      <description>&lt;BR /&gt;I'm confused! You start a program and you want to know how many processes start? Did you write this application or did someone else??&lt;BR /&gt;&lt;BR /&gt;You could run process accounting or maybe glance will help you?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 12 Sep 2002 11:59:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-logging/m-p/2805015#M82808</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-09-12T11:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: process logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-logging/m-p/2805016#M82809</link>
      <description>&lt;BR /&gt;I think the best thing to do is switch on process accounting temporarily. Switch it on only for the userid you are using to execute the binary (not root as too many other processes running under root). You can easily switch it on using SAM, then run your executable, then switch it off and look at the logs (via SAM) and you will see exactly which/what processes got spawned off.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Sep 2002 12:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-logging/m-p/2805016#M82809</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-09-12T12:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: process logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-logging/m-p/2805017#M82810</link>
      <description>Aaron,&lt;BR /&gt;&lt;BR /&gt;Here's a little script that might work.&lt;BR /&gt;&lt;BR /&gt;Suppose the process you are interested in is called myProcess.  Try the following:&lt;BR /&gt;&lt;BR /&gt;MYPID=`ps -ef|grep myProcess | cut -c 10-14`&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep $MYPID&lt;BR /&gt;&lt;BR /&gt;This should report a list of processes whose parent process is "myProcess"&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;- Allan&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Sep 2002 12:01:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-logging/m-p/2805017#M82810</guid>
      <dc:creator>Allan Pincus</dc:creator>
      <dc:date>2002-09-12T12:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: process logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-logging/m-p/2805018#M82811</link>
      <description>Harry,&lt;BR /&gt;This is one function of a commercial application.&lt;BR /&gt;&lt;BR /&gt;I will look at process accounting and try the script.</description>
      <pubDate>Thu, 12 Sep 2002 12:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-logging/m-p/2805018#M82811</guid>
      <dc:creator>Aaron_4</dc:creator>
      <dc:date>2002-09-12T12:05:19Z</dc:date>
    </item>
  </channel>
</rss>

