<?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 I don't know of any public in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935241#M1699</link>
    <description>&lt;P&gt;I don't know of any public references to the configuration bits used to disable prefetchers on the various Intel processors.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enable/disable hardware prefetch functionality is available via BIOS options on many systems, so it must be documented for the BIOS writers.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This may be a case of simple caution -- although disabling and re-enabling hardware prefetchers on a "live" system is typically safe, it is quite possible that there are corner cases in which such changes could cause the system to hang or generate incorrect results.&amp;nbsp; (That other vendor of x86_64 processors documents the MSRs required to control both the "core" and "memory controller" prefetchers.&amp;nbsp; The documentation does not address the issue of whether these are safe to modify on a "live" system.)&amp;nbsp; Enabling/disabling hardware prefetch is not a feature that could easily be considered "necessary" for customers (especially since the BIOS-based alternative exists), so the expense of exhaustive testing would have to be considered a very low priority in Intel's engineering budget.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2013 16:43:32 GMT</pubDate>
    <dc:creator>McCalpinJohn</dc:creator>
    <dc:date>2013-07-01T16:43:32Z</dc:date>
    <item>
      <title>Does operating frequency influence cache misses?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935217#M1675</link>
      <description>I run 462.libquantum on my i5-2400 in 1.6Ghz, 2.1Ghz, 2.7Ghz and 3.1Ghz respectively, and I find that LLC misses increase in higher frequency. The  details are as follows:

LLC miss: 5E+09, 6.9E+09, 9E+09, 1E+10 in (1.6Ghz, 2.1Ghz, 2.7Ghz, 3.1Ghz).

I am wondering why changing frequency can influence cache misses?</description>
      <pubDate>Thu, 27 Jun 2013 05:44:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935217#M1675</guid>
      <dc:creator>kopcarl</dc:creator>
      <dc:date>2013-06-27T05:44:40Z</dc:date>
    </item>
    <item>
      <title>Hello kopcarl,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935218#M1676</link>
      <description>&lt;P&gt;Hello kopcarl,&lt;/P&gt;
&lt;P&gt;I don't really know why you are seeing the numbers you are seeing. How are measuing you LLC cache misses (which utility are you using)? Is the tool reporting total cache misses over the run or misses/sec? How are you running libquantum? just 1 thread? or multiple threads? Is libquantum the only thing (more or less) running?&lt;/P&gt;
&lt;P&gt;There is a pdf &lt;A href="http://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=462.libquantum%20&amp;amp;source=web&amp;amp;cd=8&amp;amp;ved=0CFMQFjAH&amp;amp;url=http%3A%2F%2Fwww.roguewave.com%2Fdocuments.aspx%3Fentryid%3D956%26command%3Dcore_download&amp;amp;ei=ByvMUZDvE8_higLxooHwAQ&amp;amp;usg=AFQjCNEAzUCj13XskTOdH9yZ95hdgDxuwQ"&gt;Analyzing &lt;EM&gt;Libquantum&lt;/EM&gt; - Rogue Wave Software&lt;/A&gt; that indicates libquantum fetches data that doesn't get used. I don't know if the issues described are accurate or still true. It is possible if more than 1 thread is running that 1 thread is kicking out the data needed by another thread. Or maybe that the tool you are using to measure bandwidth runs more frequently (more samples/second) as the frequency increases. I don't know how long libquantum runs so I can't really tell if the 'tool as an issue' possibility is realistic.&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2013 12:37:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935218#M1676</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2013-06-27T12:37:24Z</dc:date>
    </item>
    <item>
      <title>Hi pat,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935219#M1677</link>
      <description>Hi pat,
thank you for your quick reply:)

I write a self-made code to monitor LLC miss. In fact, I write 0x53412e(LLC Misses) into 0x186 and keep watching on 0xc1 every 10 Million cycles. Considering the overflow, I reset 0xc1 to 0 once I monitor it until the process ends. The total cache misses is over the run. I sum the number every time i monitor .
Libquantum is a single thread program from SPEC06, and it is running on my i5-2400 with Linux-3.6.0 with my monitor process.
 
I have some level of confidence with my code because I also monitor other events when running libquantum at 1.6Ghz, 2.1Ghz, 2.7Ghz and 3.1Ghz respectively .
2.74E+12 2.16E+12 1.77E+12 1.64E+12  (UnHalted Reference Cycles) (885.33sec, 697.17sec, 571.37sec, 527.49sec)			  
1.42E+12 1.46E+12 1.54E+12 1.64E+12  (UnHalted Core Cycles)	
2.86E+12 2.86E+12 2.86E+12 2.87E+12  (Instructions Retired)
And these numbers look real.

