<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Performance analysis on Intel® Xeon® Silver 4210 Processors in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Performance-analysis-on-Intel-Xeon-Silver-4210-Processors/m-p/1310326#M21255</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Thank you for posting in Intel Communities. Answering your questions:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;1.&amp;nbsp;Primarily find lock contentions&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;A: To find lock contentions please read through &lt;/SPAN&gt;&lt;A style="font-size: 16px;" href="https://software.intel.com/content/www/us/en/develop/documentation/vtune-cookbook/top/methodologies/openmp-code-analysis-method.html" target="_blank" rel="noopener noreferrer"&gt;this&lt;/A&gt;&lt;SPAN style="font-size: 16px;"&gt; cookbook which explains in detail on how to get lock contentions and would be displayed like this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lock_contention.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/19043i5BFA82C5601F3012/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="lock_contention.png" alt="lock_contention.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;To know more about lock contention please refer: &lt;/SPAN&gt;&lt;A style="font-size: 16px;" href="https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/reference/cpu-metrics-reference/openmp-potential-gain/lock-contention.html" target="_blank" rel="noopener noreferrer"&gt;https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/reference/cpu-metrics-reference/openmp-potential-gain/lock-contention.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;2.&amp;nbsp;Inject code from one of your API's that might improve the success rate of finding them.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;A: Could you please elaborate more about the question? Meanwhile could you please explore the ITT APIs provided by Vtune profiler. The Instrumentation and Tracing Technology API (ITT API) provided by the Intel® VTune™ Profiler enables your application to generate and control the collection of trace data during its execution. To refer more about ITT APIs, please refer &lt;/SPAN&gt;&lt;A style="font-size: 16px;" href="https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/api-support/instrumentation-and-tracing-technology-apis.html" target="_blank" rel="noopener noreferrer"&gt;this&lt;/A&gt;&lt;SPAN style="font-size: 16px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;3.&amp;nbsp;Limit the load of the process to be analyzed to be within reasonable limits. "Reasonable limits" will be considered as a factor of 2 with an absolute max of 4. We will perform the profiling on live data feeds from existing customer usage.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;A: For Limiting Data Collection, to Specify a predefined amount of data to collect by setting up the expected result size or collection time, please refer:&lt;/SPAN&gt;&lt;A style="font-size: 16px;" href="https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/analyze-performance/control-data-collection/data-collection-limit.html" target="_blank" rel="noopener noreferrer"&gt;https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/analyze-performance/control-data-collection/data-collection-limit.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;For Limiting Data Collection by process, please refer Attach to process will be suited for your requirement of profiling on live data feeds. Attach to Process option Attaches a collection to a running process specified by the process ID. To know more about it please refer: &lt;/SPAN&gt;&lt;A style="font-size: 16px;" href="https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/command-line-interface/command-line-interface-reference/target-pid.html" target="_blank" rel="noopener noreferrer"&gt;https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/command-line-interface/command-line-interface-reference/target-pid.html&lt;/A&gt;&lt;SPAN style="font-size: 16px;"&gt; .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Gopika&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Aug 2021 12:36:51 GMT</pubDate>
    <dc:creator>Gopika_Intel</dc:creator>
    <dc:date>2021-08-27T12:36:51Z</dc:date>
    <item>
      <title>Performance analysis on Intel® Xeon® Silver 4210 Processors</title>
      <link>https://community.intel.com/t5/Analyzers/Performance-analysis-on-Intel-Xeon-Silver-4210-Processors/m-p/1310001#M21247</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have been hired by a company fairly recently and need to prepare profiling their software which runs in a cluster of&amp;nbsp; Intel® Xeon® Silver 4210 Processors:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ark.intel.com/content/www/us/en/ark/products/193384/intel-xeon-silver-4210-processor-13-75m-cache-2-20-ghz.html" target="_blank" rel="noopener"&gt;https://ark.intel.com/content/www/us/en/ark/products/193384/intel-xeon-silver-4210-processor-13-75m-cache-2-20-ghz.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have used Intel VTune/Parallel Studio before but I have never profiled the CPU utilization in a live cluster.&lt;/P&gt;
