<?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: HP-UX System resource Monitoring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870954#M98462</link>
    <description>A couple of helpful ideas from you guys.  Thanks for your inputs.  I really have no problem collecting the data, as it were.  My biggest problem is getting it formatted into something readable.  Specifically, I would like to output to something like a graph or a bar chart.  I would not be against buying perfview or glance or whatever might work.  I'm just not sure what my best bet would be for getting what I want (or if it will work with 9.05).&lt;BR /&gt;&lt;BR /&gt;Thanks again for your previous inputs.  The community appreciates people like you.&lt;BR /&gt;&lt;BR /&gt;Rick</description>
    <pubDate>Tue, 31 Dec 2002 12:49:25 GMT</pubDate>
    <dc:creator>Rick Sandlin</dc:creator>
    <dc:date>2002-12-31T12:49:25Z</dc:date>
    <item>
      <title>HP-UX System resource Monitoring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870948#M98456</link>
      <description>I need to monitor system resources on an old 9.05 system running on HP-743(VME) processors.  So far, all I can come up with is running commands manually, such as 'sar', 'iostat', 'vmstat', etc...  I have been searching for some type of utility that will automate this process and give me usable output concerning processes and system utilization.  Can someone please point me to some such utility, or does anything like that even exist for the old 9.05 operating environment?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Rick</description>
      <pubDate>Fri, 27 Dec 2002 16:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870948#M98456</guid>
      <dc:creator>Rick Sandlin</dc:creator>
      <dc:date>2002-12-27T16:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX System resource Monitoring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870949#M98457</link>
      <description>I think "top" was available for 9.05, but I haven't a clue where you would get it for such an old version of HPUX.&lt;BR /&gt;&lt;BR /&gt;You actually got thru Y2K with such an old version? I'm impressed!&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 27 Dec 2002 17:51:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870949#M98457</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-12-27T17:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX System resource Monitoring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870950#M98458</link>
      <description>What are you looking for that sar, iostat and vmstat (and, as Martin mentions, top) do not provide?&lt;BR /&gt;&lt;BR /&gt;Basically the current (10.X/11.X) tools are the same as those on 9.X, so you can apply most anything you read about the current tools to yours. The only exceptions are the optional product like Glance, MeasureWare, etc.. It is probably not possible/feasible to buy these for (very) your old and (very) obsolete release.</description>
      <pubDate>Mon, 30 Dec 2002 13:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870950#M98458</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-12-30T13:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX System resource Monitoring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870951#M98459</link>
      <description>You can use a sar script to do this.&lt;BR /&gt;&lt;BR /&gt;This came from HP without warrantly, and I modified it.&lt;BR /&gt;&lt;BR /&gt;You may need to change it more.&lt;BR /&gt;&lt;BR /&gt;It works on HP-UX 11.00&lt;BR /&gt;&lt;BR /&gt;If it helps, I can assist you in making changes so that you can control how long you collect performance data.&lt;BR /&gt;&lt;BR /&gt;Buzz some points if its useful.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 30 Dec 2002 14:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870951#M98459</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-12-30T14:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX System resource Monitoring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870952#M98460</link>
      <description>You can automate these tasks, and whatever else you want, by utilizing cron.  &lt;BR /&gt;&lt;BR /&gt;These should all be in root's cron.  To edit your crontab file, do a&lt;BR /&gt;&lt;BR /&gt;# crontab -e&lt;BR /&gt;&lt;BR /&gt;For more information on cron and crontab, see the man pages.&lt;BR /&gt;&lt;BR /&gt;# man cron&lt;BR /&gt;&lt;BR /&gt;# man crontab</description>
      <pubDate>Mon, 30 Dec 2002 14:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870952#M98460</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-12-30T14:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX System resource Monitoring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870953#M98461</link>
      <description>I don't know wether Glance is supported on 9.x but here is a link:&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/infolibrary/prog_guide/java1/measuring_sys_performance.html" target="_blank"&gt;http://www.hp.com/products1/unix/java/infolibrary/prog_guide/java1/measuring_sys_performance.html&lt;/A&gt;&lt;BR /&gt;Hope it helps!&lt;BR /&gt;Cheers,&lt;BR /&gt;T??</description>
      <pubDate>Mon, 30 Dec 2002 16:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870953#M98461</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2002-12-30T16:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX System resource Monitoring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870954#M98462</link>
      <description>A couple of helpful ideas from you guys.  Thanks for your inputs.  I really have no problem collecting the data, as it were.  My biggest problem is getting it formatted into something readable.  Specifically, I would like to output to something like a graph or a bar chart.  I would not be against buying perfview or glance or whatever might work.  I'm just not sure what my best bet would be for getting what I want (or if it will work with 9.05).&lt;BR /&gt;&lt;BR /&gt;Thanks again for your previous inputs.  The community appreciates people like you.&lt;BR /&gt;&lt;BR /&gt;Rick</description>
      <pubDate>Tue, 31 Dec 2002 12:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-system-resource-monitoring/m-p/2870954#M98462</guid>
      <dc:creator>Rick Sandlin</dc:creator>
      <dc:date>2002-12-31T12:49:25Z</dc:date>
    </item>
  </channel>
</rss>