I admit that the monitor process need another core to run when libquantum is running. But i consider the monitor process will not mess around on LLC.  

carl</description>
      <pubDate>Thu, 27 Jun 2013 13:58:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935219#M1677</guid>
      <dc:creator>kopcarl</dc:creator>
      <dc:date>2013-06-27T13:58:45Z</dc:date>
    </item>
    <item>
      <title>Event 2Eh, Mask 41h is the</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935220#M1678</link>
      <description>&lt;P&gt;Event 2Eh, Mask 41h is the "architectural" performance counter event for LLC misses.&amp;nbsp; The Intel Architecture SW Developer's Manual, Volume 3, Chapter 18, section 18.2.3 describes these predefined architectural events.&amp;nbsp; For this event, the document says:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;Last Level Cache References— Event select 2EH, Umask 4FH This event counts requests originating from the core that reference a cache line in the last level cache. The event count includes speculation and cache line fills due to the first-level cache hardware prefetcher, but may exclude cache line fills due to other hardware-prefetchers. Because cache hierarchy, cache sizes and other implementation-specific characteristics; value comparison to estimate performance differences is not recommended.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The most important item here is that the count "may" exclude cache line fills due to the L2 hardware prefetchers.&lt;/P&gt;
&lt;P&gt;As you slow down the core frequency, you decrease the rate at which it "consumes" data.&amp;nbsp; This provides the L2 prefetchers more time to get the requested data into the L3 cache, which in turn decreases the L3 cache miss rate.&lt;/P&gt;
&lt;P&gt;Sometimes you want to count the total amount of data moved (in which case this counter is not helpful), and sometimes you are more interested in how many memory accesses experience stalls due to missing in the caches (either because the target was not prefetched or because the target was not prefetched early enough to get the data in the cache before the demand request).&amp;nbsp; This counter event is more appropriate for the latter case.&lt;/P&gt;
&lt;P&gt;If you want to know the total amount of data moved to/from the L3 cache for this processor, the best place to look is the memory controller counters.&amp;nbsp; These are available using VTune Amplifier XE 2013 Update 5, or Intel PCM version 2.4 or later, or you can roll your own analysis tools using the documentation that Intel released on 2013-03-15 (the article is titled "Monitoring Integrated Memory Controller Requests in the 2nd, 3rd and 4th generation Intel® Core™ processors").&amp;nbsp; If you roll your own tools, you should note that the counters are 32 bits, so they can roll over in about 13 seconds when the system is running at its maximum bandwidth.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2013 16:49:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935220#M1678</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2013-06-27T16:49:58Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...LLC miss: 5E+09, 6.9E+09</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935221#M1679</link>
      <description>&amp;gt;&amp;gt;...LLC miss: 5E+09, 6.9E+09, 9E+09, 1E+10 in (1.6Ghz, 2.1Ghz, 2.7Ghz, 3.1Ghz).

These numbers need to be normalized to some base frequency.

If the pattern of processing is always the same numbers of cache misses also must be consistent. Don't forget, that all your tests can not be rated as deterministic in non-deterministic operating system because you can not simply stop all the rest system threads in order to get as accurate as possible numbers. Even a priority boost of a thread with your test processing doesn't resolve that problem completely.

&amp;gt;&amp;gt;...I have &lt;STRONG&gt;some level of confidence&lt;/STRONG&gt; with my code because I also monitor other events when running libquantum
&amp;gt;&amp;gt;at 1.6Ghz, 2.1Ghz, 2.7Ghz and 3.1Ghz respectively...

Did you compare your numbers with VTune numbers for the same test case?</description>
      <pubDate>Fri, 28 Jun 2013 02:03:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935221#M1679</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-06-28T02:03:10Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;I am wondering why</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935222#M1680</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;I am wondering why changing frequency can influence cache misses?&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;I do not have a direct answer,but I suppose that when frequency is increasing more total work is done hence when the program runs it could? generate more cache misses(just my uneducated guess).&lt;/P&gt;
&lt;P&gt;Now I would also check if your results are repeatable each time you are measuring the cache miss rate.Wildly varying values can indicate&amp;nbsp; the existence of some transient effects which can lead to different results.As it was pointed out your testing environment is non-deterministic and even there could be a possibility related to context switching when your monitoring code is scheduled to run on the same core when only libquantum thread was running before thus polluting the results.Not to mention ssystem threads activity during the same time window.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 07:05:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935222#M1680</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-06-28T07:05:31Z</dc:date>
    </item>
    <item>
      <title>Quote:John D. McCalpin wrote:</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935223#M1681</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;John D. McCalpin wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The most important item here is that the count "may" exclude cache line fills due to the L2 hardware prefetchers.&lt;/P&gt;
