<?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: logging processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601562#M855829</link>
    <description>James,&lt;BR /&gt;&lt;BR /&gt;   The top command should do&lt;BR /&gt;fine ,except that i have&lt;BR /&gt;found top to be off-mark&lt;BR /&gt;on odd occasions.  &lt;BR /&gt;&lt;BR /&gt;  Glance is a good alternative.&lt;BR /&gt;&lt;BR /&gt;-raj</description>
    <pubDate>Thu, 25 Oct 2001 21:13:13 GMT</pubDate>
    <dc:creator>Roger Baptiste</dc:creator>
    <dc:date>2001-10-25T21:13:13Z</dc:date>
    <item>
      <title>logging processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601556#M855823</link>
      <description>Can anyone tell me if there's a way to log the top 5 or 10 processes ? Is there a product that can be purchased? Here's HP's reply :&lt;BR /&gt;&lt;BR /&gt;As I understand it from the case notes, the customer is looking for a method to take a snapshot of the top ten or so processes at a settable interval.  The following may meet their needs.&lt;BR /&gt;&lt;BR /&gt;If I were collecting this data, I'd use the undocumented "-f" option of top(1), along with the "-d" flag.  I'd set up a cron job to run every 5 minutes and execute this command:&lt;BR /&gt;&lt;BR /&gt;/usr/bin/top -n 10 -f /path/filename&lt;BR /&gt;&lt;BR /&gt;The "-n" flag specifies the number of processes you wish to see, sorted by CPU utilization.  The "-f" flag specifies the pathname you want the results printed to, but also specifies that you want just a single snapshot.  The file will not contain the cursor control characters you'd have if you redirected top's output to a file using "&amp;gt;".  And if top finds the file already there (as it would, in this case), it will append to it. Thanks in advance-Peace&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Oct 2001 17:47:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601556#M855823</guid>
      <dc:creator>James Grice</dc:creator>
      <dc:date>2001-10-25T17:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: logging processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601557#M855824</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have perfview then it is easy to get the report from measureware agent you can collect data.&lt;BR /&gt;&lt;BR /&gt;Also set cron for sar regular interval.&lt;BR /&gt;&lt;BR /&gt;GoodLuck&lt;BR /&gt;-USA..</description>
      <pubDate>Thu, 25 Oct 2001 17:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601557#M855824</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-10-25T17:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: logging processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601558#M855825</link>
      <description>Hi James:&lt;BR /&gt;&lt;BR /&gt;For ad hoc, short periods, I don't see anything particularly bad about this response.  For long-term serious performance analysis, I'd look at Glance/Measureware or somthing like it.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 25 Oct 2001 17:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601558#M855825</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-25T17:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: logging processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601559#M855826</link>
      <description>I have used that top functionality before and have had no problem,s.  For more detailed/refined reports you might want to set up a glance advisor which generates teh report that you wish.</description>
      <pubDate>Thu, 25 Oct 2001 18:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601559#M855826</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2001-10-25T18:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: logging processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601560#M855827</link>
      <description>Measureware is a great tool that I have been getting familiar with.  You will be able to not only extract current performance data, but historical as well.  Perfview is a separate product all together, but allows you to create graphs of metrics without having to ftp the data file to a pc an use excel.  You can also centrally manage data collection from a single server with Perfview.  &lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 25 Oct 2001 18:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601560#M855827</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-10-25T18:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: logging processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601561#M855828</link>
      <description>James,&lt;BR /&gt;&lt;BR /&gt;I've attached a Glance Adviser Syntax example.  You can save it to a file in your current directory.  Let's say we call it top5.syntax.  Then you can run something like:&lt;BR /&gt;&lt;BR /&gt;glance -adviser_only -syntax top5.syntax -j10&lt;BR /&gt;&lt;BR /&gt;I hope this helps ...   Mladen</description>
      <pubDate>Thu, 25 Oct 2001 18:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601561#M855828</guid>
      <dc:creator>Mladen Despic</dc:creator>
      <dc:date>2001-10-25T18:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: logging processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601562#M855829</link>
      <description>James,&lt;BR /&gt;&lt;BR /&gt;   The top command should do&lt;BR /&gt;fine ,except that i have&lt;BR /&gt;found top to be off-mark&lt;BR /&gt;on odd occasions.  &lt;BR /&gt;&lt;BR /&gt;  Glance is a good alternative.&lt;BR /&gt;&lt;BR /&gt;-raj</description>
      <pubDate>Thu, 25 Oct 2001 21:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logging-processes/m-p/2601562#M855829</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-10-25T21:13:13Z</dc:date>
    </item>
  </channel>
</rss>

