<?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 statistics monitor (free software) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433359#M3909</link>
    <description>Sar is a very good tool. For report process data, try timex. (see man timex). There is an old tool for counting resources used, acct. I never use it but you can try. (man acct). For network you can add ndd (HP11), nettune (HP10.20).&lt;BR /&gt;Good luck!</description>
    <pubDate>Thu, 27 Jul 2000 23:48:53 GMT</pubDate>
    <dc:creator>Antoanetta Naghiu</dc:creator>
    <dc:date>2000-07-27T23:48:53Z</dc:date>
    <item>
      <title>Process statistics monitor (free software)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433355#M3905</link>
      <description>Hi guys,&lt;BR /&gt;Any idea of a free sources for a performance monitor that can display a process statistics (all types and&lt;BR /&gt;amounts of system calls, open files, etc.)&lt;BR /&gt;It's Something similar to GLANCE process monitor &lt;BR /&gt;section.</description>
      <pubDate>Thu, 27 Jul 2000 21:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433355#M3905</guid>
      <dc:creator>JackFlash</dc:creator>
      <dc:date>2000-07-27T21:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Process statistics monitor (free software)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433356#M3906</link>
      <description>Hi,&lt;BR /&gt;"Home made" scripts base in vmstat, top, netstat, iostat, bdf, nettl, lpstat,  swapinfo and so on. Tail or grep log file (syslog, backup log). I am not aware about any free software for performance monitor.</description>
      <pubDate>Thu, 27 Jul 2000 21:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433356#M3906</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-07-27T21:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Process statistics monitor (free software)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433357#M3907</link>
      <description>Thanks Antoanetta for your answer.&lt;BR /&gt;Still I need more details in one shot about a process.&lt;BR /&gt;For example the sum of calls that trace utility gathered.&lt;BR /&gt;Maybe "ktop" offers that (runs on linux and others but I am not aware of HPUX version - like all kde applications, ktop will need QT environment for HP and&lt;BR /&gt;such).</description>
      <pubDate>Thu, 27 Jul 2000 21:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433357#M3907</guid>
      <dc:creator>JackFlash</dc:creator>
      <dc:date>2000-07-27T21:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Process statistics monitor (free software)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433358#M3908</link>
      <description>you can use "sar" and "top" from the HP UX which comes with OS. these are very handy to start with.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jul 2000 22:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433358#M3908</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2000-07-27T22:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Process statistics monitor (free software)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433359#M3909</link>
      <description>Sar is a very good tool. For report process data, try timex. (see man timex). There is an old tool for counting resources used, acct. I never use it but you can try. (man acct). For network you can add ndd (HP11), nettune (HP10.20).&lt;BR /&gt;Good luck!</description>
      <pubDate>Thu, 27 Jul 2000 23:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433359#M3909</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-07-27T23:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Process statistics monitor (free software)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433360#M3910</link>
      <description>Writing a short script would be easy to in collecting the data. The /usr/lbin/sa/sa1 will collect most of the data you are seeking. The call /usr/lbin/sa/sa2 to convert the binary output to text output and you have the stats. You can place in cron to run periodically through the day. The script can include other stats to get you the info such as vmstat, nfsstat, netttl, etc., for more info. The closest I have come was a perl script called 'sarge', the system activity report graphing engine. Problem with it however is it does not use some of the HP-UX specific sar options - not able to get info regarding swap as an example. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2000 00:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433360#M3910</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-07-28T00:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Process statistics monitor (free software)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433361#M3911</link>
      <description>look at dmon at :&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt;&lt;BR /&gt;Software Porting And Archive Centre for HP-UX&lt;BR /&gt;&lt;BR /&gt;Also seach the net for a  later version:&lt;BR /&gt;dmon_1.7.2b.&lt;BR /&gt;This may require a little hacking.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2000 12:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433361#M3911</guid>
      <dc:creator>Mike Nemeth</dc:creator>
      <dc:date>2000-07-28T12:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Process statistics monitor (free software)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433362#M3912</link>
      <description>Yaakov,&lt;BR /&gt; There are a lot of utilities out there are very good and free but hardly any combine al the functionalities of glance.&lt;BR /&gt;&lt;BR /&gt;Have a look &lt;BR /&gt;&lt;A href="http://www.ugu.com" target="_blank"&gt;http://www.ugu.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.rootprompt.org/" target="_blank"&gt;http://www.rootprompt.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and do a search on these you will find many and its a matter of what exacty you want to do.</description>
      <pubDate>Mon, 31 Jul 2000 06:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-statistics-monitor-free-software/m-p/2433362#M3912</guid>
      <dc:creator>Anthony Goonetilleke</dc:creator>
      <dc:date>2000-07-31T06:35:26Z</dc:date>
    </item>
  </channel>
</rss>

