<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cupfighter.net &#187; Troubleshooting</title>
	<atom:link href="http://www.cupfighter.net/index.php/tag/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cupfighter.net</link>
	<description>A blog by Schuberg Philis colleagues</description>
	<lastBuildDate>Thu, 09 Feb 2012 14:27:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>ESXi: issues with NFS datastore. Where do I put my tcpdump?</title>
		<link>http://www.cupfighter.net/index.php/2011/02/esxi-issues-with-nfs-datastore-where-do-i-put-my-tcpdump/</link>
		<comments>http://www.cupfighter.net/index.php/2011/02/esxi-issues-with-nfs-datastore-where-do-i-put-my-tcpdump/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 16:41:50 +0000</pubDate>
		<dc:creator>Enrico Romani</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[vSphere 4]]></category>
		<category><![CDATA[tcpdump]]></category>

		<guid isPermaLink="false">http://www.cupfighter.net/?p=1232</guid>
		<description><![CDATA[ESXi over NFS works just great! But what if you have an issue with NFS and you need a network dump?  In ESXi tipically you don&#8217;t have a local datastore where you can write files from the network dump and your datastore over NFS is not availabe! Before running into the Data Centre and stick a USB disk [...]]]></description>
			<content:encoded><![CDATA[<p>ESXi over NFS works just great!</p>
<p>But what if you have an issue with NFS and you need a network dump? </p>
<p>In ESXi tipically you don&#8217;t have a local datastore where you can write files from the network dump and your datastore over NFS is not availabe!</p>
<p>Before running into the Data Centre and stick a USB disk or even better a SCSI disk you might want to try this. <img src='http://www.cupfighter.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>One trick I used that worked out pretty well for me, with a little help of my a linux machine, is to send the <a title="ESXi tcpdump" href="http://www.cupfighter.net/?p=1217" target="_blank">tcpdump</a> output to a FIFO and from a remote host (might be a VM in a different ESXi host) over SSH <code>cat</code> the FIFO to a local file.</p>
<p><strong>How To:</strong><br />
On the ESXi host logon via SSH as root and create a named pipe:</p>
<p><code>root@yourESXihost# mkfifo /tmp/pipe.dmp</code></p>
<p>and from a remote linux machine launch the following:</p>
<p><code>you@yourlinuxhost &gt; ssh root@youresxihost "cat /tmp/pipe.dmp" &gt; capture-for-wireshark.cap</code></p>
<p>Now from a new ssh session to ESXi as root lauch</p>
<p><code>root@yourESXihost# tcpdump-uw -n -s 1524 -i vmk# -w /tmp/pipe.dmp</code></p>
<p>OR even better from the remote machine:</p>
<p><code>you@yourlinuxhost &gt; ssh root@youresxihost "tcpdump-uw -n -s 1524 -i vmk# -w /tmp/pipe.dmp" </code><br />
(replace the # with the proper vmk port number)</p>
<p>Reproduce your issue and when you finished just hit  &#8220;Cotrol+C&#8221; to stop the network dump and the cat.<br />
Now you can open your file directly in <a href="http://www.wireshark.org/" target="_blank">wireshark</a> (that&#8217;s what I use at least!)</p>
<p>This little trick of course can be used to troubleshoot network problems in a VM as well, dumping the traffic from a VMK# nic for the entire dvPortGroup. You just need to make sure that the the VM&#8217;s vNIC and the vmk# nic are connected to the same dvPortGroup and you must remember to allow promiscuous mode (not allowed by default)</p>
<p><img class="alignnone size-full wp-image-1233" title="PromiscousMode" src="http://www.cupfighter.net/wp-content/uploads/2011/02/PromiscousMode.png" alt="" width="631" height="131" /></p>
<p>Good Luck!</p>
<p><em><strong>Please note:</strong> your network can be very chatty so the file can grow very fast and/or your ESXi host might not like the tcpdump so use it at your own risk and only if you really know what you are doing!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cupfighter.net/index.php/2011/02/esxi-issues-with-nfs-datastore-where-do-i-put-my-tcpdump/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Undocumented Equallogic CLI Commands</title>
		<link>http://www.cupfighter.net/index.php/2009/06/undocumented-equallogic-cli-commands/</link>
		<comments>http://www.cupfighter.net/index.php/2009/06/undocumented-equallogic-cli-commands/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 18:05:40 +0000</pubDate>
		<dc:creator>Roeland Kuipers</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Equallogic]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[equallogic]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[undocumented]]></category>

		<guid isPermaLink="false">http://www.cupfighter.net/?p=240</guid>
		<description><![CDATA[Equallogic&#8217;s are very nice boxes; fast, robust and very scalable (linear!; adding an enclosure adds processing power spindles and cache!). They don&#8217;t have licenses to enable features, WYSIWG!. But sometimes a bit of a &#8220;blackbox&#8221;. This has been greatly enhanced by the release of the Equallogic SAN HQ Software. It would be nice however if [...]]]></description>
			<content:encoded><![CDATA[<p>Equallogic&#8217;s are very nice boxes; fast, robust and very scalable (linear!; adding an enclosure adds processing power spindles and cache!). They don&#8217;t have licenses to enable features, WYSIWG!.<br />
But sometimes a bit of a &#8220;blackbox&#8221;. This has been greatly enhanced by the release of the<a href="http://www.cupfighter.net/index.php/2009/06/dell-equallogic-improvements/" target="_blank"> Equallogic SAN HQ Software</a>.<br />
It would be nice however if they would support synchronous replication between two groups, they do support a-synchronous replication though. And if they were a bit more flexible on the networking side by supporting VLAN tagging for example.</p>
<p>For the people who want to have a bit more insights:</p>
<p>SSH into your Equallogic group, login and enter &#8220;support&#8221;.</p>
<p>Be aware of the following message!</p>
<blockquote><p><strong>You are running a support command, which is normally restricted to PS Series Technical Support personnel. Do not use without instruction from Technical Support.</strong></p></blockquote>
<p>When running &#8220;cachetool&#8221;:</p>
<p style="text-align: center;"><a href="http://www.cupfighter.net/wp-content/uploads/2009/06/eql-cachetool.png"><img class="aligncenter size-full wp-image-241" title="eql-cachetool" src="http://www.cupfighter.net/wp-content/uploads/2009/06/eql-cachetool.png" alt="eql-cachetool" width="603" height="386" /></a></p>
<p>When running &#8220;netstat -i&#8221;:</p>
<blockquote><p>IP Statistics:<br />
4137170846 total packets received<br />
183707 total bad packets drop<br />
0 bad header checksums<br />
0 with size smaller than minimum<br />
0 with data size &lt; data length<br />
0 with length &gt; max ip packet size<br />
0 with header length &lt; data size<br />
0 with data length &lt; header length<br />
0 with bad options<br />
0 with incorrect version number<br />
0 fragments received<br />
0 fragments dropped (dup or out of space)<br />
0 malformed fragments dropped<br />
0 fragments dropped after timeout<br />
0 packets reassembled ok<br />
4136987139 packets for this host<br />
0 packets for unknown/unsupported protocol<br />
0 packets forwarded (0 packets fast forwarded)<br />
183707 packets not forwardable<br />
0 redirects sent<br />
5530887305 packets sent from this host<br />
0 packets sent with fabricated ip header<br />
0 output packets dropped due to no bufs, etc.<br />
47 output packets discarded due to no route<br />
0 output datagrams fragmented<br />
0 fragments created<br />
0 datagrams that can&#8217;t be fragmented</p></blockquote>
<p>There are more commands to discover. Try TAB completion and mind the difference between &#8220;Bad Command&#8221; &amp; &#8220;Ambigious command&#8221;. These commands are not shown when using &#8220;help&#8221; and most have a -? or -h option.</p>
<p>AGAIN: <strong>ONLY DO THIS ON <span style="text-decoration: underline;"><em>TEST SYSTEMS</em></span> AND<em><span style="text-decoration: underline;"> WHEN YOU KNOW WHAT YOU&#8217;R DOING ONLY!</span></em>&#8230; Don&#8217;t come whining here if stuff breaks&#8230;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cupfighter.net/index.php/2009/06/undocumented-equallogic-cli-commands/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DFSR Debug Logging Explained</title>
		<link>http://www.cupfighter.net/index.php/2009/06/dfsfr-debug-logging-explained/</link>
		<comments>http://www.cupfighter.net/index.php/2009/06/dfsfr-debug-logging-explained/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 11:55:10 +0000</pubDate>
		<dc:creator>Roeland Kuipers</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[DFS]]></category>
		<category><![CDATA[DFSR]]></category>
		<category><![CDATA[replication]]></category>

		<guid isPermaLink="false">http://www.cupfighter.net/?p=144</guid>
		<description><![CDATA[While troubleshooting some DFSR today, I came across this very nice and detailed post from the Directory Services Team. From: http://blogs.technet.com/askds/archive/2009/03/23/understanding-dfsr-debug-logging-part-1-logging-levels-log-format-guid-s.aspx Ned here again. Today begins a 21-part series on using the DFSR debug logs to further your understanding of Distributed File System Replication. While there are specific troubleshooting scenarios that will be covered, the [...]]]></description>
			<content:encoded><![CDATA[<p>While troubleshooting some DFSR today, I came across this very nice and detailed post from the Directory Services Team.</p>
<p>From: <a href="http://blogs.technet.com/askds/archive/2009/03/23/understanding-dfsr-debug-logging-part-1-logging-levels-log-format-guid-s.aspx" target="_blank">http://blogs.technet.com/askds/archive/2009/03/23/understanding-dfsr-debug-logging-part-1-logging-levels-log-format-guid-s.aspx</a></p>
<p>Ned here again. Today begins a 21-part series on using the DFSR debug logs to further your understanding of Distributed File System Replication. While there are specific troubleshooting scenarios that will be covered, the most important part of understanding any products logging is making sure you are comfortable with it <em>before</em> you have errors. That way you have some point of reference if things go wrong.</p>
<p>As you can probably guess, these posts were a long time in development. They are based on an internal DFSR whitepaper I have worked on for six months, and which went through review by a number of excellent folks here in Support, Field Engineering, and the Product Group itself. Except for the removal of all private source code references, this series is otherwise unchanged.</p>
<p>I&#8217;ll start with a couple posts on the logs themselves, how they are formatted, how they can be controlled, etc. Then I&#8217;ll dig into scenarios in detail, for both Windows Server 2003 R2 and Windows Server 2008. Don&#8217;t feel like you have to read and memorize everything – this series is a reference guide as well.</p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 10pt;"><span style="line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 10pt;" lang="EN"><a href="http://blogs.technet.com/askds/archive/2009/03/23/understanding-dfsr-debug-logging-part-1-logging-levels-log-format-guid-s.aspx">Understanding DFSR debug logging (Part 1: Logging Levels, Log Format, GUID’s)</a><br />
<a href="http://blogs.technet.com/askds/archive/2009/03/24/understanding-dfsr-debug-logging-part-2-nested-fields-module-id-s.aspx"><span style="color: #0000ff;">Understanding DFSR debug logging (Part 2: Nested Fields, Module ID&#8217;s)</span></a><br />
<a href="http://blogs.technet.com/askds/archive/2009/03/25/understanding-dfsr-debug-logging-part-3-the-log-scenario-format-file-added-to-replicated-folder-on-windows-server-2008.aspx"><span style="color: #0000ff;">Understanding DFSR debug logging (Part 3: The Log Scenario Format, File Added to Replicated Folder on Windows Server 2008)</span></a><br />
<a href="http://blogs.technet.com/askds/archive/2009/03/25/understanding-dfsr-debug-logging-part-4-very-small-file-added-to-replicated-folder-on-windows-server-2008.aspx"><span style="color: #0000ff;">Understanding DFSR debug logging (Part 4: A Very Small File Added to Replicated Folder on Windows Server 2008) </span></a><br />
<a href="http://blogs.technet.com/askds/archive/2009/03/25/understanding-dfsr-debug-logging-part-5-file-modified-on-windows-server-2003-r2.aspx"><span style="color: #0000ff;">Understanding DFSR debug logging (Part 5: File Modified on Windows Server 2003 R2)</span></a><br />
<a href="http://blogs.technet.com/askds/archive/2009/03/30/understanding-dfsr-debug-logging-part-6-microsoft-office-word-97-2003-file-modified-on-windows-server-2008.aspx"><span style="color: #0000ff;">Understanding DFSR debug logging (Part 6: Microsoft Office Word 97-2003 File Modified on Windows Server 2008)</span></a><br />
<a href="http://blogs.technet.com/askds/archive/2009/03/31/foo2.aspx"><span style="color: #0000ff;">Understanding DFSR debug logging (Part 7: Microsoft Office Word 2007 File Modified on Windows Server 2008)</span></a><br />
<a href="http://blogs.technet.com/askds/archive/2009/04/01/understanding-dfsr-debug-logging-part-8-file-deleted-from-windows-server-2003-r2.aspx">Understanding DFSR debug logging (Part 8: File Deleted from Windows Server 2003 R2) </a><br />
<a href="http://blogs.technet.com/askds/archive/2009/04/01/understanding-dfsr-debug-logging-part-9-file-is-renamed-on-windows-server-2003-r2.aspx"><span style="color: #0000ff;">Understanding DFSR debug logging (Part 9: File is Renamed on Windows Server 2003 R2)</span></a><br />
<a href="http://blogs.technet.com/askds/archive/2009/04/02/understanding-dfsr-debug-logging-part-10-file-conflicted-between-two-windows-server-2008.aspx">Understanding DFSR debug logging (Part 10: File Conflicted between two Windows Server 2008)</a><br />
<a href="http://blogs.technet.com/askds/archive/2009/04/02/understanding-dfsr-debug-logging-part-11-directory-created-on-windows-server-2003-r2.aspx">Understanding DFSR debug logging (Part 11: Directory created on Windows Server 2003 R2)</a><br />
<a href="http://blogs.technet.com/askds/archive/2009/04/03/understanding-dfsr-debug-logging-part-12-domain-controller-bind-and-config-polling-on-windows-server-2008.aspx"><span style="color: #0000ff;">Understanding DFSR debug logging (Part 12: Domain Controller Bind and Config Polling on Windows Server 2008)</span></a><br />
<a href="http://blogs.technet.com/askds/archive/2009/04/06/understanding-dfsr-debug-logging-part-13-a-new-replication-group-and-replicated-folder-between-two-windows-server-2008-members.aspx">Understanding DFSR debug logging (part 13: A New Replication Group and Replicated Folder between two Windows Server 2008 members)</a><br />
<a href="http://blogs.technet.com/askds/archive/2009/04/07/understanding-dfsr-debug-logging-part-14-a-sharing-violation-due-to-a-file-locked-upstream-between-two-windows-server-2008.aspx">Understanding DFSR debug logging (Part 14: A sharing violation due to a file locked upstream between two Windows Server 2008)</a><br />
<a href="http://blogs.technet.com/askds/archive/2009/04/07/understanding-dfsr-debug-logging-part-15-pre-seeded-data-usage-during-initial-sync.aspx">Understanding DFSR debug logging (Part 15: Pre-Seeded Data Usage during Initial Sync)</a><br />
<a href="http://blogs.technet.com/askds/archive/2009/04/08/understanding-dfsr-debug-logging-part-16-file-modification-with-rdc-in-very-granular-detail-uses-debug-severity-5.aspx">Understanding DFSR debug logging (Part 16: File modification with RDC in very granular detail (uses debug severity 5))</a><br />
<a href="http://blogs.technet.com/askds/archive/2009/04/08/understanding-dfsr-debug-logging-part-17-replication-failing-because-of-blocked-rpc-ports-uses-debug-severity-5.aspx">Understanding DFSR debug logging (Part 17: Replication failing because of blocked RPC ports (uses debug severity 5))</a><br />
<a href="http://blogs.technet.com/askds/archive/2009/04/08/understanding-dfsr-debug-logging-part-18-ldap-queries-failing-due-to-network-uses-debug-severity-5.aspx">Understanding DFSR debug logging (Part 18: LDAP queries failing due to network (uses debug severity 5))</a><br />
</span><span style="line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 10pt;" lang="EN"><a href="http://blogs.technet.com/askds/archive/2009/04/09/understanding-dfsr-debug-logging-part-19-file-blocked-inbound-by-a-file-screen-filter-driver-uses-debug-severity-5.aspx"><span style="color: #0000ff;">Understanding DFSR debug logging (Part 19: File Blocked Inbound by a File Screen Filter Driver (uses debug severity 5))</span></a><br />
<a href="http://blogs.technet.com/askds/archive/2009/04/09/understanding-dfsr-debug-logging-part-20-skipped-temporary-and-filtered-files-uses-debug-severity-5.aspx"><span style="color: #0000ff;">Understanding DFSR debug logging (Part 20: Skipped temporary and filtered files (uses debug severity 5))</span></a><br />
<a href="http://blogs.technet.com/askds/archive/2009/04/09/understanding-dfsr-debug-logging-part-21-file-replication-performance-from-throttling-uses-debug-severity-5.aspx"><span style="color: #0000ff;">Understanding DFSR debug logging (Part 21: File replication performance from throttling (uses debug severity 5))</span></a></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 10pt;"><span style="line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 10pt;" lang="EN"><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cupfighter.net/index.php/2009/06/dfsfr-debug-logging-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dtrace for Windows? Windows Performance Toolkit</title>
		<link>http://www.cupfighter.net/index.php/2009/06/dtrace-for-windows-windows-performance-toolkit/</link>
		<comments>http://www.cupfighter.net/index.php/2009/06/dtrace-for-windows-windows-performance-toolkit/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 07:20:01 +0000</pubDate>
		<dc:creator>Roeland Kuipers</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Sysinternals]]></category>
		<category><![CDATA[Toolkit]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.cupfighter.net/?p=117</guid>
		<description><![CDATA[So you have performance troubles on Windows, you probably already pulled the sysinternals from the shelve. But did you already know the Windows Performance toolkit for hardcore performance troubleshooting? This toolkit has three tools; xperf.exe &#8211; Captures traces, post-processes them for use on any machine, and supports command-line (action-based) trace analysis. xperfview.exe &#8211; Visual Trace [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">So you have performance troubles on Windows, you probably already pulled the <a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">sysinternals</a> from the shelve. But did you already know the <a href="http://msdn.microsoft.com/en-us/performance/cc825801.aspx" target="_blank">Windows Performance toolkit</a> for hardcore performance troubleshooting?</p>
<p style="text-align: left;">This toolkit has three tools;</p>
<p style="text-align: left;"><strong>xperf.exe</strong> &#8211; Captures traces, post-processes them for use on any machine, and supports command-line (action-based) trace analysis.</p>
<p style="text-align: left;"><img class="alignnone" src="http://blogs.msdn.com/blogfiles/ntdebugging/040308_2106_WindowsPerf2.png" alt="" width="628" height="365" /></p>
<p style="text-align: left;"><strong>xperfview.exe</strong> &#8211; Visual Trace Analysis Tool &#8211; Presents trace content in the form of interactive graphs and summary tables</p>
<p style="text-align: left;"><img class="alignnone" src="http://blogs.microsoft.co.il/blogs/sasha/WindowsLiveWriter/XPerfWindowsPerformanceToolkit_10A67/image_2.png" alt="" width="640" height="441" /></p>
<p style="text-align: left;"><strong>xbootmgr.exe</strong> &#8211; Automates on/off state transitions and captures traces during these transitions.</p>
<p style="text-align: left;"><strong><em>So what do these tools do?</em></strong></p>
<p style="text-align: left;">Performance Analyzer is built on top of the Event Tracing for Windows (ETW) infrastructure. ETW enables Windows and applications to efficiently generate events, which can be enabled and disabled at any time without requiring system or process restarts. ETW collects requested kernel events and saves them to one or more files referred to as &#8220;trace files&#8221; or &#8220;traces.&#8221; These kernel events provide extensive details about the operation of the system. Some of the most important and useful kernel events available for capture and analysis are context switches, interrupts, deferred procedure calls, process and thread creation and destruction, disk I/Os, hard faults, processor P-State transitions, and registry operations, though there are many others.</p>
<p style="text-align: left;">One of the great features of ETW, supported in WPT, is the support of symbol decoding, sample profiling, and capture of call stacks on kernel events. These features provide very rich and detailed views into the system operation. WPT also supports automated perf testing. Specifically, <span style="font-family: Courier New;">xperf</span> is designed for scripting from the command line and can be employed in automated performance gating infrastructures (it is the core of Windows PerfGates). <span style="font-family: Courier New;">xperf</span> can also dump the trace data to an ANSI text file, which allows you to write your own trace processing tools that can look for performance problems and regressions from previous tests.</p>
<p style="text-align: left;"><img class="alignnone" src="http://blogs.microsoft.co.il/blogs/sasha/WindowsLiveWriter/XPerfWindowsPerformanceToolkit_10A67/StackTrace2.jpg" alt="" width="640" height="411" /></p>
<p style="text-align: left;">More info:</p>
<p style="text-align: left;"><a href="http://blogs.msdn.com/ntdebugging/archive/2008/04/03/windows-performance-toolkit-xperf.aspx" target="_blank">http://blogs.msdn.com/ntdebugging/archive/2008/04/03/windows-performance-toolkit-xperf.aspx</a><br />
<a href="http://msdn.microsoft.com/en-us/performance/cc825801.aspx" target="_blank">http://msdn.microsoft.com/en-us/performance/cc825801.aspx<br />
</a><a href="http://download.microsoft.com/download/5/E/6/5E66B27B-988B-4F50-AF3A-C2FF1E62180F/COR-T594_WH08.pptx" target="_blank">http://download.microsoft.com/download/5/E/6/5E66B27B-988B-4F50-AF3A-C2FF1E62180F/COR-T594_WH08.pptx</a><a href="http://msdn.microsoft.com/en-us/performance/cc825801.aspx" target="_blank"><br />
</a>
</p>
<p style="text-align: left;">Download the tools here:</p>
<p style="text-align: left;">
<ul>
<li><a id="ctl00_mainContentContainer_ctl01_ctl19" onclick="javascript:Track('ctl00_mainContentContainer_ctl01_ctl01|ctl00_mainContentContainer_ctl01_ctl19',this);" href="http://download.microsoft.com/download/e/2/7/e2700369-d072-4fdc-a451-c3355eab0613/xperf_x86.msi">WPT Kit v.4.1.1 x86 version (4.4MB)</a></li>
<li><a id="ctl00_mainContentContainer_ctl01_ctl20" onclick="javascript:Track('ctl00_mainContentContainer_ctl01_ctl01|ctl00_mainContentContainer_ctl01_ctl20',this);" href="http://download.microsoft.com/download/e/2/7/e2700369-d072-4fdc-a451-c3355eab0613/xperf_x64.msi">WPT Kit v.4.1.1 x64 version (4.8MB)</a></li>
<li><a id="ctl00_mainContentContainer_ctl01_ctl21" onclick="javascript:Track('ctl00_mainContentContainer_ctl01_ctl01|ctl00_mainContentContainer_ctl01_ctl21',this);" href="http://download.microsoft.com/download/e/2/7/e2700369-d072-4fdc-a451-c3355eab0613/xperf_ia64.msi">WPT Kit v.4.1.1 ia64 version (7.0MB)</a></li>
</ul>
<p><a href="http://www.cupfighter.net/index.php/2009/06/dtrace-for-windows-windows-performance-toolkit/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cupfighter.net/index.php/2009/06/dtrace-for-windows-windows-performance-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

