<?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 If you are running a recent in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937826#M1822</link>
    <description>&lt;P&gt;If you are running a recent version of Linux and using the "perf" interface to the QPI counters, there is an error in the definition of the predefined QPI events for cacheable and non-cacheable data blocks transferred.&amp;nbsp; In both cases, the standard distributions fail to set the "extra bit" that is needed for those events.&amp;nbsp; Fortunately, it can be set manually using the "perf" interface.&lt;/P&gt;
&lt;P&gt;The reference for the Linux kernel patch is &lt;A href="https://lkml.org/lkml/2013/8/2/482" target="_blank"&gt;https://lkml.org/lkml/2013/8/2/482&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To set the bit manually, note that the prededined event programmed with the command:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # perf -e "uncore_qpi_0/event=drs_data/"&lt;BR /&gt;Is the same as&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # perf -e "uncore_qpi_0/event=0x02,umask=0x08/"&lt;BR /&gt;But it should be&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # perf -e "uncore_qpi_0/event=0x102,umask=0x08/"&lt;/P&gt;
&lt;P&gt;This last command returns the expected number of data cache lines transferred when I run the STREAM benchmark in a cross-socket configuration.&amp;nbsp; The same change to the event number causes the "ncb_data" event to return non-zero values as well, but I don't have a test case for that event.&amp;nbsp; &lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2013 17:20:42 GMT</pubDate>
    <dc:creator>McCalpinJohn</dc:creator>
    <dc:date>2013-09-23T17:20:42Z</dc:date>
    <item>
      <title>[PCM] QPI traffic reported all zeros</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937824#M1820</link>
      <description>&lt;P&gt;Zheng L. posted:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Hello everyone, I try to get some data from the Intel Xeon E5-2687W by using PCU. Beause of the project reason, we are mainly interested finding in how the multi-thread using QPI to get the reading from the PCI card may effect the system. However, The incoming data traffic of QPI are always 0 and the outgoing data traffic are always 0 too. And I get some weird reading to. Is that possible that the reading is wrong?&lt;/P&gt;
&lt;P&gt;Also I have two screen shots of that, but I find that the forum can not upload the picture. Is there any way that I can upload the picture so someone can help me analyze that?&lt;/P&gt;
&lt;P&gt;Thank you very much.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Might it be that you have a second instance of PCM running? It might also be one that was not cleanly shut down?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 13:23:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937824#M1820</guid>
      <dc:creator>Thomas_W_Intel</dc:creator>
      <dc:date>2013-09-23T13:23:58Z</dc:date>
    </item>
    <item>
      <title> a screenshot of the complete</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937825#M1821</link>
      <description>&lt;P&gt;&amp;nbsp;a screenshot of the complete output would be very helpful. Alternatively copy&amp;amp;paste it in the comment text.&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 14:04:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937825#M1821</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2013-09-23T14:04:58Z</dc:date>
    </item>
    <item>
      <title>If you are running a recent</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937826#M1822</link>
      <description>&lt;P&gt;If you are running a recent version of Linux and using the "perf" interface to the QPI counters, there is an error in the definition of the predefined QPI events for cacheable and non-cacheable data blocks transferred.&amp;nbsp; In both cases, the standard distributions fail to set the "extra bit" that is needed for those events.&amp;nbsp; Fortunately, it can be set manually using the "perf" interface.&lt;/P&gt;
