<?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 Hi! in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918136#M1202</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;We're sending large frames to the hardware and using TSO offload in the TX path. So it's going to be larger frames anyway (up to 64k segments.)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Sep 2013 14:27:28 GMT</pubDate>
    <dc:creator>Adrian_C_1</dc:creator>
    <dc:date>2013-09-20T14:27:28Z</dc:date>
    <item>
      <title>pcm tools - does pcm-memory.x show memory bandwidth to the core(s), or also to the PCIe devices?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918131#M1197</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The PCM toolset incldues a command, pcm-memory.x, which gives a top-level overview of memory bandwidth read, write and total. What constitutes this? Does it include the DMA to/from PCIe devices? CPU core/LLC access? Or both? Anything else?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-adrian&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 19:09:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918131#M1197</guid>
      <dc:creator>Adrian_C_1</dc:creator>
      <dc:date>2013-09-03T19:09:50Z</dc:date>
    </item>
    <item>
      <title>Interesting question.My bet</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918132#M1198</link>
      <description>&lt;P&gt;Interesting question.My bet is that this could be &amp;nbsp;total memory usage.Can you look at source code, does it give you some clue?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2013 12:49:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918132#M1198</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-09-19T12:49:02Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918133#M1199</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;There's only 64gig of RAM. It's FreeBSD-10 serving lots of video content. So there's lots and lots of kernel structures ((network) mbuf entries, (vm/cache) vm_page_t entries) churning through memory. Since they're spread all throughout memory at the moment, I'm seeing 10-15% of CPU cycles spent page table walking. It scales up we increase traffic.&lt;/P&gt;
&lt;P&gt;When I started grouping these allocations to occur in a smaller region, I saw a noticable (5-7%) drop in CPU utilisation.&lt;/P&gt;
&lt;P&gt;Hence why I'd like to drill down further to fully understand what's going on. In my scenario, the direct map is mostly 1GB entries but there are regions of memory that can't be mapped with a 1GB page, so there will be some 2MB and 4KB page table entries. I'd like to drill down to understand where the bulk of the current TLB walking is.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;-a&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2013 17:59:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918133#M1199</guid>
      <dc:creator>Adrian_C_1</dc:creator>
      <dc:date>2013-09-19T17:59:33Z</dc:date>
    </item>
    <item>
      <title>Regarding video content it is</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918134#M1200</link>
      <description>&lt;P&gt;Regarding video content it is probably stored as Ethernet frame prior to the sending by NIC driver to Ethernet card itself so unless jumbo frames are used I suppose that standard size will be 1492 bytes for one frame and from the perspective of DTLB and in order to reduce pressure &amp;nbsp;of frequently walking 4kb pages I think that best option will be usage of larger pages.&lt;/P&gt;
&lt;P&gt;Can you set maybe programmatically your networking stack to use only larger pages?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2013 08:02:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918134#M1200</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-09-20T08:02:46Z</dc:date>
    </item>
    <item>
      <title>the memory bandwidth metrics</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918135#M1201</link>
      <description>&lt;P&gt;the memory bandwidth metrics in PCM include all traffic: DMA, PCIe, core, etc.&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2013 14:27:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918135#M1201</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2013-09-20T14:27:02Z</dc:date>
    </item>
    <item>
      <title>Hi!</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918136#M1202</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;We're sending large frames to the hardware and using TSO offload in the TX path. So it's going to be larger frames anyway (up to 64k segments.)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2013 14:27:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918136#M1202</guid>
      <dc:creator>Adrian_C_1</dc:creator>
      <dc:date>2013-09-20T14:27:28Z</dc:date>
    </item>
    <item>
      <title>Roman - thankyou. I'll go</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918137#M1203</link>
      <description>&lt;P&gt;Roman - thankyou. I'll go digging through the uncore documentation for Sandy Bridge Xeon to see if I can better understand how the counters work.&lt;/P&gt;
&lt;P&gt;I'd like to try and differentiate memory bus transactions from memory&amp;lt;-&amp;gt;PCIe (and PCIe&amp;lt;-&amp;gt;LLC as part of DDIO) and memory&amp;lt;-&amp;gt;core (for instruction/data fetches/data stores.) Is this possible?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;-a&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2013 14:30:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918137#M1203</guid>
      <dc:creator>Adrian_C_1</dc:creator>
      <dc:date>2013-09-20T14:30:45Z</dc:date>
    </item>
    <item>
      <title>Thank you Roman.</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918138#M1204</link>
      <description>&lt;P&gt;Thank you Roman.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2013 15:04:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918138#M1204</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-09-20T15:04:37Z</dc:date>
    </item>
    <item>
      <title>Hi Adrian!</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918139#M1205</link>
      <description>&lt;P&gt;Hi Adrian!&lt;/P&gt;
&lt;P&gt;What do you mean by writing 64k segments?&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2013 15:06:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918139#M1205</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-09-20T15:06:27Z</dc:date>
    </item>
    <item>
      <title>The NIC supports something</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918140#M1206</link>
      <description>&lt;P&gt;The NIC supports something called TSO - transmit segment offload. We hand the NIC 64k of TCP data. THe NIC takes care of breaking it up into MSS chunks and sending it to the client.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-adrian&lt;/P&gt;</description>
      <pubDate>Sun, 22 Sep 2013 04:35:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918140#M1206</guid>
      <dc:creator>Adrian_C_1</dc:creator>
      <dc:date>2013-09-22T04:35:06Z</dc:date>
    </item>
    <item>
      <title>Thanks Adrian.</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918141#M1207</link>
      <description>&lt;P&gt;Thanks Adrian.&lt;/P&gt;
&lt;P&gt;Initially I thought that you mean 64k of segments.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Sep 2013 07:43:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/pcm-tools-does-pcm-memory-x-show-memory-bandwidth-to-the-core-s/m-p/918141#M1207</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-09-22T07:43:42Z</dc:date>
    </item>
  </channel>
</rss>