&lt;P&gt;I have full access to the software, c++, and would primarily like to identify lock contentions.&lt;/P&gt;
&lt;P&gt;The claim is that the software currently have issues with parts of their asynchronous models and my job is to try to identify the worse offender(s).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ideally this should be done without requiring to install a "new" product such as Parallel Studio etc since this will simply be rejected since it is a cluster used to serve our customers. However if the task then will be much harder I am happy if anyone can share if there are other options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any suggestions of what I should read up on to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;1) Primarily find lock contentions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;2) Inject code from one of your API's that might improve the success rate of finding them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;3) Limit the load of the process to be analyzed to be within reasonable limits. "Reasonable limits" will&amp;nbsp;be considered as a factor of 2 with an absolute max of 4. We will perform the profiling on live data feeds from existing customer usage.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 12:06:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Performance-analysis-on-Intel-Xeon-Silver-4210-Processors/m-p/1310001#M21247</guid>
      <dc:creator>codenugget</dc:creator>
      <dc:date>2021-08-26T12:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Performance analysis on Intel® Xeon® Silver 4210 Processors</title>
      <link>https://community.intel.com/t5/Analyzers/Performance-analysis-on-Intel-Xeon-Silver-4210-Processors/m-p/1310326#M21255</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Thank you for posting in Intel Communities. Answering your questions:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;1.&amp;nbsp;Primarily find lock contentions&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;A: To find lock contentions please read through &lt;/SPAN&gt;&lt;A style="font-size: 16px;" href="https://software.intel.com/content/www/us/en/develop/documentation/vtune-cookbook/top/methodologies/openmp-code-analysis-method.html" target="_blank" rel="noopener noreferrer"&gt;this&lt;/A&gt;&lt;SPAN style="font-size: 16px;"&gt; cookbook which explains in detail on how to get lock contentions and would be displayed like this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lock_contention.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/19043i5BFA82C5601F3012/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="lock_contention.png" alt="lock_contention.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;To know more about lock contention please refer: &lt;/SPAN&gt;&lt;A style="font-size: 16px;" href="https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/reference/cpu-metrics-reference/openmp-potential-gain/lock-contention.html" target="_blank" rel="noopener noreferrer"&gt;https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/reference/cpu-metrics-reference/openmp-potential-gain/lock-contention.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;2.&amp;nbsp;Inject code from one of your API's that might improve the success rate of finding them.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;A: Could you please elaborate more about the question? Meanwhile could you please explore the ITT APIs provided by Vtune profiler. The Instrumentation and Tracing Technology API (ITT API) provided by the Intel® VTune™ Profiler enables your application to generate and control the collection of trace data during its execution. To refer more about ITT APIs, please refer &lt;/SPAN&gt;&lt;A style="font-size: 16px;" href="https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/api-support/instrumentation-and-tracing-technology-apis.html" target="_blank" rel="noopener noreferrer"&gt;this&lt;/A&gt;&lt;SPAN style="font-size: 16px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;3.&amp;nbsp;Limit the load of the process to be analyzed to be within reasonable limits. "Reasonable limits" will be considered as a factor of 2 with an absolute max of 4. We will perform the profiling on live data feeds from existing customer usage.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;A: For Limiting Data Collection, to Specify a predefined amount of data to collect by setting up the expected result size or collection time, please refer:&lt;/SPAN&gt;&lt;A style="font-size: 16px;" href="https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/analyze-performance/control-data-collection/data-collection-limit.html" target="_blank" rel="noopener noreferrer"&gt;https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/analyze-performance/control-data-collection/data-collection-limit.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;For Limiting Data Collection by process, please refer Attach to process will be suited for your requirement of profiling on live data feeds. Attach to Process option Attaches a collection to a running process specified by the process ID. To know more about it please refer: &lt;/SPAN&gt;&lt;A style="font-size: 16px;" href="https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/command-line-interface/command-line-interface-reference/target-pid.html" target="_blank" rel="noopener noreferrer"&gt;https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/command-line-interface/command-line-interface-reference/target-pid.html&lt;/A&gt;&lt;SPAN style="font-size: 16px;"&gt; .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Gopika&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 12:36:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Performance-analysis-on-Intel-Xeon-Silver-4210-Processors/m-p/1310326#M21255</guid>
      <dc:creator>Gopika_Intel</dc:creator>
      <dc:date>2021-08-27T12:36:51Z</dc:date>
    </item>
    <item>
      <title>Re:Performance analysis of Intel® Xeon® Silver 4210 Processor</title>
      <link>https://community.intel.com/t5/Analyzers/Performance-analysis-on-Intel-Xeon-Silver-4210-Processors/m-p/1312315#M21291</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Has the solution provided helped? Please let us know whether your query is resolved.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Gopika&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2021 05:56:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Performance-analysis-on-Intel-Xeon-Silver-4210-Processors/m-p/1312315#M21291</guid>
      <dc:creator>Gopika_Intel</dc:creator>
      <dc:date>2021-09-06T05:56:26Z</dc:date>
    </item>
    <item>
      <title>Re:Performance analysis of Intel® Xeon® Silver 4210 Processor</title>
      <link>https://community.intel.com/t5/Analyzers/Performance-analysis-on-Intel-Xeon-Silver-4210-Processors/m-p/1314230#M21324</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;We have not heard from you in a while. Has the solution provided helped? If yes, can we discontinue monitoring this thread? If not, please let us know, we would be glad to help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Gopika&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2021 19:51:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Performance-analysis-on-Intel-Xeon-Silver-4210-Processors/m-p/1314230#M21324</guid>
      <dc:creator>Gopika_Intel</dc:creator>
      <dc:date>2021-09-13T19:51:21Z</dc:date>
    </item>
    <item>
      <title>Re:Performance analysis of Intel® Xeon® Silver 4210 Processor</title>
      <link>https://community.intel.com/t5/Analyzers/Performance-analysis-on-Intel-Xeon-Silver-4210-Processors/m-p/1316105#M21359</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;We assume that your query is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Gopika&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Sep 2021 06:00:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Performance-analysis-on-Intel-Xeon-Silver-4210-Processors/m-p/1316105#M21359</guid>
      <dc:creator>Gopika_Intel</dc:creator>
      <dc:date>2021-09-21T06:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Performance analysis on Intel® Xeon® Silver 4210 Processors</title>
      <link>https://community.intel.com/t5/Analyzers/Performance-analysis-on-Intel-Xeon-Silver-4210-Processors/m-p/1317691#M21384</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We will perform this analysis in a few months and your information was helpful.&lt;/P&gt;
&lt;P&gt;Thanks for the help &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 08:47:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Performance-analysis-on-Intel-Xeon-Silver-4210-Processors/m-p/1317691#M21384</guid>
      <dc:creator>codenugget</dc:creator>
      <dc:date>2021-09-28T08:47:43Z</dc:date>
    </item>
  </channel>
</rss>

