<?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: Average CPU utilization using MONITOR recorded data? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899892#M80121</link>
    <description>&lt;BR /&gt;Please look at T4, &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;  This utility builds on the data monitor makes available and can take your monitor files as input.  &lt;BR /&gt;&lt;BR /&gt;I used to record monitor and report on 30 minute periods during the day.  T4 can provide this information in an easy to read format.  The VMS Technical journal has an article, see &lt;A href="http://h71000.www7.hp.com/openvms/journal/v3/t4.html." target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v3/t4.html.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy</description>
    <pubDate>Fri, 17 Nov 2006 12:38:23 GMT</pubDate>
    <dc:creator>Andy Bustamante</dc:creator>
    <dc:date>2006-11-17T12:38:23Z</dc:date>
    <item>
      <title>Average CPU utilization using MONITOR recorded data?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899887#M80116</link>
      <description>Hi Folks,&lt;BR /&gt;&lt;BR /&gt;I've been using mostly PSPA for my system performance monitoring and it seems I am no longer able to use the "always there" and reliable MONITOR utility :) &lt;BR /&gt;&lt;BR /&gt;We are recording monitor data on a 15 minute interval per day on our nodes. Now, what I want to do is to extract the average daily CPU utilization of each node on a cluster using this recorded data. Will this be possible using monitor? What I know is that you can playback the collected data, but what I would like to have is to average these data and basically summarize it on a daily basis.&lt;BR /&gt;&lt;BR /&gt;Any input will be highly appreciated. Thanks!</description>
      <pubDate>Fri, 17 Nov 2006 03:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899887#M80116</guid>
      <dc:creator>roose</dc:creator>
      <dc:date>2006-11-17T03:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Average CPU utilization using MONITOR recorded data?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899888#M80117</link>
      <description>You may do a &lt;BR /&gt;$ MONITOR/Input='datafile' /Nodisplay/Summary='reportfile' class [/Begin... /End=...]&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Fri, 17 Nov 2006 03:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899888#M80117</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-11-17T03:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Average CPU utilization using MONITOR recorded data?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899889#M80118</link>
      <description>Hi Kalle,&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick reply here. Which class would you use then to get the CPU utilization? I believe if you are using the CLUSTER class, you should be able to see this. What if we are only recording each node's data, will this be possible?&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Nov 2006 03:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899889#M80118</guid>
      <dc:creator>roose</dc:creator>
      <dc:date>2006-11-17T03:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Average CPU utilization using MONITOR recorded data?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899890#M80119</link>
      <description>MONI MODE or MONI SYSTEM display the IDLE time of a node.&lt;BR /&gt;&lt;BR /&gt;regards Kalle&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Nov 2006 04:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899890#M80119</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-11-17T04:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Average CPU utilization using MONITOR recorded data?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899891#M80120</link>
      <description>Roose,&lt;BR /&gt;&lt;BR /&gt;Assuming your nodes are in a cluster, if you use MON CLUS /SUM= ... you would just run it on one node of your cluster.  Then you'd only need to process one summary file to get the averages for each node.&lt;BR /&gt;&lt;BR /&gt;I would use CLUS over SYS as CLUS gives you the CPU utilization number you are looking for.  If you use SYS you would get idle time instead and would have to compute the utilization number from there.</description>
      <pubDate>Fri, 17 Nov 2006 08:36:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899891#M80120</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2006-11-17T08:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Average CPU utilization using MONITOR recorded data?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899892#M80121</link>
      <description>&lt;BR /&gt;Please look at T4, &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;  This utility builds on the data monitor makes available and can take your monitor files as input.  &lt;BR /&gt;&lt;BR /&gt;I used to record monitor and report on 30 minute periods during the day.  T4 can provide this information in an easy to read format.  The VMS Technical journal has an article, see &lt;A href="http://h71000.www7.hp.com/openvms/journal/v3/t4.html." target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v3/t4.html.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Fri, 17 Nov 2006 12:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899892#M80121</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-11-17T12:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Average CPU utilization using MONITOR recorded data?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899893#M80122</link>
      <description>Also whenever someone mentions monitoring I always have to bring up - Check out T4.  Very good collection tool.&lt;BR /&gt;&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;</description>
      <pubDate>Fri, 17 Nov 2006 12:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/average-cpu-utilization-using-monitor-recorded-data/m-p/3899893#M80122</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2006-11-17T12:41:47Z</dc:date>
    </item>
  </channel>
</rss>

