<?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 System Resource Utilization in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/system-resource-utilization/m-p/4980972#M76656</link>
    <description>Hi All,&lt;BR /&gt;   I'm planning to write a script that will collect system resouces utilization every one hour. System resource utilization like I/O, Memory, and CPU - do you have any idea which DCL or lexical I can get this information?&lt;BR /&gt;&lt;BR /&gt;    Hope to get reply on this.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ronald</description>
    <pubDate>Thu, 25 May 2006 21:31:15 GMT</pubDate>
    <dc:creator>IFX_1</dc:creator>
    <dc:date>2006-05-25T21:31:15Z</dc:date>
    <item>
      <title>System Resource Utilization</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-resource-utilization/m-p/4980972#M76656</link>
      <description>Hi All,&lt;BR /&gt;   I'm planning to write a script that will collect system resouces utilization every one hour. System resource utilization like I/O, Memory, and CPU - do you have any idea which DCL or lexical I can get this information?&lt;BR /&gt;&lt;BR /&gt;    Hope to get reply on this.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ronald</description>
      <pubDate>Thu, 25 May 2006 21:31:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-resource-utilization/m-p/4980972#M76656</guid>
      <dc:creator>IFX_1</dc:creator>
      <dc:date>2006-05-25T21:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: System Resource Utilization</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-resource-utilization/m-p/4980973#M76657</link>
      <description>Ronald,&lt;BR /&gt;&lt;BR /&gt;a lot of this really comes back at yourself!&lt;BR /&gt;&lt;BR /&gt;I know, we got a similar request 9 years ago.&lt;BR /&gt;We made a preliminary small DCL, presenting some data.&lt;BR /&gt;Those lead to more precise info requests, the sript evolved accordingly, and now it really presents everything that "theÃ¿" consider worthwhile.&lt;BR /&gt;&lt;BR /&gt;Start i=out with a simple script that collects what they want. Put that into a temporary file, do it again after &lt;INTERVAL&gt;, compare the values, present the differences.&lt;BR /&gt;&lt;BR /&gt;Now for the big deal: "What do they want to see specifically". &lt;BR /&gt;Your script wi;ll evolve quickly, and it will be uniquely tailored to your site's desires.&lt;BR /&gt;&lt;BR /&gt;You'll see: it quickly will become THE most important piece of software.&lt;BR /&gt;But: very quickly, just BECAUSE of its predictability, the interest will whither, and all you are left with is a nice set of metrics.&lt;BR /&gt;&lt;BR /&gt;But, whenever any question arises, you now have the ability to produce a wealth of historic data.&lt;BR /&gt;&lt;BR /&gt; But, only YOU can estimate what is important at YOUR site!&lt;BR /&gt;&lt;BR /&gt;ymmv.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe (live from the Bootcamp in Nashua)&lt;/INTERVAL&gt;</description>
      <pubDate>Thu, 25 May 2006 22:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-resource-utilization/m-p/4980973#M76657</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-05-25T22:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: System Resource Utilization</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-resource-utilization/m-p/4980974#M76658</link>
      <description>The classic tools for this are MONITOR and parse the text files, T4 and now you can use&lt;BR /&gt;TDC and GETRMI.&lt;BR /&gt;&lt;BR /&gt;TDC&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/products/tdc/index.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/tdc/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;T4&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/products/t4/" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/t4/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can get some basic info from f$GETSYI, f$GETJPI. See&lt;BR /&gt;&lt;A href="http://dcl.openvms.org" target="_blank"&gt;http://dcl.openvms.org&lt;/A&gt; &lt;BR /&gt;for plenty of examples.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 May 2006 23:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-resource-utilization/m-p/4980974#M76658</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-05-25T23:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: System Resource Utilization</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-resource-utilization/m-p/4980975#M76659</link>
      <description>F$GETSYI() offers some potentially useful&lt;BR /&gt;items:&lt;BR /&gt;&lt;BR /&gt;FREE_PAGES&lt;BR /&gt;MEMSIZE&lt;BR /&gt;&lt;BR /&gt;PAGEFILE_FREE&lt;BR /&gt;PAGEFILE_PAGE&lt;BR /&gt;&lt;BR /&gt;(PAGE_SIZE)&lt;BR /&gt;&lt;BR /&gt;You'd need to do your own sampling.&lt;BR /&gt;&lt;BR /&gt;Most of the potential items are discussed in&lt;BR /&gt;more detail in the documentation for $GETSYI:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82FINAL/4527/4527pro_066.html#index_x_630" target="_blank"&gt;http://h71000.www7.hp.com/doc/82FINAL/4527/4527pro_066.html#index_x_630&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://vms.process.com/scripts/fileserv/fileserv.com?LAVDRIVER" target="_blank"&gt;http://vms.process.com/scripts/fileserv/fileserv.com?LAVDRIVER&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HELP MONITOR&lt;BR /&gt;</description>
      <pubDate>Thu, 25 May 2006 23:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-resource-utilization/m-p/4980975#M76659</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-05-25T23:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: System Resource Utilization</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-resource-utilization/m-p/4980976#M76660</link>
      <description>Ronald,&lt;BR /&gt;&lt;BR /&gt;nowadays, I would strongly suggest to use T4 on any recent OpenVMS Alpha or OpenVMS I64 system. This is a low overhead performance data collector used by OpenVMS engineering since a couple of years. It can automatically manage the collected data and present daily graphical overviews via e-mail. If you then need to focus on more specific data, it's just there and you can manually analyze the data using TLviz, which provides graphical output much better than any home-grown DCL script could do.&lt;BR /&gt;&lt;BR /&gt;T4 is very easy to install and configure.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 26 May 2006 04:40:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-resource-utilization/m-p/4980976#M76660</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-05-26T04:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: System Resource Utilization</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-resource-utilization/m-p/4980977#M76661</link>
      <description>I try to user T4.</description>
      <pubDate>Sun, 28 May 2006 23:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-resource-utilization/m-p/4980977#M76661</guid>
      <dc:creator>IFX_1</dc:creator>
      <dc:date>2006-05-28T23:12:00Z</dc:date>
    </item>
  </channel>
</rss>