&lt;P&gt;As you slow down the core frequency, you decrease the rate at which it "consumes" data.&amp;nbsp; This provides the L2 prefetchers more time to get the requested data into the L3 cache, which in turn decreases the L3 cache miss rate.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you, John D. McCalpin.&lt;/P&gt;
&lt;P&gt;Do you imply that the operating frequency of L2/LLC will not change even if the core frequency is increasing/decreasing?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;John D. McCalpin wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;These are available using VTune Amplifier XE 2013 Update 5, or Intel PCM version 2.4 or later, or you can roll your own analysis tools using the documentation that Intel released on 2013-03-15 (the article is titled "Monitoring Integrated Memory Controller Requests in the 2nd, 3rd and 4th generation Intel® Core™ processors"). &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is very helpful! But when I run pcm-memory.x (from PCM 2.5) on&amp;nbsp;i5-2400, it does&amp;nbsp;not work well. It needsJaketown.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 14:28:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935223#M1681</guid>
      <dc:creator>kopcarl</dc:creator>
      <dc:date>2013-06-28T14:28:00Z</dc:date>
    </item>
    <item>
      <title>Quote:Sergey Kostrov wrote:</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935224#M1682</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Sergey Kostrov wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;...LLC miss: 5E+09, 6.9E+09, 9E+09, 1E+10 in (1.6Ghz, 2.1Ghz, 2.7Ghz, 3.1Ghz).&lt;/P&gt;
&lt;P&gt;These numbers need to be normalized to some base frequency.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you for your help,&amp;nbsp;Sergey. But why these numbers need to be normalized? I don't get it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Sergey Kostrov wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If the pattern of processing is always the same numbers of cache misses also must be consistent. Don't forget, that all your tests can not be rated as deterministic in non-deterministic operating system because you can not simply stop all the rest system threads in order to get as accurate as possible numbers. Even a priority boost of a thread with your test processing doesn't resolve that problem completely.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Actually i run this test for several times, and the results are very close.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Sergey Kostrov wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Did you compare your numbers with VTune numbers for the same test case?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Frankly speaking ,i did not compare the numbers with Vtune. I will have a try.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 14:39:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935224#M1682</guid>
      <dc:creator>kopcarl</dc:creator>
      <dc:date>2013-06-28T14:39:12Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...This is very helpful!</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935225#M1683</link>
      <description>&amp;gt;&amp;gt;...This is very helpful! But when I run pcm-memory.x (from PCM 2.5) on i5-2400, it does not work well...

Could you post more technical details?</description>
      <pubDate>Fri, 28 Jun 2013 14:40:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935225#M1683</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-06-28T14:40:58Z</dc:date>
    </item>
    <item>
      <title>Quote:</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935226#M1684</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is very helpful! But when I run pcm-memory.x (from PCM 2.5) on&amp;nbsp;i5-2400, it does&amp;nbsp;not work well. It needsJaketown.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;For Intel Core i5-2400 you should run pcm.x (Linux). It has the memory read and write traffic in GBytes in the READ and WRITE columns.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 14:52:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935226#M1684</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2013-06-28T14:52:00Z</dc:date>
    </item>
    <item>
      <title>Quote:Sergey Kostrov wrote:</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935227#M1685</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Sergey Kostrov wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;...This is very helpful! But when I run pcm-memory.x (from PCM 2.5) on i5-2400, it does not work well...&lt;/P&gt;
