<?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: Performance DECREASE after CPU/memory upgrade in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054657#M61009</link>
    <description>Well, I DID run autogen (both when up- and downgrading), and in both cases the pagefile was changed (increased/decreased in size) - I don't have a sawpfile. I did not change memory parameters explicitely, left that to autogen, which in turn changed the settings for global sections and -pages, but not for process-bound quota (as far as I know).&lt;BR /&gt;When I observe the system (so my process is shown in CUR state), this CPU-bound process is obviously in COM state. The rest of the ~ 50 processes are HIB or LEF - so really idle. Would I need to adapt the process-bound process quota as well to increase that speed? I would need to know the memory requirements of each of them - and how to get these when these are (mostly) idle....But I'll see what I can get out of the system. (Let moitor run for some time, say 24 hrs (or longer) ?)&lt;BR /&gt;(although specified otherwise, I would really like an answer since i 'need' that extra mamory...)&lt;BR /&gt;</description>
    <pubDate>Mon, 08 Sep 2003 13:11:48 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2003-09-08T13:11:48Z</dc:date>
    <item>
      <title>Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054631#M60983</link>
      <description>My dear collegues,&lt;BR /&gt;&lt;BR /&gt;I consider this weird.&lt;BR /&gt;My (old ;)) Digital PWS500au had 256 Mb memory and (as the name suggests) a 500Mhz CPU. I run a CPU-intensive application on it that takes about 8 hours to complete. A lot of other processes are loaded as well and a number of them (Decnet and (inactive) TCPIP) are in HIBO or LEFO state - which doesn't really matter.&lt;BR /&gt;Well, I doubled memory and installed a faster (600Mhz) CPU, and changed CPU-clock accordingly. No problem for SRM, it signals the CPU speed is 600Mhz and the system has 512Mb memory, nor a problem for VMS: I have no HIBO or LEFO processes left (good).&lt;BR /&gt;However: the CPU-intensive process now takes about 10,5 hours to complete - runs about 25% SLOWER where I would expect a gain of about 15% (be a bit pessimistic....)&lt;BR /&gt;&lt;BR /&gt;Can anyone explain this and give me some idea what to do (I _should_ run autogen???)&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 07:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054631#M60983</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-08-22T07:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054632#M60984</link>
      <description>Hello Willem,&lt;BR /&gt;&lt;BR /&gt;running AUTOGEN is certainly a first step. &lt;BR /&gt;It might be interesting to actually look at the report from AUTOGEN to see where it wants to change parameters.  &lt;BR /&gt;Else you might want to check if the CPU is actually maxed out when you run your job or if there is still "free" CPU left.</description>
      <pubDate>Fri, 22 Aug 2003 14:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054632#M60984</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-08-22T14:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054633#M60985</link>
      <description>&lt;BR /&gt;If you did not run Autogen after adding the additional memory, your OS and Apps may not really be aware that it is all there to be used.&lt;BR /&gt;&lt;BR /&gt;Whenever you change your hardware platform, you MUST run autogen to allow the system to make necessary changes to allow for that additional hardware to really be used.&lt;BR /&gt;&lt;BR /&gt;If you want to see the changes that it makes save your old parameters, and do a diff between the old and new parameters.&lt;BR /&gt;&lt;BR /&gt;EX:&lt;BR /&gt; $ Copy alphavmssys.par Alphavmssys.old&lt;BR /&gt; $ mcr sysgen&lt;BR /&gt;          use current&lt;BR /&gt;          set /output &lt;NODENAME&gt;.old&lt;BR /&gt;          show/all&lt;BR /&gt;          show/spec&lt;BR /&gt;          exit&lt;BR /&gt;(*)    make edits to modparams.dat&lt;BR /&gt;   $ @sys$update:autogen getdata setparams nofeedback&lt;BR /&gt;   $ mcr sysgen&lt;BR /&gt;          use current&lt;BR /&gt;          set /output &lt;NODENAME&gt;.new&lt;BR /&gt;          show/all&lt;BR /&gt;          show/spec&lt;BR /&gt;          exit&lt;BR /&gt;   $diff/par/match=1/width=80/out=x.dif &lt;NODENAME&gt;.old &lt;NODENAME&gt;.new&lt;BR /&gt;  $ type x.dif&lt;BR /&gt;verify that the edits in modparams took hold and are correct, note other changes&lt;BR /&gt;and verify they look ok as well.&lt;BR /&gt;&lt;BR /&gt;When you are happy, Reboot the box!&lt;BR /&gt;&lt;/NODENAME&gt;&lt;/NODENAME&gt;&lt;/NODENAME&gt;&lt;/NODENAME&gt;</description>
      <pubDate>Sat, 23 Aug 2003 01:04:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054633#M60985</guid>
      <dc:creator>Mike Naime</dc:creator>
      <dc:date>2003-08-23T01:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054634#M60986</link>
      <description>Assuming your system has been up long enough &lt;BR /&gt;under load, you can also use autogen with savparams and feedback</description>
      <pubDate>Sat, 23 Aug 2003 02:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054634#M60986</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-08-23T02:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054635#M60987</link>
      <description>Thanks to all - I'll run autogen anyway.&lt;BR /&gt;Someone else gave me a hint it could be caused by the hardware, e.g. because the memory isn't responsive enough: processor speed 600Mhz but memory would fit up to 433, for instance, which would cause an overall decrease of memery access - even if memory that _can_ handle this speed is accessed.&lt;BR /&gt;Anyone an idea about this?&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Aug 2003 06:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054635#M60987</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-08-25T06:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054636#M60988</link>
      <description>Hi Willen,&lt;BR /&gt;AUTOGEN can help you because some system parameters (that have value for 256 Mb and 500MHz CPU) don't work correctly with new hardware.&lt;BR /&gt;For example (but it's only a example)PAGEDYN could be set for 256 Mb and limit use of Dynamic Pool. If System need increase pool can overalloc new heap but system performance can down. Similar is NPAGEDYN and so on.&lt;BR /&gt;AUTOGEN solve theese problems.&lt;BR /&gt;Bye.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Aug 2003 11:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054636#M60988</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-08-25T11:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054637#M60989</link>
      <description>Hello Willem,&lt;BR /&gt;&lt;BR /&gt;there is nothing in the old SOC that points in the direction of non-matching main memory. For all PWS from the 433au to the 600au the MSP01-C,D,E,F are listed as supported memory modules.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Mon, 25 Aug 2003 16:38:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054637#M60989</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-08-25T16:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054638#M60990</link>
      <description>I've done autogen (saveparams setparams) and rebooted (well - cycled power, due to some hardware problems I cannot reboot ;-().&lt;BR /&gt;Overall, it seems a bit better but the CPU-intensive program still is considerably slower than before the upgrade.&lt;BR /&gt;Could it be that due to extended memory, more processes are kept in memory - using at least some CPU time from time to time? (Although I don't believe this ought to lead to a decreament of 25%).&lt;BR /&gt;&lt;BR /&gt;Any other ideas are welcomed...&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2003 11:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054638#M60990</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-08-27T11:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054639#M60991</link>
      <description>Hello Willem,&lt;BR /&gt;&lt;BR /&gt;to get a first overview how your system uses the memory and if there still might be idle CPU have a look at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.decus.de:8080/www/vms/sw/perf_meter.htmlx" target="_blank"&gt;http://www.decus.de:8080/www/vms/sw/perf_meter.htmlx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;to check if your compile process is maybe running out of quota the following tool might be useful&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.decus.de:8080/www/vms/sw/show_quota.htmlx" target="_blank"&gt;http://www.decus.de:8080/www/vms/sw/show_quota.htmlx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Wed, 27 Aug 2003 12:25:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054639#M60991</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-08-27T12:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054640#M60992</link>
      <description>Hi Willen,&lt;BR /&gt;can you post&lt;BR /&gt;a)Before change, other use can work when CPU intensive proc. was running? And now?&lt;BR /&gt;b)Can you increase priority process?&lt;BR /&gt;If you set prio=16, you set process as real-time so it goes out from round robin; setting prio=16 maybe dangerous because other process could go to stall and you must ready to decrease prio less then 16.&lt;BR /&gt;&lt;BR /&gt;Martin's suggestion it's a safer good idea!&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;Antoniov&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Aug 2003 06:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054640#M60992</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-08-28T06:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054641#M60993</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;Got the tools: handy to have them around! I;ll have to some tuning on processes to it's good to have them.&lt;BR /&gt;Well, I ran perf_mon, and I found the CPU-intensive application uses 92-100% CPU when the system is 'idle'. FYI: it runs at priority 3, so it will only be active if nothing else requires the CPU. At the moment, the system is mostly 'idle' ;-). But still, this job takes more CPU time than anticipated.&lt;BR /&gt;Quota shows it's NOT running out of any so that can not be the case either.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Aug 2003 06:18:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054641#M60993</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-08-28T06:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054642#M60994</link>
      <description>Hello Willem,&lt;BR /&gt;&lt;BR /&gt;one thing that might need adaption after moving to a faster CPU is the Quantum Sysgen parameter.&lt;BR /&gt;Default is 20. Looking around on our systems it seems that 5 might not be such a bad value to move to.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Thu, 28 Aug 2003 14:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054642#M60994</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-08-28T14:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054643#M60995</link>
      <description>&lt;BR /&gt;NOTE:  Assuming that the issue here is a CPU intensive batch job running without much competition, then lower quantum is not a good recommendation.  Lowering quantum favors better round robin servicing many processes where the number of processes in COM+CUR states typically exceeds the number of CPUs in the system.&lt;BR /&gt;&lt;BR /&gt;Another suggestion is to compare the accounting information of the job before the upgrade with the accounting information from after the upgrade.  See what has changed besides just the elapsed time.  If the amount of CPU time higher?  Is the number of page faults higher?  Is the number of BIOs or DIOs different?&lt;BR /&gt;&lt;BR /&gt;If the CPU time increased then we're likely talking something like a hardware or memory issue as with a faster CPU the time should decrease.  Note that memory latencies are accounted for in CPU time.&lt;BR /&gt;&lt;BR /&gt;Another idea is to graph the 10 hour process stats.  You may discover that rather than a uniform 25% slower process, that something more drastic happens for a shorter period of time.  Pull the T4 toll off the Freeware CD or download ECP from the network.  Both tools are capable for this type of analysis. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/products/ecp/" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/ecp/&lt;/A&gt;&lt;BR /&gt;You may also want to go to the freeware CD</description>
      <pubDate>Thu, 28 Aug 2003 15:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054643#M60995</guid>
      <dc:creator>Todd Maurer</dc:creator>
      <dc:date>2003-08-28T15:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054644#M60996</link>
      <description>Alas, I don't have these statistics, but it's not too much trouble to reverse, a bit anyway. I planned downtime this weekend anyway to add an internal device...&lt;BR /&gt;I'll remove the added memory (being of different type (64/board iso 128)) and let the system run for a considerable time and measure, and then put it back and do the same.&lt;BR /&gt;Probably that would shine a light. And NO, I won't forget to run autogen ;-)&lt;BR /&gt;&lt;BR /&gt;So 10 hours would be sufficient - then I'll have the data on Monday.&lt;BR /&gt;&lt;BR /&gt;Stay tuned...</description>
      <pubDate>Fri, 29 Aug 2003 06:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054644#M60996</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-08-29T06:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054645#M60997</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;just some background on the tools mentioned:&lt;BR /&gt;&lt;BR /&gt;t4 is essntially a Monitor grabber, which dumps all Monitor statistics into a CSV file. Analysis afterwards using Excel on a PC&lt;BR /&gt;If you had different performance metrics to add this could be done with moderate effort (but I do not think this applies in your case)&lt;BR /&gt;&lt;BR /&gt;ECP comes with a DECwindows interface that you can use on your workstation. One thing to keep in mind with ECP is that it resubmits itself automatically and stores the results by default on the system disk. Either make sure to kill it once you got your results or make sure you clean the ECP directory in regular intervalls.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;BR /&gt;&lt;BR /&gt;P.S. Todd is correct Quantum only helps if you have more than one process competing for the CPU. OTOH I think this is exactly what he suspects ;-)&lt;BR /&gt;&lt;BR /&gt;P.P.S. As for the memory, the PWS has 6 memory banks, how is the memory distributed over these. Do you have the same modules for  all slots?</description>
      <pubDate>Fri, 29 Aug 2003 14:56:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054645#M60997</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-08-29T14:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054646#M60998</link>
      <description>Martin:&lt;BR /&gt;Bank 0+1 = 128 (non-Compaq) 128Mb - a total of 256, this is the original set.&lt;BR /&gt;Bank 2-5 (genuine Digital...) 64Mb SIMMs (high porfile ones), I couldn't find a clue on the type, but it's said to be PWS specific.&lt;BR /&gt;&lt;BR /&gt;SRM shows:&lt;BR /&gt;&lt;BR /&gt;PROCESSOR&lt;BR /&gt;DECchip (tm) 21164A-2 Pass 600Mhz 96Kb SCache&lt;BR /&gt;&lt;BR /&gt;2Mb BCache&lt;BR /&gt;&lt;BR /&gt;MEMORY&lt;BR /&gt;&lt;BR /&gt;Bank     Size     Base Addr&lt;BR /&gt;-----    -----    ---------&lt;BR /&gt;  0      256Mb     00000000&lt;BR /&gt;  1      128Mb     10000000&lt;BR /&gt;  2      128Mb     18000000&lt;BR /&gt;&lt;BR /&gt;tested meory = 512&lt;BR /&gt;&lt;BR /&gt;(I may have missed a line or two)&lt;BR /&gt;&lt;BR /&gt;I'm collecting data at the moment....</description>
      <pubDate>Sun, 31 Aug 2003 19:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054646#M60998</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-08-31T19:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054647#M60999</link>
      <description>&lt;BR /&gt;When switching to higher speed CPU, a CPU bound process should go faster. Period. &lt;BR /&gt;If not, then something is broken (like an L2 cache).&lt;BR /&gt;&lt;BR /&gt;It might not go as much faster as the relative frequency increase if there are other bottleneck in play, notably memory latency &amp;amp; bandwidth.&lt;BR /&gt;&lt;BR /&gt;So here we, the folks following this discussion, have a problem. You changed two, if not three parameters at the same time: cpu speed, memory quantity, memory quality.&lt;BR /&gt;&lt;BR /&gt;As with the CPU speed, incremental memory can only be goodness... if everything alse stays the same. Typically memorys size increase will NOT speed up a CPU bound application, but it will make the system look more healthy (fewer outswapped processes).&lt;BR /&gt;&lt;BR /&gt;The only way I could see memory size have an influence for a CPU bound VMS application is if said application is experiencing lots of memory resolved pagefaults: global valid, freelist or modified page list faults. If those happen a lot, clearly the working set needs to be increased and/or the free list management set to be less aggresive.&lt;BR /&gt;&lt;BR /&gt;We have no indication of the memory size increase having influenced changes in working set or free/modified page list settings (no autogen) so I do not expect this to be an explanation for a reduction in speed.&lt;BR /&gt;&lt;BR /&gt;So there is really on one explanation left... the 'quality' of the memory must have decreased. The latency has increased and/or the bandwidth has decreaced. &lt;BR /&gt;&lt;BR /&gt;The PWS documentation I have looked at does NOT suggested it uses an interleaving memory controller. Too bad... otherwise we could blame that :-). We have practical experiences where on a Turbolaser (GS140) where cpu speed seemed slower by adding memory. There the original memory was 2*2GB at 4x interleaving and the additional 1GB module reduced the overall interleaving to 1x, reducing bandwitdh.&lt;BR /&gt;&lt;BR /&gt;If it is not interleaving, it must be raw speed, like using 70ns DIMMs where 50ns DIMMs were used before. That would reduce measured CPU speed... if the application was memory access intense. (IMHO all but the 'calculate pi to the max degree' cpu apps are memory bound.)&lt;BR /&gt;&lt;BR /&gt;I'd strongly suggest to rip out those 4 new (small) memory sets and go back to the original memory config, if only from a purist benchmarking point of view: only ever change one param at a time even if it 'can only help'. Now test just the new CPU. After that re-add the memory and re-measure the speed.&lt;BR /&gt;&lt;BR /&gt;In closing, perhaps stating the obvious for many readers, please realize that a CPU waiting for slow memory to fill a cache line is NOT seen as IDLE but as 100% busy. Yes, the application is idly waiting to execute the next step, but the CPU is blocked in doing so and will not be 'context switched' or some such. It will be and appeal 100% CPU busy.&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Sorry for the longish story.&lt;BR /&gt;&lt;BR /&gt;Met vriendelijke groetjes,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 31 Aug 2003 23:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054647#M60999</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2003-08-31T23:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054648#M61000</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this is more an answer/request to Hein...&lt;BR /&gt;&lt;BR /&gt;As Willem said, he can not find the type of memory the Digital boards actually are. Well, without having seen them I do bet they do have a 54-***** partnumber somewhere on them.&lt;BR /&gt;&lt;BR /&gt;Is there anyway a mere mortal not working for &lt;BR /&gt;Digital/Compaq/hp can find out what this translates to in "normal" order numbers like MSP01 etc.?&lt;BR /&gt;&lt;BR /&gt;A resource like this would certainly help me bunches and I bet many other customers too.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin &lt;BR /&gt;</description>
      <pubDate>Mon, 01 Sep 2003 01:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054648#M61000</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-09-01T01:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054649#M61001</link>
      <description>It IS the memory causing the problem.&lt;BR /&gt;&lt;BR /&gt;I let EPC run from Sunday 22:00 till Monday 10:00, the calculation process took about 92-100% CPU and about 10,5 hours of CPU time to complete.&lt;BR /&gt;Yesterday, I removed the memory, Autogen'd again and started EPC for the same period (22:00 - 10:00). I haven't seen the analysis yet, but it;s own calculation shows the proces will use less than 8 hours of CPU time to complete, meaning a gain of approx 6%. Still less then expected but much better than the lost 25%...&lt;BR /&gt;&lt;BR /&gt;Anyone interrested in 8*64Mb DIGITAL memory (max CPU-speed 433Mhz)?</description>
      <pubDate>Tue, 02 Sep 2003 06:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054649#M61001</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-09-02T06:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Performance DECREASE after CPU/memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054650#M61002</link>
      <description>&amp;gt; It IS the memory causing the problem.&lt;BR /&gt;&lt;BR /&gt;'course it is. Logic never fails :-).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; the proces will use less than 8 hours of CPU&lt;BR /&gt;&amp;gt; time to complete, meaning a gain of approx 6%. &lt;BR /&gt;&amp;gt; Still less then expected but much better than the lost 25%... &lt;BR /&gt;&lt;BR /&gt;dunno... how does one increase the speed for a PWS?&lt;BR /&gt;Do you just slap in a new CPU, which uses a higher clock&lt;BR /&gt;multiplier and leave the rest of the box alone?&lt;BR /&gt;Or do you turn up the system clock and with that the memory speed?&lt;BR /&gt;&lt;BR /&gt;See... if the memory speed remained the same, and your&lt;BR /&gt;application is sensitive to memory performance (as proven&lt;BR /&gt;by your 'old memory' experiment) then the only time you&lt;BR /&gt;see the new CPU speed helping is when it is working &lt;BR /&gt;out of cache. So then the 6% is actually nice.&lt;BR /&gt;That's why faster/fastest clocked Alpha's went to a &lt;BR /&gt;full 16MB cache: to match cpu cpeed with  memory feed.&lt;BR /&gt;That's why ES45's are such great little boxes as&lt;BR /&gt;they have lotsa 'excess' memory bus power.&lt;BR /&gt;&lt;BR /&gt;btw: on the old GS140 we used to play benchmarking games.&lt;BR /&gt;You could turn knobs for  clock speed and multiplier.&lt;BR /&gt;So let's say for sake of the argument you could pick&lt;BR /&gt;100mhz * 5 (500) or 80Mhz * 7 (560).&lt;BR /&gt;Which setting performed better? &lt;BR /&gt;Well, it depends! (as always). &lt;BR /&gt;Tests runing in cache would do better on 560 Mhz.&lt;BR /&gt;Tests runing with memory bus constraints run better&lt;BR /&gt;at 500 mhz cpu speed because the backplane bus was &lt;BR /&gt;clocked at 100. &lt;BR /&gt;The TL could be clocked from 62.6M through 100M.&lt;BR /&gt;The 88M was typical high-end.  &lt;BR /&gt;For example the old 625 boards really ran more like 612 for 7*88.&lt;BR /&gt;Best I recall the 100M was never stable enough to ship and support.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Anyone interrested in 8*64Mb DIGITAL memory (max CPU-speed 433Mhz)? &lt;BR /&gt;&lt;BR /&gt;:-).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Sep 2003 13:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/performance-decrease-after-cpu-memory-upgrade/m-p/3054650#M61002</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2003-09-02T13:30:11Z</dc:date>
    </item>
  </channel>
</rss>

