<?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>electronet &#187; Development</title>
	<atom:link href="http://www.electronet.com.au/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.electronet.com.au</link>
	<description>where electrons go for a good time</description>
	<lastBuildDate>Mon, 08 Mar 2010 01:32:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Site load testing with JMeter</title>
		<link>http://www.electronet.com.au/2010/03/site-load-testing-with-jmeter/</link>
		<comments>http://www.electronet.com.au/2010/03/site-load-testing-with-jmeter/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 00:22:11 +0000</pubDate>
		<dc:creator>Todd Baker</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.electronet.com.au/?p=58</guid>
		<description><![CDATA[We are in the process of deploying a large site on a platform only tested with small site.. The first thing we had to do was load test it. What I wanted was something to &#8220;spider&#8221; the site and follow links for a certain period of time simulating lots of users.  Hitting the same page [...]]]></description>
			<content:encoded><![CDATA[<p>We are in the process of deploying a large site on a platform only tested with small site.. The first thing we had to do was load test it.</p>
<p>What I wanted was something to &#8220;spider&#8221; the site and follow links for a certain period of time simulating lots of users.  Hitting the same page over and over again just doesn&#8217;t cut when you are caching pages and want to test the load required to bring them into cache and deliver them.</p>
<p>I found <a href="http://jakarta.apache.org/jmeter/index.html">JMeter</a>. Its is a great application from the <a href="http://jakarta.apache.org/">Apache Jakarta project</a> but confusing to say the least when it comes to configuration.</p>
<p>After digging around I found a nice set up to do exactly this:</p>
<p>* Thread Group (Continue on error)<br />
* HTTP Request (Site URL, path [enter homepage or seed url] )<br />
* While Controller (Condition = &#8220;LAST&#8221;)<br />
* * HTTP Request (Site URL, path [.*])<br />
* * HTML Link Parser<br />
* * Gaussian Random Timer</p>
<p>This gives me a good spread of URL&#8217;s at good random intervals.</p>
<p>Huge thanks to this <a href=" http://old.nabble.com/Jmeter-spidering-:-working-example-tutorial-td26388470.html">jmeter newsgroup post</a> by Jason.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.electronet.com.au/2010/03/site-load-testing-with-jmeter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
