<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Steve Schofield Weblog : WAST</title><link>http://weblogs.asp.net/steveschofield/archive/tags/WAST/default.aspx</link><description>Tags: WAST</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>IIS7 post #32 - Web Application Stress Tool on Vista</title><link>http://weblogs.asp.net/steveschofield/archive/2007/03/10/iis7-post-32-web-application-stress-tool-on-vista.aspx</link><pubDate>Sat, 10 Mar 2007 20:32:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:1994638</guid><dc:creator>steve schofield</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/steveschofield/rsscomments.aspx?PostID=1994638</wfw:commentRss><comments>http://weblogs.asp.net/steveschofield/archive/2007/03/10/iis7-post-32-web-application-stress-tool-on-vista.aspx#comments</comments><description>&lt;p&gt;&lt;img height="723" src="http://www.iislogs.com/images/wast2.jpg" width="722" /&gt;I was messing around with Powershell and IIS7 trying to list the executing requests.&amp;nbsp; Since my local environment isn&amp;#39;t very busy, I loaded &lt;strong&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E2C0585A-062A-439E-A67D-75A89AA36495&amp;amp;displaylang=en"&gt;Web Application Stress Tool&lt;/a&gt;&lt;/strong&gt;.&amp;nbsp;&amp;nbsp; This tool has no problem generating enough requests.&amp;nbsp; You&amp;#39;ll&amp;nbsp;need to load one DLL called &lt;strong&gt;msvcp50.DLL &lt;/strong&gt;not include with Vista.&amp;nbsp;&amp;nbsp; The installer looks for this DLL.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;I created&amp;nbsp;a Default.asp page that writes the Date / time&amp;nbsp;and hit this with WAST.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;% response.write Now() %&amp;gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Here is the Powershell script&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;[System.Reflection.Assembly]::LoadFrom( &amp;quot;C:\windows\system32\inetsrv\Microsoft.Web.Administration.dll&amp;quot; )&lt;br /&gt;$sm = new-object Microsoft.Web.Administration.ServerManager&lt;br /&gt;$sm.workerprocesses | foreach-object {$_.GetRequests(0)}&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Here is the WAST Settings&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img height="723" src="http://www.iislogs.com/images/wast1.jpg" width="667" /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Here is the output from the powershell script&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img height="631" src="http://www.iislogs.com/images/powershellwast.jpg" width="988" /&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=1994638" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/steveschofield/archive/tags/IIS/default.aspx">IIS</category><category domain="http://weblogs.asp.net/steveschofield/archive/tags/powershell/default.aspx">powershell</category><category domain="http://weblogs.asp.net/steveschofield/archive/tags/WAST/default.aspx">WAST</category><category domain="http://weblogs.asp.net/steveschofield/archive/tags/Homer/default.aspx">Homer</category></item></channel></rss>