<?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: system statistics in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/system-statistics/m-p/3701061#M73538</link>
    <description>Mustafa,&lt;BR /&gt;&lt;BR /&gt;Check out the T4 add-on, available from the OpenVMS www site. There is also an article on T4 (see &lt;A href="http://h71000.www7.hp.com/openvms/journal/v3/index.html#t4)" target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v3/index.html#t4)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
    <pubDate>Mon, 02 Jan 2006 23:14:11 GMT</pubDate>
    <dc:creator>Robert Gezelter</dc:creator>
    <dc:date>2006-01-02T23:14:11Z</dc:date>
    <item>
      <title>system statistics</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-statistics/m-p/3701060#M73537</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I want to use some monitoring commands in DCL scripts in order to determine CPU usage, disk I/O rate, network interface states (utilization, failure, etc...), memory usage, etc. I put these commands in a .com file and run it in regular interval. According some threshold values, the the program gives an appropriate alert. &lt;BR /&gt;&lt;BR /&gt;Can I use the monitor command like "monitor cluster /summary=out.txt"? But, with this command, it records the statistics to the output file continously. I can use /ending qualifier but I can not determine how much time it takes to take full enough statistics. I mean, the output file should contain exactly one statistics per item, not two or more. One CPU usage per cluster node, one I/O rate per disk, one memory usage per cluster node, one network statistics per card, etc... I do not want second statistic for the same item, two CPU statistics per cluster node for instance.&lt;BR /&gt;Is it possible, with monitor or other commands..&lt;BR /&gt;&lt;BR /&gt;thanks...</description>
      <pubDate>Mon, 02 Jan 2006 17:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-statistics/m-p/3701060#M73537</guid>
      <dc:creator>mustafa_12</dc:creator>
      <dc:date>2006-01-02T17:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: system statistics</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-statistics/m-p/3701061#M73538</link>
      <description>Mustafa,&lt;BR /&gt;&lt;BR /&gt;Check out the T4 add-on, available from the OpenVMS www site. There is also an article on T4 (see &lt;A href="http://h71000.www7.hp.com/openvms/journal/v3/index.html#t4)" target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v3/index.html#t4)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 02 Jan 2006 23:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-statistics/m-p/3701061#M73538</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-01-02T23:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: system statistics</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-statistics/m-p/3701062#M73539</link>
      <description>I use monitor in dcl to get some info.&lt;BR /&gt;See attached file.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 03 Jan 2006 01:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-statistics/m-p/3701062#M73539</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-01-03T01:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: system statistics</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-statistics/m-p/3701063#M73540</link>
      <description>&lt;BR /&gt;I'll second Bob's endorsement of T4.  You can  get the kit at &lt;A href="http://h71000.www7.hp.com/openvms/products/t4/index.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/t4/index.html&lt;/A&gt;    TLViz is a PC utility to create graphs from T4 data files.  &lt;BR /&gt;&lt;BR /&gt;You may also want to look at the ECP Data Collector and Performance Analyzer.  See &lt;A href="http://h71000.www7.hp.com/openvms/products/ecp/performance-and-capacity-download.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/ecp/performance-and-capacity-download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jan 2006 12:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-statistics/m-p/3701063#M73540</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-01-03T12:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: system statistics</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-statistics/m-p/3701064#M73541</link>
      <description>Howdy,&lt;BR /&gt;&lt;BR /&gt;I do something similar to Wim. Attached is a modified piece of DCL from a system checker I use. This part checks there isn't a cpu hog (defined by me as a process using 85%+ cpu 15 minutes apart, which catches most of my runaway processes). Shows the principal of using a monitor file, anyway, so can be adapted to meet your needs. BTW, works on VMS Alpha V7.3-1, other versions/platforms may have different number of records in the output file, different location of data within the record etc.&lt;BR /&gt;&lt;BR /&gt;Have fun,&lt;BR /&gt;&lt;BR /&gt;PJ</description>
      <pubDate>Thu, 05 Jan 2006 15:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-statistics/m-p/3701064#M73541</guid>
      <dc:creator>Paul Jerrom</dc:creator>
      <dc:date>2006-01-05T15:15:22Z</dc:date>
    </item>
  </channel>
</rss>

