<?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 Also i didn't get why when i in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042492#M4591</link>
    <description>&lt;P&gt;Also i didn't get why when i run pcm.exe in Ubuntu terminal i can see the&amp;nbsp;measurements of L3Miss and L2Miss in K and L3Hit and L2Hit in percentages but when i redirect the output to a file i can't understand the dimension of my measurements. (is it still in K for L2Miss and L3Miss, is it still in GBytes for Read and Write)?&lt;/P&gt;

&lt;P&gt;Just in case, the output file and screen shot are in attachments.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://community.intel.com/legacyfs/online/drupal_files/440243"&gt;440243&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screenshot from 2014-11-17 19:36:13_0.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7108iA68469AF0D38E8A2/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot from 2014-11-17 19:36:13_0.png" alt="Screenshot from 2014-11-17 19:36:13_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Nov 2014 17:45:00 GMT</pubDate>
    <dc:creator>the_beginner</dc:creator>
    <dc:date>2014-11-17T17:45:00Z</dc:date>
    <item>
      <title>Question about Intel Performance Counter Monitor</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042487#M4586</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;

&lt;P&gt;Can you advice me, please, where can i find some log files after i run pcm.exe ?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 14:22:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042487#M4586</guid>
      <dc:creator>the_beginner</dc:creator>
      <dc:date>2014-10-31T14:22:58Z</dc:date>
    </item>
    <item>
      <title>pcm.exe does not log anything</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042488#M4587</link>
      <description>&lt;P&gt;pcm.exe does not log anything by default. What are you looking for?&lt;/P&gt;

&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:17:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042488#M4587</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2014-10-31T15:17:22Z</dc:date>
    </item>
    <item>
      <title>I usually just redirect the</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042489#M4588</link>
      <description>&lt;P&gt;I usually just redirect the output to a file, i.e.&amp;nbsp;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;pcm.exe &amp;gt; pcm.log&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;On Linux, it is also very simple to print the output at the same time with&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;pcm.exe | tee pcm.log&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Alternatively, you can use the fairly recent file output&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;pcm.exe -csv=pcm.csv&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Kind regards&lt;/P&gt;

&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2014 11:26:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042489#M4588</guid>
      <dc:creator>Thomas_W_Intel</dc:creator>
      <dc:date>2014-11-07T11:26:28Z</dc:date>
    </item>
    <item>
      <title>Thank so much!</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042490#M4589</link>
      <description>&lt;P&gt;Thank so much!&lt;/P&gt;

&lt;P&gt;I am looking for how to execute L2 hit/miss and L3 hit/miss. Because of that i've got some questions:&lt;/P&gt;

&lt;P&gt;1. Why there is written "L2MISS: L2 cache misses &lt;EM&gt;(including other core's L2 cache *hits*)&lt;/EM&gt;" ? How can i get L2 cahce misses without other core's L2 cache hits?&lt;/P&gt;

&lt;P&gt;2. I run pcm.exe on Ubuntu so.. when i write "./pcm.x" i can see the work of all cores but i can't see the parameters for "READ", "WRITE" and "I/O"? And when i use "./pcm.x 1 -ns -nc" I can see "READ", "WRITE", "I/O" but without separation into cores ( only TOTAL data).&lt;/P&gt;

&lt;P&gt;Can you advise me how can i fix it?&lt;/P&gt;</description>
      <pubDate>Sat, 08 Nov 2014 12:00:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042490#M4589</guid>
      <dc:creator>the_beginner</dc:creator>
      <dc:date>2014-11-08T12:00:00Z</dc:date>
    </item>
    <item>
      <title>1. If the L2 cache is missed</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042491#M4590</link>
      <description>&lt;P&gt;1. If the L2 cache is missed on core A, the cache line might reside in some other core. We therefore consider this a miss since the core that requests this cache line does not find it in its own L2 cache.&lt;/P&gt;

&lt;P&gt;2. PCM monitors READ and WRITE traffic directly in the memory controller. The monitor therefore does not distinguish between traffic of individual cores but only per memory controller.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2014 09:55:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042491#M4590</guid>
      <dc:creator>Thomas_W_Intel</dc:creator>
      <dc:date>2014-11-11T09:55:23Z</dc:date>
    </item>
    <item>
      <title>Also i didn't get why when i</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042492#M4591</link>
      <description>&lt;P&gt;Also i didn't get why when i run pcm.exe in Ubuntu terminal i can see the&amp;nbsp;measurements of L3Miss and L2Miss in K and L3Hit and L2Hit in percentages but when i redirect the output to a file i can't understand the dimension of my measurements. (is it still in K for L2Miss and L3Miss, is it still in GBytes for Read and Write)?&lt;/P&gt;

&lt;P&gt;Just in case, the output file and screen shot are in attachments.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://community.intel.com/legacyfs/online/drupal_files/440243"&gt;440243&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screenshot from 2014-11-17 19:36:13_0.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7108iA68469AF0D38E8A2/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot from 2014-11-17 19:36:13_0.png" alt="Screenshot from 2014-11-17 19:36:13_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2014 17:45:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042492#M4591</guid>
      <dc:creator>the_beginner</dc:creator>
      <dc:date>2014-11-17T17:45:00Z</dc:date>
    </item>
    <item>
      <title>When writing to a csv file,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042493#M4592</link>
      <description>&lt;P&gt;When writing to a csv file, values are converted to a standard unit. In normal output, the format varies between K, M, and G, depending on the size.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;The idea is that the csv output should be simple for automatic processing. The screen output should be simple for human readers.&lt;BR /&gt;
	I'm sorry if this confused you.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;In case of cache misses, the csv file prints millions of misses.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You can find a full list of descriptions for the columns in the csv file in &lt;A href="https://software.intel.com/en-us/blogs/2014/07/18/intel-pcm-column-names-decoder-ring"&gt;this blog&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2014 21:27:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Question-about-Intel-Performance-Counter-Monitor/m-p/1042493#M4592</guid>
      <dc:creator>Thomas_W_Intel</dc:creator>
      <dc:date>2014-11-17T21:27:36Z</dc:date>
    </item>
  </channel>
</rss>

