<?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 VTune PMU event-based in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946761#M7887</link>
    <description>VTune PMU event-based sampling can't measure the performance of reading / writing disk file, since they are not CPU related operations. My opinion is to use PerfMon program to retrieve data of disk read/sec &amp;amp; write/sec, I think.</description>
    <pubDate>Mon, 12 Nov 2012 06:13:00 GMT</pubDate>
    <dc:creator>Peter_W_Intel</dc:creator>
    <dc:date>2012-11-12T06:13:00Z</dc:date>
    <item>
      <title>Capturing IO Activity using Performance Counters</title>
      <link>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946760#M7886</link>
      <description>&lt;P&gt;Hello ,&lt;BR /&gt;&lt;BR /&gt;I am running some heavy IO operations ( such as generating huge files or reading them ) on Intel Westmere W3670 and would like to capture this behaviour. Are there any specific counters available for the purpose ?&lt;/P&gt;
&lt;P&gt;Also , what do IO_TRANSACTIONS and MEM_UNCORE_RETIRED:UNCACHEABLE denote / mean ?&lt;/P&gt;
&lt;P&gt;Thanks , &lt;BR /&gt;Jaspal&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Nov 2012 09:48:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946760#M7886</guid>
      <dc:creator>Jaspal</dc:creator>
      <dc:date>2012-11-11T09:48:54Z</dc:date>
    </item>
    <item>
      <title>VTune PMU event-based</title>
      <link>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946761#M7887</link>
      <description>VTune PMU event-based sampling can't measure the performance of reading / writing disk file, since they are not CPU related operations. My opinion is to use PerfMon program to retrieve data of disk read/sec &amp;amp; write/sec, I think.</description>
      <pubDate>Mon, 12 Nov 2012 06:13:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946761#M7887</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-11-12T06:13:00Z</dc:date>
    </item>
    <item>
      <title>Microsoft provides a couple</title>
      <link>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946762#M7888</link>
      <description>Microsoft provides a couple of very simple ways to get that information:

- Windows Task Manager
- PerfMtr.exe utility ( [PlatformSDKDir]\Bin\... )
- PerfMon.exe utility ( [WindowsDir]\System32\... )

More advanced:

- It is possible to embedd a monitoring functionality in some application with Win32 API functions or WMI ( Windows Management Instrumentation ) using Performance Monitoring counters.</description>
      <pubDate>Tue, 13 Nov 2012 01:46:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946762#M7888</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-11-13T01:46:38Z</dc:date>
    </item>
    <item>
      <title>PerfMon Sample: Demonstrates</title>
      <link>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946763#M7889</link>
      <description>PerfMon Sample: Demonstrates How to Monitor System Performance Using Performance Counters
&lt;A href="http://msdn.microsoft.com/en-us/library/aa645516(v=VS.71).aspx" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/aa645516(v=VS.71).aspx&lt;/A&gt;</description>
      <pubDate>Tue, 13 Nov 2012 06:14:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946763#M7889</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-11-13T06:14:52Z</dc:date>
    </item>
    <item>
      <title>I think that Xperf is the</title>
      <link>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946764#M7890</link>
      <description>I think that Xperf is the best option when the performance monitoring is needed.With this tool you can also find quickly code hotspots.

&amp;gt;&amp;gt;&amp;gt;- Windows Task Manager&amp;gt;&amp;gt;&amp;gt;
For performance monitoring former Sysinternals(M Russinovich) tool Process Explorer is more  advanced and posses a larger set of built-in utulities, moreover you are also given a large set of options one of
them is stack trace dump.</description>
      <pubDate>Tue, 13 Nov 2012 12:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946764#M7890</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-11-13T12:16:00Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...It is possible to embedd</title>
      <link>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946765#M7891</link>
      <description>&amp;gt;&amp;gt;...It is possible to embedd a monitoring functionality in some application with Win32 API functions or WMI ( Windows Management
&amp;gt;&amp;gt;Instrumentation ) using Performance Monitoring counters...

You could use a 'WbemTest.exe' WMI utility located in 'WindowsDIR\System32\Wbem' folder. It allows to review WMI namespaces and performance counters.</description>
      <pubDate>Sun, 18 Nov 2012 21:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946765#M7891</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-11-18T21:38:00Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;I am running some heavy IO</title>
      <link>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946766#M7892</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;I am running some heavy IO operations ( such as generating huge files or reading them ) on Intel Westmere W3670 and would like to capture this behaviour. Are there any specific counters available for the purpose ?&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;Try to run Sysinternals DiskMon utillity.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2013 18:23:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Capturing-IO-Activity-using-Performance-Counters/m-p/946766#M7892</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-01-23T18:23:14Z</dc:date>
    </item>
  </channel>
</rss>