&lt;P&gt;The reference for the Linux kernel patch is &lt;A href="https://lkml.org/lkml/2013/8/2/482" target="_blank"&gt;https://lkml.org/lkml/2013/8/2/482&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To set the bit manually, note that the prededined event programmed with the command:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # perf -e "uncore_qpi_0/event=drs_data/"&lt;BR /&gt;Is the same as&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # perf -e "uncore_qpi_0/event=0x02,umask=0x08/"&lt;BR /&gt;But it should be&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # perf -e "uncore_qpi_0/event=0x102,umask=0x08/"&lt;/P&gt;
&lt;P&gt;This last command returns the expected number of data cache lines transferred when I run the STREAM benchmark in a cross-socket configuration.&amp;nbsp; The same change to the event number causes the "ncb_data" event to return non-zero values as well, but I don't have a test case for that event.&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 17:20:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937826#M1822</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2013-09-23T17:20:42Z</dc:date>
    </item>
    <item>
      <title>Thank you very much. I</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937827#M1823</link>
      <description>&lt;P&gt;Thank you very much. I already uploaded the screenshots. Hope thoses will help.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2013 05:04:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937827#M1823</guid>
      <dc:creator>Zheng_Luo</dc:creator>
      <dc:date>2013-09-25T05:04:07Z</dc:date>
    </item>
    <item>
      <title>Quote:Roman Dementiev (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937828#M1824</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;&amp;nbsp;a screenshot of the complete output would be very helpful. Alternatively copy&amp;amp;paste it in the comment text.&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hello Roman,&lt;/P&gt;
&lt;P&gt;I aleady uploaded the screenshop, hope that you help me with me problem.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2013 05:12:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937828#M1824</guid>
      <dc:creator>Zheng_Luo</dc:creator>
      <dc:date>2013-09-25T05:12:15Z</dc:date>
    </item>
    <item>
      <title>Quote:Thomas Willhalm (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937829#M1825</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Thomas Willhalm (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Zheng L. posted:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Hello everyone, I try to get some data from the Intel Xeon E5-2687W by using PCU. Beause of the project reason, we are mainly interested finding in how the multi-thread using QPI to get the reading from the PCI card may effect the system. However, The incoming data traffic of QPI are always 0 and the outgoing data traffic are always 0 too. And I get some weird reading to. Is that possible that the reading is wrong?&lt;/P&gt;
&lt;P&gt;Also I have two screen shots of that, but I find that the forum can not upload the picture. Is there any way that I can upload the picture so someone can help me analyze that?&lt;/P&gt;
&lt;P&gt;Thank you very much.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Might it be that you have a second instance of PCM running? It might also be one that was not cleanly shut down?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hello, I aleady uploaded the screenshot. Hope that helps. I am sure that I only run one instance of the program when I take the screen shot.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2013 05:15:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937829#M1825</guid>
      <dc:creator>Zheng_Luo</dc:creator>
      <dc:date>2013-09-25T05:15:30Z</dc:date>
    </item>
    <item>
      <title>Quote:John D. McCalpin wrote:</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937830#M1826</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;If you are running a recent version of Linux and using the "perf" interface to the QPI counters, there is an error in the definition of the predefined QPI events for cacheable and non-cacheable data blocks transferred.&amp;nbsp; In both cases, the standard distributions fail to set the "extra bit" that is needed for those events.&amp;nbsp; Fortunately, it can be set manually using the "perf" interface.&lt;/P&gt;
&lt;P&gt;The reference for the Linux kernel patch is &lt;A href="https://lkml.org/lkml/2013/8/2/482"&gt;https://lkml.org/lkml/2013/8/2/482&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To set the bit manually, note that the prededined event programmed with the command:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # perf -e "uncore_qpi_0/event=drs_data/"&lt;BR /&gt;Is the same as&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # perf -e "uncore_qpi_0/event=0x02,umask=0x08/"&lt;BR /&gt;But it should be&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # perf -e "uncore_qpi_0/event=0x102,umask=0x08/"&lt;/P&gt;
&lt;P&gt;This last command returns the expected number of data cache lines transferred when I run the STREAM benchmark in a cross-socket configuration.&amp;nbsp; The same change to the event number causes the "ncb_data" event to return non-zero values as well, but I don't have a test case for that event.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hello&amp;nbsp;John,&lt;/P&gt;
&lt;P&gt;I have not try perf yet. I just tried the PCM of Intel. I will try perf to get the some result too.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2013 05:18:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937830#M1826</guid>
      <dc:creator>Zheng_Luo</dc:creator>
      <dc:date>2013-09-25T05:18:11Z</dc:date>
    </item>
    <item>
      <title>Zheng L.,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937831#M1827</link>
      <description>&lt;P&gt;&lt;A href="http://software.intel.com/en-us/user/956769"&gt;Zheng L.&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;could you please post the &lt;STRONG&gt;whole&lt;/STRONG&gt; output including all the messages in the beginning just from the program invocation. There should be a couple of diagnostic messages that help to understand the issue.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2013 07:05:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937831#M1827</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2013-09-25T07:05:08Z</dc:date>
    </item>
    <item>
      <title>Quote:Roman Dementiev (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937832#M1828</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;A href="http://software.intel.com/en-us/user/956769"&gt;Zheng L.&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;could you please post the &lt;STRONG&gt;whole&lt;/STRONG&gt; output including all the messages in the beginning just from the program invocation. There should be a couple of diagnostic messages that help to understand the issue.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;[root@cybermech IntelPerformanceCounterMonitorV2.5.1]# ./pcm.x 10&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Intel(r) Performance Counter Monitor V2.5.1 (2013-06-25 13:44:03 +0200 ID=76b6d1f)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Copyright (c) 2009-2012 Intel Corporation&lt;BR /&gt;&lt;BR /&gt;Num logical cores: 16&lt;BR /&gt;Num sockets: 2&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: 150 Watt; Package minimum power: 65 Watt; Package maximum power: 230 Watt;&amp;nbsp;&lt;BR /&gt;ERROR: Requested bus number 64 is larger than the max bus number 63&lt;BR /&gt;Can not access SNB-EP (Jaketown) PCI configuration space. Access to uncore counters (memory and QPI bandwidth) is disabled.&lt;BR /&gt;You must be root to access these SNB-EP counters in PCM.&amp;nbsp;&lt;BR /&gt;Number of PCM instances: 2&lt;BR /&gt;&lt;BR /&gt;Detected Intel(R) Xeon(R) CPU E5-2687W 0 @ 3.10GHz "Intel(r) microarchitecture codename Sandy Bridge-EP/Jaketown"&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;EXEC&amp;nbsp; : instructions per nominal CPU cycle&lt;BR /&gt;&amp;nbsp;IPC&amp;nbsp;&amp;nbsp; : instructions per CPU cycle&lt;BR /&gt;&amp;nbsp;FREQ&amp;nbsp; : relation to nominal CPU frequency='unhalted clock ticks'/'invariant timer ticks' (includes Intel Turbo Boost)&lt;BR /&gt;&amp;nbsp;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'&amp;nbsp; (includes Intel Turbo Boost)&lt;BR /&gt;&amp;nbsp;L3MISS: L3 cache misses&amp;nbsp;&lt;BR /&gt;&amp;nbsp;L2MISS: L2 cache misses (including other core's L2 cache *hits*)&amp;nbsp;&lt;BR /&gt;&amp;nbsp;L3HIT : L3 cache hit ratio (0.00-1.00)&lt;BR /&gt;&amp;nbsp;L2HIT : L2 cache hit ratio (0.00-1.00)&lt;BR /&gt;&amp;nbsp;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;&amp;nbsp;L2CLK : ratio of CPU cycles lost due to missing L2 cache but still hitting L3 cache (0.00-1.00)&lt;BR /&gt;&amp;nbsp;READ&amp;nbsp; : bytes read from memory controller (in GBytes)&lt;BR /&gt;&amp;nbsp;WRITE : bytes written to memory controller (in GBytes)&lt;BR /&gt;&amp;nbsp;TEMP&amp;nbsp; : Temperature reading in 1 degree Celsius relative to the TjMax temperature (thermal headroom): 0 corresponds to the max temperature&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Core (SKT) | EXEC | IPC&amp;nbsp; | FREQ&amp;nbsp; | AFREQ | L3MISS | L2MISS | L3HIT | L2HIT | L3CLK | L2CLK&amp;nbsp; | READ&amp;nbsp; | WRITE | TEMP&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.12&amp;nbsp;&amp;nbsp; 1.43&amp;nbsp;&amp;nbsp; 0.08&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 110 K&amp;nbsp;&amp;nbsp; 4508 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.98&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.47&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.07&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 36&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.06&amp;nbsp;&amp;nbsp; 1.29&amp;nbsp;&amp;nbsp; 0.05&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 96 K&amp;nbsp;&amp;nbsp; 3233 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.97&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.42&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.08&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 33&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.02&amp;nbsp;&amp;nbsp; 1.20&amp;nbsp;&amp;nbsp; 0.01&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 894 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.97&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.46&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.08&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.13&amp;nbsp;&amp;nbsp; 1.78&amp;nbsp;&amp;nbsp; 0.07&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 46 K&amp;nbsp;&amp;nbsp; 1806 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.97&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.68&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.03&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp; 0.77&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 4006&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 55 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.93&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.64&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.04&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp; 1.18&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 3611&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 68 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.95&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.50&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.03&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp; 1.22&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 2468&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 54 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.95&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.41&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.02&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.08&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 31&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 7&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp; 0.79&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 208 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.92&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.48&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.05&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.13&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp; 1.18&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 48 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 230 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.79&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.47&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.10&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.08&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 9&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01&amp;nbsp;&amp;nbsp; 1.17&amp;nbsp;&amp;nbsp; 0.01&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 78 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 453 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.83&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.38&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.06&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.06&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23&lt;BR /&gt;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp; 1.39&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 7367&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 45 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.84&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.54&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.05&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.05&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23&lt;BR /&gt;&amp;nbsp; 11&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp; 0.74&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1211&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7967&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.85&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.34&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.09&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.13&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22&lt;BR /&gt;&amp;nbsp; 12&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp; 0.88&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1002&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5663&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.82&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.33&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.11&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22&lt;BR /&gt;&amp;nbsp; 13&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp; 0.96&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 818&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4268&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.81&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.35&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.11&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.11&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22&lt;BR /&gt;&amp;nbsp; 14&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp; 0.96&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 779&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3867&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.80&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.31&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.11&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.11&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23&lt;BR /&gt;&amp;nbsp; 15&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp; 1.19&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 7827&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.69&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.35&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.09&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.05&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 21&lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp;SKT&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.04&amp;nbsp;&amp;nbsp; 1.49&amp;nbsp;&amp;nbsp; 0.03&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 302 K&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 M&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.97&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.51&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.06&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 31&lt;BR /&gt;&amp;nbsp;SKT&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp; 1.18&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 145 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 776 K&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.81&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.42&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.07&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.06&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 21&lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp;TOTAL&amp;nbsp; *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.02&amp;nbsp;&amp;nbsp; 1.47&amp;nbsp;&amp;nbsp; 0.01&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 448 K&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11 M&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.96&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.50&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.06&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Instructions retired:&amp;nbsp;&amp;nbsp; 10 G ; Active cycles: 7274 M ; Time (TSC):&amp;nbsp;&amp;nbsp; 30 Gticks ; C0 (active,non-halted) core residency: 1.47 %&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;C1 core residency: 98.53 %; C3 core residency: 0.00 %; C6 core residency: 0.00 %; C7 core residency: 0.00 %&lt;BR /&gt;&amp;nbsp;C2 package residency: 0.00 %; C3 package residency: 0.00 %; C6 package residency: 0.00 %; C7 package residency: 0.00 %&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;PHYSICAL CORE IPC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 1.47 =&amp;gt; corresponds to 36.86 % utilization for cores in active state&lt;BR /&gt;&amp;nbsp;Instructions per nominal CPU cycle: 0.02 =&amp;gt; corresponds to 0.54 % core utilization over time interval&lt;BR /&gt;&lt;BR /&gt;Intel(r) QPI data traffic estimation in bytes (data traffic coming to CPU/socket through QPI links):&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QPI0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QPI1&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; QPI0&amp;nbsp;&amp;nbsp; QPI1 &amp;nbsp;&lt;BR /&gt;----------------------------------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp;SKT&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; -2147483648%&amp;nbsp;&amp;nbsp; -2147483648%&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;SKT&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; -2147483648%&amp;nbsp;&amp;nbsp; -2147483648%&amp;nbsp; &amp;nbsp;&lt;BR /&gt;----------------------------------------------------------------------------------------------&lt;BR /&gt;Total QPI incoming data traffic:&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QPI data traffic/Memory controller traffic: -nan&lt;BR /&gt;&lt;BR /&gt;Intel(r) QPI traffic estimation in bytes (data and non-data traffic outgoing from CPU/socket through QPI links):&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QPI0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QPI1&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; QPI0&amp;nbsp;&amp;nbsp; QPI1 &amp;nbsp;&lt;BR /&gt;----------------------------------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp;SKT&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9223372 T&amp;nbsp;&amp;nbsp; 9223372 T&amp;nbsp;&amp;nbsp; |&amp;nbsp; -2147483648%&amp;nbsp;&amp;nbsp; -2147483648%&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;SKT&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9223372 T&amp;nbsp;&amp;nbsp; 9223372 T&amp;nbsp;&amp;nbsp; |&amp;nbsp; -2147483648%&amp;nbsp;&amp;nbsp; -2147483648%&amp;nbsp; &amp;nbsp;&lt;BR /&gt;----------------------------------------------------------------------------------------------&lt;BR /&gt;Total QPI outgoing data and non-data traffic:&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp;SKT&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 package consumed 549.47 Joules&lt;BR /&gt;&amp;nbsp;SKT&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 package consumed 560.42 Joules&lt;BR /&gt;----------------------------------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp;TOTAL:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1109.89 Joules&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp;SKT&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 DIMMs consumed 0.00 Joules&lt;BR /&gt;&amp;nbsp;SKT&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 DIMMs consumed 0.00 Joules&lt;BR /&gt;----------------------------------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp;TOTAL:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 Joules&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2013 00:09:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937832#M1828</guid>
      <dc:creator>Zheng_Luo</dc:creator>
      <dc:date>2013-09-26T00:09:11Z</dc:date>
    </item>
    <item>
      <title>Quote:Roman Dementiev (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937833#M1829</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;A href="http://software.intel.com/en-us/user/956769"&gt;Zheng L.&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;could you please post the &lt;STRONG&gt;whole&lt;/STRONG&gt; output including all the messages in the beginning just from the program invocation. There should be a couple of diagnostic messages that help to understand the issue.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi Roman,&lt;/P&gt;
&lt;P&gt;I already copied all the output, hope that will be more helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2013 04:03:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937833#M1829</guid>
      <dc:creator>Zheng_Luo</dc:creator>
      <dc:date>2013-09-26T04:03:11Z</dc:date>
    </item>
    <item>
      <title>Thanks. This output is</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937834#M1830</link>
      <description>&lt;P&gt;Thanks. This output is helpful. Could you please send the output of lspci command (as root) for further diagnosis?&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2013 09:10:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937834#M1830</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2013-09-26T09:10:00Z</dc:date>
    </item>
    <item>
      <title>Also could you specify the</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937835#M1831</link>
      <description>&lt;P&gt;Also could you specify the vendor of the system (Dell/HP/etc) and the BIOS vendor/version (seen in the output of Linux "dmidecode" command)?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2013 09:13:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937835#M1831</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2013-09-26T09:13:00Z</dc:date>
    </item>
    <item>
      <title>Quote:Roman Dementiev (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937836#M1832</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;Thanks. This output is helpful. Could you please send the output of lspci command (as root) for further diagnosis?&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hello Roman,&lt;/P&gt;
&lt;P&gt;I have put the all the output of the lspci into the lspci file. You can look at it.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2013 00:29:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937836#M1832</guid>
      <dc:creator>Zheng_Luo</dc:creator>
      <dc:date>2013-09-27T00:29:26Z</dc:date>
    </item>
    <item>
      <title>Quote:Roman Dementiev (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937837#M1833</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;Also could you specify the vendor of the system (Dell/HP/etc) and the BIOS vendor/version (seen in the output of Linux "dmidecode" command)?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi Roman,&lt;/P&gt;
&lt;P&gt;The system is Dell, and I upload output of the dmidecode command as an attachment, dmidecode.txt.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2013 00:41:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937837#M1833</guid>
      <dc:creator>Zheng_Luo</dc:creator>
      <dc:date>2013-09-27T00:41:55Z</dc:date>
    </item>
    <item>
      <title>Zheng Luo,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937838#M1834</link>
      <description>&lt;P&gt;&lt;A href="http://software.intel.com/en-us/user/956769"&gt;Zheng Luo&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;thanks a lot for the detailed output. I have developed a patch that will allow you to show memory bandwidth from memory controller (attached). Apply it using "patch &amp;lt; bus_dell_patch.txt".&lt;/P&gt;
&lt;P&gt;According to lspci output your BIOS hides the QPI performance monitoring devices therefore QPI statistics can not be available (you should see a message similar to one decribed in this &lt;A href="http://software.intel.com/en-us/articles/bios-preventing-access-to-qpi-performance-counters"&gt;article&lt;/A&gt;). Could you please try to find a newer BIOS for your system install it and try PCM again? It could be that you need to enable QPI/perfmon/PCM option (or similar) in the BIOS to unhide the QPI performance monitoring devices. If you can't find the option you might ask the vendor to provide such option.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2013 12:56:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937838#M1834</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2013-09-27T12:56:03Z</dc:date>
    </item>
    <item>
      <title>Quote:Roman Dementiev (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937839#M1835</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;A href="http://software.intel.com/en-us/user/956769"&gt;Zheng Luo&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;thanks a lot for the detailed output. I have developed a patch that will allow you to show memory bandwidth from memory controller (attached). Apply it using "patch &amp;lt; bus_dell_patch.txt".&lt;/P&gt;
&lt;P&gt;According to lspci output your BIOS hides the QPI performance monitoring devices therefore QPI statistics can not be available (you should see a message similar to one decribed in this&amp;nbsp;&lt;A href="http://software.intel.com/en-us/articles/bios-preventing-access-to-qpi-performance-counters"&gt;article&lt;/A&gt;). Could you please try to find a newer BIOS for your system install it and try PCM again? It could be that you need to enable QPI/perfmon/PCM option (or similar) in the BIOS to unhide the QPI performance monitoring devices. If you can't find the option you might ask the vendor to provide such option.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hello Roman,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for the help. I really apprieated it. I updated the BIOS of Dell T7600 from A5 to A9. You can see the attachement that I attached ()&amp;nbsp;&amp;nbsp;&lt;A href="http://software.intel.com/sites/default/files/comment/1755850/dmidecode-after-bios-update.txt"&gt;dmidecode_after_BIOS_update.txt&lt;/A&gt;. I compared it with the previous one. It seems that there are not too many changes. The&amp;nbsp;&amp;nbsp;&lt;A href="http://software.intel.com/sites/default/files/comment/1755850/diff-result.txt"&gt;diff_result.txt&lt;/A&gt;&amp;nbsp;will show the difference between the previous dmidecoe result and the result after the BIOS update.&lt;/P&gt;
&lt;P&gt;I updated the PCM by using the your patch. Thanks for you patch. &amp;nbsp;I run the PCM, the PQI reading still have the problem. I attached the new reading too (&lt;A href="http://software.intel.com/sites/default/files/comment/1755850/pcm-output.txt"&gt;PCM_output.txt&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;I checked the setting in the BIOS, I did not find anything that is related to setting the QPI. In our BIOS setting, we did disable the HyperThread, Intel TurboBoost to make things easier for our project. I think will not effect the QPI result of PCM. Am I right?&lt;/P&gt;
&lt;P&gt;You said that&amp;nbsp;If I can't find the option you might ask the vendor to provide such option, and I will try that. Really grateful to your help.&lt;/P&gt;
&lt;P&gt;Zheng Luo&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2013 03:04:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937839#M1835</guid>
      <dc:creator>Zheng_Luo</dc:creator>
      <dc:date>2013-09-28T03:04:04Z</dc:date>
    </item>
    <item>
      <title>Zheng Luo,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937840#M1836</link>
      <description>&lt;P&gt;&lt;A href="http://software.intel.com/en-us/user/956769"&gt;Zheng Luo&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;This version of BIOS seems to be much better. Your BIOS settings changes should not impact QPI perfmon device visibility. Could you please send me lspci output?&lt;/P&gt;
&lt;P&gt;I noticed in your PCM output the line "Number of PCM instances: 2". It may happen that you run two instances of PCM or sometime ago a PCM instance has been killed unexpectedly such that PCM instance counting becomes broken (this may also break QPI statistics display in this version of PCM: to be fixed in the next release). To clean the instance counting please do the following:&lt;/P&gt;
&lt;P&gt;1. stop all pcm instances&lt;/P&gt;
&lt;P&gt;2. as root: &lt;STRONG&gt;rm -rf /dev/shm/sem.*Intel*&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;3. start pcm again&lt;/P&gt;
&lt;P&gt;Please share the output of pcm started after you did these operation.&lt;/P&gt;
&lt;P&gt;Thanks for your cooperation,&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2013 08:14:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937840#M1836</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2013-09-30T08:14:33Z</dc:date>
    </item>
    <item>
      <title>When we got the BIOS update</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937841#M1837</link>
      <description>&lt;P&gt;When we got the BIOS update from Dell that supported QPI performance counter access, the default setting was to not enable access.&amp;nbsp; We had to select an option to enable QPI performance counter access and then reboot.&amp;nbsp; Fortunately this only needed to be done once.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2013 14:26:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937841#M1837</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2013-09-30T14:26:05Z</dc:date>
    </item>
    <item>
      <title>Quote:John D. McCalpin wrote:</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937842#M1838</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;When we got the BIOS update from Dell that supported QPI performance counter access, the default setting was to not enable access.&amp;nbsp; We had to select an option to enable QPI performance counter access and then reboot.&amp;nbsp; Fortunately this only needed to be done once.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hello&amp;nbsp;John,&lt;/P&gt;
&lt;P&gt;Are you using the same computer as me ? I am using Dell T7600, what model are you using? Even after the update, I can still not see the QPI option. If you are using the same model as me, can you tell me where I can find the option in the BIOS that can turn on the QPI? Thank you very much.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Zheng Luo&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2013 17:44:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937842#M1838</guid>
      <dc:creator>Zheng_Luo</dc:creator>
      <dc:date>2013-09-30T17:44:51Z</dc:date>
    </item>
    <item>
      <title>Quote:Roman Dementiev (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937843#M1839</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;A href="http://software.intel.com/en-us/user/956769"&gt;Zheng Luo&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;This version of BIOS seems to be much better. Your BIOS settings changes should not impact QPI perfmon device visibility. Could you please send me lspci output?&lt;/P&gt;
&lt;P&gt;I noticed in your PCM output the line "Number of PCM instances: 2". It may happen that you run two instances of PCM or sometime ago a PCM instance has been killed unexpectedly such that PCM instance counting becomes broken (this may also break QPI statistics display in this version of PCM: to be fixed in the next release). To clean the instance counting please do the following:&lt;/P&gt;
&lt;P&gt;1. stop all pcm instances&lt;/P&gt;
&lt;P&gt;2. as root: &lt;STRONG&gt;rm -rf /dev/shm/sem.*Intel*&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;3. start pcm again&lt;/P&gt;
&lt;P&gt;Please share the output of pcm started after you did these operation.&lt;/P&gt;
&lt;P&gt;Thanks for your cooperation,&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you very much Roman,&lt;/P&gt;
&lt;P&gt;Now the PCM seems working now, at least there is no arbitrary value in the regarding to QPI reading. However I tried to use the commands mentioned in&amp;nbsp;&lt;A href="http://software.intel.com/en-us/forums/topic/280235#comment-1755207"&gt;http://software.intel.com/en-us/forums/topic/280235#comment-1755207&lt;/A&gt;&amp;nbsp;to generated some traffic for QPI. The commands that I used are&amp;nbsp;numactl --cpunodebind=0 --membind=0 ./lat_mem_rd -t 1024 and&amp;nbsp;numactl --cpunodebind=0 --membind=1 ./lat_mem_rd -t 1024. The strange thing is that all the data in the QPI field is zero, I don't why? Is that because those command does not generate any traffic for the QPI. If so, how can I generate traffic for the QPI?&lt;/P&gt;
&lt;P&gt;By the way, how do you close the PCM instance? I just use Ctrl + C to close the program...&lt;/P&gt;
&lt;P&gt;Zheng Luo&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2013 18:05:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-QPI-traffic-reported-all-zeros/m-p/937843#M1839</guid>
      <dc:creator>Zheng_Luo</dc:creator>
      <dc:date>2013-09-30T18:05:00Z</dc:date>
    </item>
  </channel>
</rss>

