<?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 Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Locks-and-Waits-Analysis-on-Remote-target-never-completes/m-p/1158338#M17682</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;The simplest way is to do a full installation from a regular package. If this isn't a way for you then you'll need to make a little magic:&lt;/P&gt;

&lt;P&gt;1. collect an interested analysis on your main machine and find a runsa.options or a runss.options file in the &amp;lt;collected_result&amp;gt;/config directory (I hope you work on Linux because otherwise you will need to make changes in the file).&lt;/P&gt;

&lt;P&gt;2. then copy found file to the target machine. Probably you will need to make some changes in the file like changing paths, changing some options, adjusting to an application...&lt;/P&gt;

&lt;P&gt;3. Run analysis:&lt;/P&gt;

&lt;P&gt;&amp;lt;vtune_package&amp;gt;/amplxe-runss&lt;SPAN style="font-size: 13.008px;"&gt;&amp;nbsp;--option-file=&amp;lt;path_to_options_file&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;BR,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Vladimir&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jul 2018 08:38:05 GMT</pubDate>
    <dc:creator>Vladimir_R_Intel</dc:creator>
    <dc:date>2018-07-25T08:38:05Z</dc:date>
    <item>
      <title>Locks and Waits Analysis on Remote target never completes</title>
      <link>https://community.intel.com/t5/Analyzers/Locks-and-Waits-Analysis-on-Remote-target-never-completes/m-p/1158335#M17679</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; I am using 2018 Version 3 of Vtune Amplifier.&amp;nbsp; I have a remote system with a process that I want to attach to and instrument.&amp;nbsp; When I use Hot Spot or Advanced Hot Spot, what I see is that I can collect data, and the results get returned in a reasonable fashion.&amp;nbsp; But when I try to use Locks and Waits, I can see the data being collected in the temporary directory, but it never completes and it never returns to the GUI.&amp;nbsp; If I press "stop", the gui just sits there, and the data continues to be collected on the remote system.&amp;nbsp; If I kill it manually, the data is apparently corrupted (or I don't know how to manually pull it off the device and into the GUI).&amp;nbsp; Has anyone seen that this never completes, or know why this might be the case?&amp;nbsp; I can't use the Locks and Waits functionality at all at this point.&amp;nbsp; The target device is running Ubuntu 14.04 Linux, and I am accessing it by SSH.&amp;nbsp; The process that I am instrumenting is a long-running daemon that I attach to remotely.&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Any help would be appreciated.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Gary&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 22:06:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Locks-and-Waits-Analysis-on-Remote-target-never-completes/m-p/1158335#M17679</guid>
      <dc:creator>gitelsdon__gary</dc:creator>
      <dc:date>2018-07-19T22:06:07Z</dc:date>
    </item>
    <item>
      <title>Hi Gary,</title>
      <link>https://community.intel.com/t5/Analyzers/Locks-and-Waits-Analysis-on-Remote-target-never-completes/m-p/1158336#M17680</link>
      <description>&lt;P&gt;Hi Gary,&lt;/P&gt;

&lt;P&gt;Please check&amp;nbsp; the Locks and Waits analysis directly on the target machine without VTune remote collection.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;you need to check the following scenarios:&lt;/P&gt;

&lt;P&gt;1. locks and waits in launch mode on a simple application like ls&lt;/P&gt;

&lt;P&gt;2.&amp;nbsp;&amp;nbsp;locks and waits in attach mode to some simple application&amp;nbsp;&lt;/P&gt;

&lt;P&gt;3. locks and waits&amp;nbsp;in attach mode to your daemon application&amp;nbsp; with collection stopped by SIGINT&lt;/P&gt;

&lt;P&gt;4. locks and waits&amp;nbsp;in attach mode to&amp;nbsp;your daemon application&amp;nbsp; with collection stopped by amplxe-cl stop command&lt;/P&gt;

&lt;P&gt;If you observe a hang on some step from above we'll ask you to provide a reproducer or to provide a generated core file using gdb attach.&lt;/P&gt;

&lt;P&gt;BR,&lt;/P&gt;

&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 13:21:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Locks-and-Waits-Analysis-on-Remote-target-never-completes/m-p/1158336#M17680</guid>
      <dc:creator>Vladimir_R_Intel</dc:creator>
      <dc:date>2018-07-24T13:21:42Z</dc:date>
    </item>
    <item>
      <title>Vladimir,</title>
      <link>https://community.intel.com/t5/Analyzers/Locks-and-Waits-Analysis-on-Remote-target-never-completes/m-p/1158337#M17681</link>
      <description>&lt;P&gt;Vladimir,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp; &amp;nbsp;Thanks.&amp;nbsp; This sounds like the right approach.&amp;nbsp; I don’t see any indication of how to do the very first step.&amp;nbsp; How can I run this analysis in “launch mode” on the target machine?&amp;nbsp; I installed the target machine by using the target package, so it doesn’t seem to have amplxe-cl, which I thought was the method for launch mode.&amp;nbsp; Can you provide instructions on how to set this up correctly on the target so that I can run an analysis directly on the target machine without remote collection?&amp;nbsp; Are the instructions for installing on the target machine different?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Gary&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:07:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Locks-and-Waits-Analysis-on-Remote-target-never-completes/m-p/1158337#M17681</guid>
      <dc:creator>gitelsdon__gary</dc:creator>
      <dc:date>2018-07-24T16:07:36Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Analyzers/Locks-and-Waits-Analysis-on-Remote-target-never-completes/m-p/1158338#M17682</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;The simplest way is to do a full installation from a regular package. If this isn't a way for you then you'll need to make a little magic:&lt;/P&gt;

&lt;P&gt;1. collect an interested analysis on your main machine and find a runsa.options or a runss.options file in the &amp;lt;collected_result&amp;gt;/config directory (I hope you work on Linux because otherwise you will need to make changes in the file).&lt;/P&gt;

&lt;P&gt;2. then copy found file to the target machine. Probably you will need to make some changes in the file like changing paths, changing some options, adjusting to an application...&lt;/P&gt;

&lt;P&gt;3. Run analysis:&lt;/P&gt;

&lt;P&gt;&amp;lt;vtune_package&amp;gt;/amplxe-runss&lt;SPAN style="font-size: 13.008px;"&gt;&amp;nbsp;--option-file=&amp;lt;path_to_options_file&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;BR,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Vladimir&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 08:38:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Locks-and-Waits-Analysis-on-Remote-target-never-completes/m-p/1158338#M17682</guid>
      <dc:creator>Vladimir_R_Intel</dc:creator>
      <dc:date>2018-07-25T08:38:05Z</dc:date>
    </item>
  </channel>
</rss>

