<?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: Vtune support for Wordpress in docker/container in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Vtune-support-for-Wordpress-in-docker-container/m-p/1737033#M26158</link>
    <description>&lt;P&gt;Yes, VTune can profile applications running inside a Docker container on Linux, but PHP itself is not a first-class supported language.&lt;/P&gt;&lt;P&gt;VTune mainly provides detailed source-level attribution for compiled/native and selected managed languages like C/C++, Java, Python, Go, etc., and it can only reliably resolve symbols for those.&lt;BR /&gt;So when profiling a PHP/HHVM workload, VTune is sampling the interpreter/JIT runtime rather than PHP functions directly. That’s why a large portion may appear as &lt;STRONG&gt;“Outside any known module.”&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In short:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Container profiling is supported (attach/system-wide works fine).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PHP is not natively supported at the language level, so attribution is limited.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;VTune is still useful for CPU/microarchitecture analysis of the runtime, but not for PHP function-level insights.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Fri, 13 Feb 2026 18:05:26 GMT</pubDate>
    <dc:creator>Patterson</dc:creator>
    <dc:date>2026-02-13T18:05:26Z</dc:date>
    <item>
      <title>Vtune support for Wordpress in docker/container</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-support-for-Wordpress-in-docker-container/m-p/1095106#M15746</link>
      <description>&lt;P&gt;Does Vtune support for PHP workload running in a docker container in Linux environment?&lt;/P&gt;

&lt;P&gt;I tried to profile on a PHP workload (HHVM wordpress)&amp;nbsp;running in container with Vtune. But I saw a huge part of (52%) outside known module. The steps&amp;nbsp;I referred to is:&amp;nbsp;&lt;A href="https://software.intel.com/en-us/vtune-amplifier-help-2018-beta-profiling-docker-container-targets"&gt;https://software.intel.com/en-us/vtune-amplifier-help-2018-beta-profiling-docker-container-targets&lt;/A&gt;&amp;nbsp;but&amp;nbsp;in the instructions it mentions "&lt;SPAN style="color: rgb(102, 102, 102); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;Use Intel® VTune™ Amplifier's Advanced Hotspots analysis to profile native or Java* applications running in a Docker container on a Linux system" How about PHP applications support of vtune? &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(102, 102, 102); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;command line execute after the application completes warm-up and starts:&lt;/SPAN&gt;/opt/intel/vtune_amplifier_xe_2017.1.0.486011/bin64/amplxe-cl -collect advanced-hotspots -knob collection-detail=stack-sampling -app-working-dir /home/username/vtune --duration 220&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 20:25:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-support-for-Wordpress-in-docker-container/m-p/1095106#M15746</guid>
      <dc:creator>Yue_Y_Intel</dc:creator>
      <dc:date>2017-04-28T20:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune support for Wordpress in docker/container</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-support-for-Wordpress-in-docker-container/m-p/1737033#M26158</link>
      <description>&lt;P&gt;Yes, VTune can profile applications running inside a Docker container on Linux, but PHP itself is not a first-class supported language.&lt;/P&gt;&lt;P&gt;VTune mainly provides detailed source-level attribution for compiled/native and selected managed languages like C/C++, Java, Python, Go, etc., and it can only reliably resolve symbols for those.&lt;BR /&gt;So when profiling a PHP/HHVM workload, VTune is sampling the interpreter/JIT runtime rather than PHP functions directly. That’s why a large portion may appear as &lt;STRONG&gt;“Outside any known module.”&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In short:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Container profiling is supported (attach/system-wide works fine).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PHP is not natively supported at the language level, so attribution is limited.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;VTune is still useful for CPU/microarchitecture analysis of the runtime, but not for PHP function-level insights.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 13 Feb 2026 18:05:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-support-for-Wordpress-in-docker-container/m-p/1737033#M26158</guid>
      <dc:creator>Patterson</dc:creator>
      <dc:date>2026-02-13T18:05:26Z</dc:date>
    </item>
  </channel>
</rss>