&lt;P&gt;Could you post more technical details?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Sure!&lt;/P&gt;
&lt;P&gt;[bash]&lt;/P&gt;
&lt;P&gt;root@***:~/pmc/IntelPerformanceCounterMonitorV2.5# ./pcm-memory.x&lt;/P&gt;
&lt;P&gt;Intel(r) Performance Counter Monitor: Memory Bandwidth Monitoring Utility&lt;/P&gt;
&lt;P&gt;Copyright (c) 2009-2012 Intel Corporation&lt;BR /&gt; This utility measures memory bandwidth per channel in real-time&lt;/P&gt;
&lt;P&gt;Num logical cores: 4&lt;BR /&gt;Num sockets: 1&lt;BR /&gt;Threads per core: 1&lt;BR /&gt;Core PMU (perfmon) version: 3&lt;BR /&gt;Number of core PMU generic (programmable) counters: 8&lt;BR /&gt;Width of generic (programmable) counters: 48 bits&lt;BR /&gt;Number of core PMU fixed counters: 3&lt;BR /&gt;Width of fixed counters: 48 bits&lt;BR /&gt;Nominal core frequency: 3100000000 Hz&lt;BR /&gt;Package thermal spec power: 95 Watt; Package minimum power: 60 Watt; Package maximum power: 120 Watt;&lt;/P&gt;
&lt;P&gt;Detected Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz "Intel(r) microarchitecture codename Sandy Bridge"&lt;BR /&gt;Jaketown CPU is required for this tool! Program aborted&lt;BR /&gt;Cleaning up&lt;/P&gt;
&lt;P&gt;[/bash]&lt;/P&gt;
&lt;P&gt;and if i comment these lines, &amp;nbsp;I just want to struggle :) &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;if(cpu_model != m-&amp;gt;JAKETOWN)&lt;BR /&gt; { &lt;BR /&gt; cout &amp;lt;&amp;lt; "Jaketown CPU is required for this tool! Program aborted" &amp;lt;&amp;lt; endl;&lt;BR /&gt; m-&amp;gt;cleanup();&lt;BR /&gt; return -1; &lt;BR /&gt; }&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;it returns as follows:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[bash]&lt;/P&gt;
&lt;P&gt;Detected Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz "Intel(r) microarchitecture codename Sandy Bridge"&lt;BR /&gt;Update every 1 seconds&lt;BR /&gt;Time elapsed: 998 ms&lt;BR /&gt;Called sleep function for 1000 ms&lt;BR /&gt;---------------------------------------|&lt;BR /&gt;-- Socket 0 --|&lt;BR /&gt;---------------------------------------|&lt;BR /&gt;---------------------------------------|&lt;BR /&gt;---------------------------------------|&lt;BR /&gt;-- Memory Performance Monitoring --|&lt;BR /&gt;---------------------------------------|&lt;BR /&gt;-- Mem Ch 0: Reads (MB/s): 0.00 --|&lt;BR /&gt;-- Writes(MB/s): 0.00 --|&lt;BR /&gt;-- Mem Ch 1: Reads (MB/s): 0.00 --|&lt;BR /&gt;-- Writes(MB/s): 0.00 --|&lt;BR /&gt;-- Mem Ch 2: Reads (MB/s): 0.00 --|&lt;BR /&gt;-- Writes(MB/s): 0.00 --|&lt;BR /&gt;-- Mem Ch 3: Reads (MB/s): 0.00 --|&lt;BR /&gt;-- Writes(MB/s): 0.00 --|&lt;BR /&gt;-- ND0 Mem Read (MB/s): 0.00 --|&lt;BR /&gt;-- ND0 Mem Write (MB/s) : 0.00 --|&lt;BR /&gt;-- ND0 P. Write (T/s) : 0 --|&lt;BR /&gt;-- ND0 Memory (MB/s): 0.00 --|&lt;BR /&gt;---------------------------------------||---------------------------------------&lt;BR /&gt;-- System Read Throughput(MB/s): 0.00 --&lt;BR /&gt;-- System Write Throughput(MB/s): 0.00 --&lt;BR /&gt;-- System Memory Throughput(MB/s): 0.00 --&lt;BR /&gt;---------------------------------------||---------------------------------------&lt;/P&gt;
&lt;P&gt;[/bash]&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 14:52:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935227#M1685</guid>
      <dc:creator>kopcarl</dc:creator>
      <dc:date>2013-06-28T14:52:14Z</dc:date>
    </item>
    <item>
      <title>does pcm.x work for you?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935228#M1686</link>
      <description>&lt;P&gt;does pcm.x work for you?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 14:54:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935228#M1686</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2013-06-28T14:54:00Z</dc:date>
    </item>
    <item>
      <title>Quote:Roman Dementiev (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935229#M1687</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Roman Dementiev (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Quote:&lt;/STRONG&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;This is very helpful! But when I run pcm-memory.x (from PCM 2.5) on&amp;nbsp;i5-2400, it does&amp;nbsp;not work well. It needsJaketown.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;For Intel Core i5-2400 you should run pcm.x (Linux). It has the memory read and write traffic in GBytes in the READ and WRITE columns.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you! I am &amp;nbsp;stupid. :)-&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 14:54:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935229#M1687</guid>
      <dc:creator>kopcarl</dc:creator>
      <dc:date>2013-06-28T14:54:13Z</dc:date>
    </item>
    <item>
      <title>[quote]</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935230#M1688</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you! I am &amp;nbsp;stupid. :)-&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;not at all. Perhaps pcm-memory should be extended with pcm.x client memory controller info. Currently pcm-memory supports only server processors.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 14:56:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935230#M1688</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2013-06-28T14:56:00Z</dc:date>
    </item>
    <item>
      <title>Quote:Roman Dementiev (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935231#M1689</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Roman Dementiev (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;does pcm.x work for you?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nope.&lt;/P&gt;
&lt;P&gt;Core (SKT) | EXEC | IPC | FREQ | AFREQ | L3MISS | L2MISS | L3HIT | L2HIT | L3CLK | L2CLK | READ | WRITE | TEMP&lt;/P&gt;
&lt;P&gt;0 0 0.00 0.32 0.00 0.63 9002 22 K 0.60 0.20 0.15 0.05 N/A N/A 67&lt;BR /&gt; 1 0 0.00 0.36 0.00 0.57 560 1142 0.51 0.00 0.44 0.09 N/A N/A 67&lt;BR /&gt; 2 0 0.00 0.81 0.00 0.66 1512 7087 0.79 0.45 0.08 0.06 N/A N/A 67&lt;BR /&gt; 3 0 0.00 0.85 0.00 0.66 283 1596 0.82 0.39 0.04 0.06 N/A N/A 67&lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------&lt;BR /&gt; SKT 0 0.00 0.46 0.00 0.64 11 K 32 K 0.65 0.28 0.13 0.05 0.00 0.00 67&lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------&lt;BR /&gt; TOTAL * 0.00 0.46 0.00 0.64 11 K 32 K 0.65 0.28 0.13 0.05 0.00 0.00 N/A&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 14:56:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935231#M1689</guid>
      <dc:creator>kopcarl</dc:creator>
      <dc:date>2013-06-28T14:56:30Z</dc:date>
    </item>
    <item>
      <title>can you run "./memoptest 0"</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935232#M1690</link>
      <description>&lt;P&gt;can you run "./memoptest 0" in parallel and post pcm.x output? This is a memory test from PCM: build it with "make memoptest".&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 14:58:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935232#M1690</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2013-06-28T14:58:50Z</dc:date>
    </item>
    <item>
      <title>Quote:Roman Dementiev (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935233#M1691</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Roman Dementiev (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;can you run "./memoptest 0" in parallel and post pcm.x output? This is a memory test from PCM: build it with "make memoptest".&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;sure!&lt;/P&gt;
&lt;P&gt;EXEC : instructions per nominal CPU cycle&lt;BR /&gt; IPC : instructions per CPU cycle&lt;BR /&gt; FREQ : relation to nominal CPU frequency='unhalted clock ticks'/'invariant timer ticks' (includes Intel Turbo Boost)&lt;BR /&gt; AFREQ : relation to nominal CPU frequency while in active state (not in power-saving C state)='unhalted clock ticks'/'invariant timer ticks while in C0-state' (includes Intel Turbo Boost)&lt;BR /&gt; L3MISS: L3 cache misses &lt;BR /&gt; L2MISS: L2 cache misses (including other core's L2 cache *hits*) &lt;BR /&gt; L3HIT : L3 cache hit ratio (0.00-1.00)&lt;BR /&gt; L2HIT : L2 cache hit ratio (0.00-1.00)&lt;BR /&gt; L3CLK : ratio of CPU cycles lost due to L3 cache misses (0.00-1.00), in some cases could be &amp;gt;1.0 due to a higher memory latency&lt;BR /&gt; L2CLK : ratio of CPU cycles lost due to missing L2 cache but still hitting L3 cache (0.00-1.00)&lt;BR /&gt; READ : bytes read from memory controller (in GBytes)&lt;BR /&gt; WRITE : bytes written to memory controller (in GBytes)&lt;BR /&gt; TEMP : Temperature reading in 1 degree Celsius relative to the TjMax temperature (thermal headroom): 0 corresponds to the max temperature&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt; Core (SKT) | EXEC | IPC | FREQ | AFREQ | L3MISS | L2MISS | L3HIT | L2HIT | L3CLK | L2CLK | READ | WRITE | TEMP&lt;/P&gt;
&lt;P&gt;0 0 1.53 1.44 1.06 1.06 2289 K 2300 K 0.00 0.28 0.13 0.00 N/A N/A 39&lt;BR /&gt; 1 0 0.00 0.16 0.01 1.06 121 K 134 K 0.10 0.02 0.99 0.03 N/A N/A 42&lt;BR /&gt; 2 0 2.07 1.94 1.06 1.06 26 M 28 M 0.08 0.09 1.43 0.02 N/A N/A 35&lt;BR /&gt; 3 0 0.00 0.46 0.00 1.06 20 K 22 K 0.10 0.07 0.78 0.02 N/A N/A 45&lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------&lt;BR /&gt; SKT 0 0.90 1.68 0.53 1.06 28 M 30 M 0.07 0.11 0.78 0.01 9.67 2.84 35&lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------&lt;BR /&gt; TOTAL * 0.90 1.68 0.53 1.06 28 M 30 M 0.07 0.11 0.78 0.01 9.67 2.84 N/A&lt;/P&gt;
&lt;P&gt;Instructions retired: 11 G ; Active cycles: 6614 M ; Time (TSC): 3094 Mticks ; C0 (active,non-halted) core residency: 50.20 %&lt;/P&gt;
&lt;P&gt;C1 core residency: 0.15 %; C3 core residency: 0.00 %; C6 core residency: 49.65 %; C7 core residency: 0.00 %&lt;BR /&gt; C2 package residency: 0.00 %; C3 package residency: 0.00 %; C6 package residency: 0.00 %; C7 package residency: 0.00 %&lt;/P&gt;
&lt;P&gt;PHYSICAL CORE IPC : 1.68 =&amp;gt; corresponds to 42.12 % utilization for cores in active state&lt;BR /&gt; Instructions per nominal CPU cycle: 0.90 =&amp;gt; corresponds to 22.51 % core utilization over time interval&lt;BR /&gt;----------------------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;----------------------------------------------------------------------------------------------&lt;BR /&gt; SKT 0 package consumed 39.01 Joules&lt;BR /&gt;----------------------------------------------------------------------------------------------&lt;BR /&gt; TOTAL: 39.01 Joules&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 15:15:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935233#M1691</guid>
      <dc:creator>kopcarl</dc:creator>
      <dc:date>2013-06-28T15:15:05Z</dc:date>
    </item>
    <item>
      <title>Core (SKT) | EXEC | IPC |</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935234#M1692</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Core (SKT) | EXEC | IPC | FREQ | AFREQ | L3MISS | L2MISS | L3HIT | L2HIT | L3CLK | L2CLK | READ | WRITE | TEMP&lt;/P&gt;
&lt;P&gt;SKT 0 0.90 1.68 0.53 1.06 28 M 30 M 0.07 0.11 0.78 0.01 &lt;STRONG&gt;9.67 2.84&lt;/STRONG&gt; 35&lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;TOTAL * 0.90 1.68 0.53 1.06 28 M 30 M 0.07 0.11 0.78 0.01 &lt;STRONG&gt;9.67 2.84&lt;/STRONG&gt; N/A&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I highlighted the read and write traffic in the pcm output above.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 15:20:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935234#M1692</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2013-06-28T15:20:00Z</dc:date>
    </item>
    <item>
      <title>Quote:Roman Dementiev (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935235#M1693</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Roman Dementiev (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Quote:&lt;/STRONG&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Core (SKT) | EXEC | IPC | FREQ | AFREQ | L3MISS | L2MISS | L3HIT | L2HIT | L3CLK | L2CLK | READ | WRITE | TEMP&lt;/P&gt;
&lt;P&gt;SKT 0 0.90 1.68 0.53 1.06 28 M 30 M 0.07 0.11 0.78 0.01 &lt;STRONG&gt;9.67 2.84&lt;/STRONG&gt; 35&lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;TOTAL * 0.90 1.68 0.53 1.06 28 M 30 M 0.07 0.11 0.78 0.01 &lt;STRONG&gt;9.67 2.84&lt;/STRONG&gt; N/A&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I highlighted the read and write traffic in the pcm output above.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks a lot. I see.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 15:24:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935235#M1693</guid>
      <dc:creator>kopcarl</dc:creator>
      <dc:date>2013-06-28T15:24:27Z</dc:date>
    </item>
    <item>
      <title>You are welcome. It seems</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935236#M1694</link>
      <description>&lt;P&gt;You are welcome. It seems your previous pcm measurement was on an idle system.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 15:27:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Does-operating-frequency-influence-cache-misses/m-p/935236#M1694</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2013-06-28T15:27:50Z</dc:date>
    </item>
  </channel>
</rss>

