<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>asperfwb Wiki Rss Feed</title><link>http://asperfwb.codeplex.com/</link><description>asperfwb Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://asperfwb.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;AS Performance Workbench is a scalability testing application for Analysis Services Cubes.  It puts a GUI around monitoring counters, uses multiple threads to simulate high loads, and produces beautiful HTML output documenting your test results.&lt;br /&gt;&lt;br /&gt;The goal for AS Performance Workbench is to provide a user-friendly, highly efficient scalability testing and documentation tool for SSAS.  &lt;br /&gt;&lt;br /&gt;This application has the following features:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The ability to use multiple threads to simultaneously generate query workload in a way that simulates multiple simultaneous application users.&lt;/li&gt;
&lt;li&gt;A function to generate query workload in random order across threads to produce a random workload profile consistent with users taking their own path through the application.&lt;/li&gt;
&lt;li&gt;Random “think time” intervals when performing “simulated user population” testing.&lt;/li&gt;
&lt;li&gt;Functions to collect detailed performance counter statistics and present this information graphically, including annotations on graphs to indicate query failures.&lt;/li&gt;
&lt;li&gt;Automatic production of HTML reports suitable for use in interpreting test results and briefing business users on the test outcome.&lt;/li&gt;&lt;/ul&gt;
Additional Documentation: &lt;a href="http://asperfwb.codeplex.com/documentation" class="externalLink"&gt;http://asperfwb.codeplex.com/documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Watch a demo on YouTube: &lt;a href="http://www.youtube.com/watch?v=Kn4-3JTyDXM" class="externalLink"&gt;http://www.youtube.com/watch?v=Kn4-3JTyDXM&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Questions: Rob Kerr (&lt;a href="http://blog.robkerr.com" class="externalLink"&gt;http://blog.robkerr.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Application Screen Shot&lt;/b&gt;&lt;br /&gt;&lt;img src="http://www.blue-granite.com/images/AsPerfWbScreen1.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Report Output (HTML)&lt;/b&gt;&lt;br /&gt;&lt;img src="http://www.blue-granite.com/images/AsPerfWbScreen1.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>robkerr</author><pubDate>Wed, 05 Oct 2011 10:20:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111005102052A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://asperfwb.codeplex.com/documentation?version=3</link><description>&lt;div class="wikidoc"&gt;Key elements in AS Performance Workbench (refer to the screen capture below):&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;SSAS Server\Instance&lt;/b&gt;. Before testing, enter the server\instance to connect to, and select the database for testing from the drop-down list.  &lt;/li&gt;
&lt;li&gt;The &lt;b&gt;Product Version&lt;/b&gt; (SSAS 2005 or SSAS 2008) should be selected, so that correct counter names are used during testing.&lt;/li&gt;
&lt;li&gt;The &lt;b&gt;Start Counters&lt;/b&gt; / &lt;b&gt;Stop Counters&lt;/b&gt; buttons begin and end the counter data collection, which proceeds at a rate of 1 sample/second.  &lt;/li&gt;
&lt;li&gt;Place all MDX queries to run in the load test in a folder, and enter or select that folder in the &lt;b&gt;Path for Queries&lt;/b&gt; field before pressing the &lt;b&gt;Start Test&lt;/b&gt; button&lt;/li&gt;
&lt;li&gt;The &lt;b&gt;Test Profile&lt;/b&gt; controls how queries are submitted to the server
&lt;ol&gt;&lt;li&gt;&lt;b&gt;All queries on each thread (filename order)&lt;/b&gt; - runs all queries on each thread, in order of filename alphabetically. Use to provide a predictable workload for precise comparisons.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;All queries on each thread (random order)&lt;/b&gt; - runs all queries on each thread, in random order on each thread.  Use to simulate &amp;quot;real world&amp;quot; scenarios where query order is unpredicatable.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Each query on its own thread&lt;/b&gt; - runs each query on a different thread in parallel.  Use to examin the effect of specific queries running simultaneously.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Threads&lt;/b&gt;. This tells the workbench how many simultaneous connections to make to the SSAS server.  Depending on the intent of the test, threads can be used to simulate concurrent queries (no think time) or concurrent users (random think time).&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Think Time&lt;/b&gt;. If think time is entered, each thread will pause for a random number of seconds between the range given before submitting its next query.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Clear Cache&lt;/b&gt;.  This button will clear SSAS and Windows File Caches immediately.  This function requires the ASSP assembly to be installed on the server.  See &lt;a href="http://asstoredprocedures.codeplex.com/" class="externalLink"&gt;http://asstoredprocedures.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Counter Stop&lt;/b&gt;. Counter data collection will automatically stop this many seconds after all queries have completed.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Start Test/Stop Test&lt;/b&gt;.  When &lt;b&gt;Start Test&lt;/b&gt; is pressed, the test is started.  First, Workbench starts the number of threads specified, and opens a database connection on each thread. Next it begins submitting queries on each thread.  The test is complete when all queries scheduled for all threads completes (or when the &lt;b&gt;Stop Test&lt;/b&gt; button is pressed).&lt;/li&gt;
&lt;li&gt;As the test proceeds, counters are monitored and plotted on the &lt;b&gt;Performance Chart&lt;/b&gt;, which is updated every second.  If a thread detects a query that has failed to complete successfully, a vertical red line is overlaid on the chart.&lt;/li&gt;
&lt;li&gt;The lower grid displays the current value of counters, and updates statistics for Average, Max and Min values during the entire test run.  Use the &lt;b&gt;Enabled&lt;/b&gt; checkbox to select whether to plot a line on the chart.  &lt;/li&gt;
&lt;li&gt;The &lt;b&gt;Report Path&lt;/b&gt; specifies where reports are saved&lt;/li&gt;
&lt;li&gt;The &lt;b&gt;Report Title&lt;/b&gt; is embedded in the HTML report. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Save Report&lt;/b&gt; generates an HTML report for documentation purposes.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;The typical workflow to run a stress test is:
&lt;ol&gt;&lt;li&gt;Connect to the SSAS instance&lt;/li&gt;
&lt;li&gt;Specify the Path for Queries, Test Profile, Threads, and Think Time&lt;/li&gt;
&lt;li&gt;Clear Cache&lt;/li&gt;
&lt;li&gt;Start Counters (then wait a few seconds to allow them to stabilize)&lt;/li&gt;
&lt;li&gt;Press the Start Test button&lt;/li&gt;&lt;/ol&gt;
&lt;b&gt;NOTE:&lt;/b&gt; If you&amp;#39;re running AS Performance Workbench on the server you&amp;#39;re testing, run the application as Administrator.  If run without the Administrator SID, you may not be able to read SSAS counters on some systems (such as Windows 7)&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.blue-granite.com/images/AsPerfWbScreen3.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>robkerr</author><pubDate>Wed, 05 Oct 2011 10:20:03 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20111005102003A</guid></item><item><title>New Comment on "Documentation"</title><link>http://asperfwb.codeplex.com/documentation?&amp;ANCHOR#C19187</link><description>Hi Rob,&amp;#10;&amp;#10;We have a sample query for one of our cubes that we wish to measure performance for and it keeps getting &amp;#34;timed out&amp;#34;. The error message we get is&amp;#10;&amp;#10;Exception&amp;#58; XML for Analysis parser&amp;#58; The XML for Analysis request timed out before it was completed.&amp;#10;&amp;#10;Any ideas how&amp;#47;where we can change a timeout setting&amp;#63;&amp;#10;&amp;#10;NOTE&amp;#58; When we run this mdx directly in BIDS it does work&amp;#47;execute correctly.&amp;#10;&amp;#10;regards,&amp;#10;Aashish</description><author>aashishthakker</author><pubDate>Wed, 06 Apr 2011 22:16:53 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20110406101653P</guid></item><item><title>Updated Wiki: Home</title><link>http://asperfwb.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;AS Performance Workbench is a scalability testing application for Analysis Services Cubes.  It puts a GUI around monitoring counters, uses multiple threads to simulate high loads, and produces beautiful HTML output documenting your test results.&lt;br /&gt;&lt;br /&gt;The goal for AS Performance Workbench is to provide a user-friendly, highly efficient scalability testing and documentation tool for SSAS.  &lt;br /&gt;&lt;br /&gt;This application has the following features:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The ability to use multiple threads to simultaneously generate query workload in a way that simulates multiple simultaneous application users.&lt;/li&gt;
&lt;li&gt;A function to generate query workload in random order across threads to produce a random workload profile consistent with users taking their own path through the application.&lt;/li&gt;
&lt;li&gt;Random “think time” intervals when performing “simulated user population” testing.&lt;/li&gt;
&lt;li&gt;Functions to collect detailed performance counter statistics and present this information graphically, including annotations on graphs to indicate query failures.&lt;/li&gt;
&lt;li&gt;Automatic production of HTML reports suitable for use in interpreting test results and briefing business users on the test outcome.&lt;/li&gt;&lt;/ul&gt;
Additional Documentation: &lt;a href="http://asperfwb.codeplex.com/documentation" class="externalLink"&gt;http://asperfwb.codeplex.com/documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Watch a demo on YouTube: &lt;a href="http://www.youtube.com/watch?v=Kn4-3JTyDXM" class="externalLink"&gt;http://www.youtube.com/watch?v=Kn4-3JTyDXM&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Questions: Rob Kerr (&lt;a href="http://blog.robkerr.com" class="externalLink"&gt;http://blog.robkerr.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Application Screen Shot&lt;/b&gt;&lt;br /&gt;&lt;img src="http://www.robkerr.com/pics/AsPerfWbScreen1.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Report Output (HTML)&lt;/b&gt;&lt;br /&gt;&lt;img src="http://www.robkerr.com/pics/AsPerfWbScreen2.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>robkerr</author><pubDate>Tue, 22 Mar 2011 15:38:18 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110322033818P</guid></item><item><title>Updated Wiki: Home</title><link>http://asperfwb.codeplex.com/wikipage?version=6</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;AS Performance Workbench is a scalability testing application for Analysis Services Cubes.  It puts a GUI around monitoring counters, uses multiple threads to simulate high loads, and produces beautiful HTML output documenting your test results.&lt;br /&gt;&lt;br /&gt;The goal for AS Performance Workbench is to provide a user-friendly, highly efficient scalability testing and documentation tool for SSAS.  &lt;br /&gt;&lt;br /&gt;This application has the following features:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The ability to use multiple threads to simultaneously generate query workload in a way that simulates multiple simultaneous application users.&lt;/li&gt;
&lt;li&gt;A function to generate query workload in random order across threads to produce a random workload profile consistent with users taking their own path through the application.&lt;/li&gt;
&lt;li&gt;Random “think time” intervals when performing “simulated user population” testing.&lt;/li&gt;
&lt;li&gt;Functions to collect detailed performance counter statistics and present this information graphically, including annotations on graphs to indicate query failures.&lt;/li&gt;
&lt;li&gt;Automatic production of HTML reports suitable for use in interpreting test results and briefing business users on the test outcome.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Additional Documentation: &lt;a href="http://asperfwb.codeplex.com/documentation" class="externalLink"&gt;http://asperfwb.codeplex.com/documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Watch a demo on YouTube: &lt;a href="http://www.youtube.com/watch?v=Kn4-3JTyDXM" class="externalLink"&gt;http://www.youtube.com/watch?v=Kn4-3JTyDXM&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Questions: Rob Kerr (&lt;a href="http://blog.robkerr.com" class="externalLink"&gt;http://blog.robkerr.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Application Screen Shot&lt;/b&gt;&lt;br /&gt;&lt;img src="http://www.robkerr.com/pics/AsPerfWbScreen1.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Report Output (HTML)&lt;/b&gt;&lt;br /&gt;&lt;img src="http://www.robkerr.com/pics/AsPerfWbScreen2.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>robkerr</author><pubDate>Tue, 22 Mar 2011 15:38:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110322033809P</guid></item><item><title>Updated Wiki: Home</title><link>http://asperfwb.codeplex.com/wikipage?version=5</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;AS Performance Workbench is a scalability testing application for Analysis Services Cubes.  It puts a GUI around monitoring counters, uses multiple threads to simulate high loads, and produces beautiful HTML output documenting your test results.&lt;br /&gt;&lt;br /&gt;The goal for AS Performance Workbench is to provide a user-friendly, highly efficient scalability testing and documentation tool for SSAS.  &lt;br /&gt;&lt;br /&gt;This application has the following features:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The ability to use multiple threads to simultaneously generate query workload in a way that simulates multiple simultaneous application users.&lt;/li&gt;
&lt;li&gt;A function to generate query workload in random order across threads to produce a random workload profile consistent with users taking their own path through the application.&lt;/li&gt;
&lt;li&gt;Random “think time” intervals when performing “simulated user population” testing.&lt;/li&gt;
&lt;li&gt;Functions to collect detailed performance counter statistics and present this information graphically, including annotations on graphs to indicate query failures.&lt;/li&gt;
&lt;li&gt;Automatic production of HTML reports suitable for use in interpreting test results and briefing business users on the test outcome.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Watch a demo on YouTube: &lt;a href="http://www.youtube.com/watch?v=Kn4-3JTyDXM" class="externalLink"&gt;http://www.youtube.com/watch?v=Kn4-3JTyDXM&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Questions: Rob Kerr (&lt;a href="http://blog.robkerr.com" class="externalLink"&gt;http://blog.robkerr.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Application Screen Shot&lt;/b&gt;&lt;br /&gt;&lt;img src="http://www.robkerr.com/pics/AsPerfWbScreen1.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Report Output (HTML)&lt;/b&gt;&lt;br /&gt;&lt;img src="http://www.robkerr.com/pics/AsPerfWbScreen2.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>robkerr</author><pubDate>Mon, 21 Mar 2011 04:57:31 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110321045731A</guid></item></channel></rss>