<?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: cpu load command in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497964#M42862</link>
    <description>&lt;!--!*#--&gt;Have you checked out the MONITOR utility?&lt;BR /&gt;&lt;BR /&gt;$ MONITOR SYSTEM&lt;BR /&gt;$ MONITOR MODES&lt;BR /&gt;$ MONITOR PROCESS /TOPCPU</description>
    <pubDate>Tue, 15 Sep 2009 16:04:44 GMT</pubDate>
    <dc:creator>Jess Goodman</dc:creator>
    <dc:date>2009-09-15T16:04:44Z</dc:date>
    <item>
      <title>cpu load command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497962#M42860</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;i'm searching for a command to get the cpu-load while i run manymany command-scripts (at the same time) against my database - i'm on a openvms itanium system - OpenVMS 8.3 ...&lt;BR /&gt;&lt;BR /&gt;4xdualCore Processors... so, a DCL command with smp-statistical information would also be very nice...&lt;BR /&gt;&lt;BR /&gt;i searched many times, but i didn't found any thread ...&lt;BR /&gt;&lt;BR /&gt;i know the "system dump analyzer", but i don't know how to use it, to get a information about the percentage-cpu-load while my commands are running...&lt;BR /&gt;&lt;BR /&gt;thanks and best greets!!&lt;BR /&gt;Simon</description>
      <pubDate>Tue, 15 Sep 2009 15:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497962#M42860</guid>
      <dc:creator>dodger_1</dc:creator>
      <dc:date>2009-09-15T15:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: cpu load command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497963#M42861</link>
      <description>Simon,&lt;BR /&gt;&lt;BR /&gt;have a look at the various MONITOR options.&lt;BR /&gt;&lt;BR /&gt;Try:&lt;BR /&gt;&lt;BR /&gt;$ mon sys&lt;BR /&gt;$ mon sys/all&lt;BR /&gt;$ mon clu        (even for standalone nodes)&lt;BR /&gt;$ mon disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Lots of options available!&lt;BR /&gt;&lt;BR /&gt;$ mon help monitor&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 15 Sep 2009 16:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497963#M42861</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2009-09-15T16:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: cpu load command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497964#M42862</link>
      <description>&lt;!--!*#--&gt;Have you checked out the MONITOR utility?&lt;BR /&gt;&lt;BR /&gt;$ MONITOR SYSTEM&lt;BR /&gt;$ MONITOR MODES&lt;BR /&gt;$ MONITOR PROCESS /TOPCPU</description>
      <pubDate>Tue, 15 Sep 2009 16:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497964#M42862</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2009-09-15T16:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: cpu load command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497965#M42863</link>
      <description>&amp;gt;&amp;gt; i'm searching for a command to get the cpu-load &lt;BR /&gt;&lt;BR /&gt;That data is available through the $GETRMI system API. This is not available as a lexical, but easy enough to create a C/Macro program to do so (Send some monies or beer :-)&lt;BR /&gt;&lt;BR /&gt;I would recommend either MONITOR /OUT to capture the data you need, or learn to use T4, to grab this data (callected by monitor).&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; so, a DCL command with smp-statistical information would also be very nice...&lt;BR /&gt;&lt;BR /&gt;Just using DCL you would have to walk the PID's and use F$GETJPI to accumulate and sort out some CPU (kernel, exec, user, total...) data and any other per process process stats you might care about (BUFIO, DIRIO, FAULTS,.. no lock data :-( available )&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein van den Heuvel&lt;BR /&gt;HvdH Performance Consulting.</description>
      <pubDate>Tue, 15 Sep 2009 16:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497965#M42863</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-09-15T16:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: cpu load command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497966#M42864</link>
      <description>Hey, super!&lt;BR /&gt;&lt;BR /&gt;no, i didn't know that tool ... i'll try and let you know about my experiences...&lt;BR /&gt;&lt;BR /&gt;best greets,&lt;BR /&gt;Simon</description>
      <pubDate>Tue, 15 Sep 2009 16:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497966#M42864</guid>
      <dc:creator>dodger_1</dc:creator>
      <dc:date>2009-09-15T16:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: cpu load command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497967#M42865</link>
      <description>The MONITOR utility (and MONITOR can record data), the T4 tools (which are built on MONITOR), the Availability Manager (or the older AMDS) tools, or you can more directly instrument the OpenVMS environment using system service calls including sys$getrmi and sys$getjpi[w] and such, depending on what detail(s) you are looking to investigate.&lt;BR /&gt;&lt;BR /&gt;The decuslib.com site has the OpenVMS Freeware disks and a rather large collection of source code for OpenVMS, and there are tools such as EPM over there.</description>
      <pubDate>Tue, 15 Sep 2009 16:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497967#M42865</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-09-15T16:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: cpu load command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497968#M42866</link>
      <description>i love this people here ... thanks... you have to give me a little bit of time, to get an overview of my possibilities =)&lt;BR /&gt;&lt;BR /&gt;SiJa, Simon</description>
      <pubDate>Tue, 15 Sep 2009 16:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497968#M42866</guid>
      <dc:creator>dodger_1</dc:creator>
      <dc:date>2009-09-15T16:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: cpu load command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497969#M42867</link>
      <description>See this link for 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; it provides an overall view of the system including memory and IO.  Monitor is one of the data collectors for T4, using the /RECORD.  You can also replay the raw monitor file which T4 collected for the graphic play by play.  &lt;BR /&gt;&lt;BR /&gt;Availability Manager &lt;A href="http://h71000.www7.hp.com/openvms/products/availman/index.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/availman/index.html&lt;/A&gt; provides a driver which allows a remote system to see real time system behavior.  More importantly, it flags quota issues and allows fixes.  Some of the default warning levels should be adjusted to modern system.  &lt;BR /&gt;&lt;BR /&gt;Andy Bustamante</description>
      <pubDate>Tue, 15 Sep 2009 16:47:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-load-command/m-p/4497969#M42867</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2009-09-15T16:47:13Z</dc:date>
    </item>
  </channel>
</rss>

