<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Besiege Your Web Application &#8211; Load Testing over HTTP</title>
	<atom:link href="http://www.sitepoint.com/blogs/2007/05/07/besiege-your-web-application-load-testing-over-http/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2007/05/07/besiege-your-web-application-load-testing-over-http/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Sun, 22 Nov 2009 11:54:05 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Developer4lease</title>
		<link>http://www.sitepoint.com/blogs/2007/05/07/besiege-your-web-application-load-testing-over-http/comment-page-1/#comment-822178</link>
		<dc:creator>Developer4lease</dc:creator>
		<pubDate>Thu, 06 Nov 2008 06:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1916#comment-822178</guid>
		<description>Thank you for sharing useful information.I’m not that familiar with Apache Flood, but at a glance it seems that Siege is geared towards emulating real users hitting your website, with delays between hits and a calculated actual-concurrency in the statistics.We want you to come up with more information.


http://www.developer4lease.com/</description>
		<content:encoded><![CDATA[<p>Thank you for sharing useful information.I’m not that familiar with Apache Flood, but at a glance it seems that Siege is geared towards emulating real users hitting your website, with delays between hits and a calculated actual-concurrency in the statistics.We want you to come up with more information.</p>
<p><a href="http://www.developer4lease.com/" rel="nofollow">http://www.developer4lease.com/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Annesley</title>
		<link>http://www.sitepoint.com/blogs/2007/05/07/besiege-your-web-application-load-testing-over-http/comment-page-1/#comment-243999</link>
		<dc:creator>Paul Annesley</dc:creator>
		<pubDate>Thu, 10 May 2007 00:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1916#comment-243999</guid>
		<description>Siege test cases (URL files) can be automatically built from your browser by browsing through &lt;a href=&quot;http://www.joedog.org/JoeDog/Sproxy&quot; rel=&quot;nofollow&quot;&gt;Sproxy&lt;/a&gt;, also from JoeDog.</description>
		<content:encoded><![CDATA[<p>Siege test cases (URL files) can be automatically built from your browser by browsing through <a href="http://www.joedog.org/JoeDog/Sproxy" rel="nofollow">Sproxy</a>, also from JoeDog.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sitepoint.com/blogs/2007/05/07/besiege-your-web-application-load-testing-over-http/comment-page-1/#comment-243966</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 09 May 2007 23:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1916#comment-243966</guid>
		<description>Personally, I use Apache JMeter (http://jakarta.apache.org/jmeter/) Which has a Java focus but also is excellent for load testing all (brands of) websites.

The thing I like most about it is, you can have it read your browser requests and it&#039;ll automatically build a config script for you. This allows you to simply create a script by browsing the website in a normal browser and it&#039;ll record your every move (no spyware attached). Not sure if Siege does this but OpenSTA does.

Oh, and as it&#039;s written in Java, it&#039;s cross platform. It&#039;s also GUI based (albeit ugly).</description>
		<content:encoded><![CDATA[<p>Personally, I use Apache JMeter (<a href="http://jakarta.apache.org/jmeter/" rel="nofollow">http://jakarta.apache.org/jmeter/</a>) Which has a Java focus but also is excellent for load testing all (brands of) websites.</p>
<p>The thing I like most about it is, you can have it read your browser requests and it&#8217;ll automatically build a config script for you. This allows you to simply create a script by browsing the website in a normal browser and it&#8217;ll record your every move (no spyware attached). Not sure if Siege does this but OpenSTA does.</p>
<p>Oh, and as it&#8217;s written in Java, it&#8217;s cross platform. It&#8217;s also GUI based (albeit ugly).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Annesley</title>
		<link>http://www.sitepoint.com/blogs/2007/05/07/besiege-your-web-application-load-testing-over-http/comment-page-1/#comment-243361</link>
		<dc:creator>Paul Annesley</dc:creator>
		<pubDate>Wed, 09 May 2007 05:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1916#comment-243361</guid>
		<description>Apache Bench (ab) is more of a raw-speed benchmarking tool.

Siege lets you build test cases (see the URLs File I mentioned) which try to simulate large numbers of real users browsing your site - with a list of GET and POST requests, including POST data.  Rather than each concurrent user flooding the server, it inserts delays between requests for a more true-to-life effect.

I would recommend you read the &lt;a href=&quot;http://www.joedog.org/Siege/History&quot; rel=&quot;nofollow&quot;&gt;Siege History page&lt;/a&gt; for a rationale of why it was developed when there were similar tools like Apache Bench out there.</description>
		<content:encoded><![CDATA[<p>Apache Bench (ab) is more of a raw-speed benchmarking tool.</p>
<p>Siege lets you build test cases (see the URLs File I mentioned) which try to simulate large numbers of real users browsing your site &#8211; with a list of GET and POST requests, including POST data.  Rather than each concurrent user flooding the server, it inserts delays between requests for a more true-to-life effect.</p>
<p>I would recommend you read the <a href="http://www.joedog.org/Siege/History" rel="nofollow">Siege History page</a> for a rationale of why it was developed when there were similar tools like Apache Bench out there.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.sitepoint.com/blogs/2007/05/07/besiege-your-web-application-load-testing-over-http/comment-page-1/#comment-242855</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Tue, 08 May 2007 13:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1916#comment-242855</guid>
		<description>Looks the same as Apache Bench to me.</description>
		<content:encoded><![CDATA[<p>Looks the same as Apache Bench to me.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: simran</title>
		<link>http://www.sitepoint.com/blogs/2007/05/07/besiege-your-web-application-load-testing-over-http/comment-page-1/#comment-242691</link>
		<dc:creator>simran</dc:creator>
		<pubDate>Tue, 08 May 2007 07:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1916#comment-242691</guid>
		<description>Nice find!</description>
		<content:encoded><![CDATA[<p>Nice find!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: andrew.k</title>
		<link>http://www.sitepoint.com/blogs/2007/05/07/besiege-your-web-application-load-testing-over-http/comment-page-1/#comment-242616</link>
		<dc:creator>andrew.k</dc:creator>
		<pubDate>Tue, 08 May 2007 04:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1916#comment-242616</guid>
		<description>For any Windows users feeling left out, have a look at &lt;a href=&quot;http://www.opensta.org/&quot; rel=&quot;nofollow&quot;&gt;OpenSTA&lt;/a&gt;. Also free, but uses a Windows GUI and can use IE or Firefox to initially create the tests (just hit record and start surfing). Another handy feature is having multiple machines in a network run tests, all reporting back to a central machine for compiling the results.</description>
		<content:encoded><![CDATA[<p>For any Windows users feeling left out, have a look at <a href="http://www.opensta.org/" rel="nofollow">OpenSTA</a>. Also free, but uses a Windows GUI and can use IE or Firefox to initially create the tests (just hit record and start surfing). Another handy feature is having multiple machines in a network run tests, all reporting back to a central machine for compiling the results.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Annesley</title>
		<link>http://www.sitepoint.com/blogs/2007/05/07/besiege-your-web-application-load-testing-over-http/comment-page-1/#comment-242148</link>
		<dc:creator>Paul Annesley</dc:creator>
		<pubDate>Mon, 07 May 2007 10:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1916#comment-242148</guid>
		<description>mrsmiley: by the looks of it, the two tools cover fairly similar ground.

Personally, I prefer a tool which takes plaintext input files (or just a couple of command line parameters) rather than the XML which Apache Flood seems to require, but that&#039;s personal preference.  And perhaps Flood provides the same interface.

I&#039;m not that familiar with Apache Flood, but at a glance it seems that Siege is geared towards emulating real users hitting your website, with delays between hits and a calculated actual-concurrency in the statistics.

Thanks for pointing it out.</description>
		<content:encoded><![CDATA[<p>mrsmiley: by the looks of it, the two tools cover fairly similar ground.</p>
<p>Personally, I prefer a tool which takes plaintext input files (or just a couple of command line parameters) rather than the XML which Apache Flood seems to require, but that&#8217;s personal preference.  And perhaps Flood provides the same interface.</p>
<p>I&#8217;m not that familiar with Apache Flood, but at a glance it seems that Siege is geared towards emulating real users hitting your website, with delays between hits and a calculated actual-concurrency in the statistics.</p>
<p>Thanks for pointing it out.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mrsmiley</title>
		<link>http://www.sitepoint.com/blogs/2007/05/07/besiege-your-web-application-load-testing-over-http/comment-page-1/#comment-242096</link>
		<dc:creator>mrsmiley</dc:creator>
		<pubDate>Mon, 07 May 2007 06:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1916#comment-242096</guid>
		<description>How does it differ from the Apache flood tool?  http://httpd.apache.org/test/flood/

From my memories of playing with it a few years back, it essentially does the same thing and its been part of Apache for eons.</description>
		<content:encoded><![CDATA[<p>How does it differ from the Apache flood tool?  <a href="http://httpd.apache.org/test/flood/" rel="nofollow">http://httpd.apache.org/test/flood/</a></p>
<p>From my memories of playing with it a few years back, it essentially does the same thing and its been part of Apache for eons.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Magain</title>
		<link>http://www.sitepoint.com/blogs/2007/05/07/besiege-your-web-application-load-testing-over-http/comment-page-1/#comment-242089</link>
		<dc:creator>Matthew Magain</dc:creator>
		<pubDate>Mon, 07 May 2007 06:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1916#comment-242089</guid>
		<description>That is definitely pretty cool. The last time I used a tool like this was &lt;a href=&quot;http://www.mercury.com/us/products/performance-center/loadrunner/&quot; rel=&quot;nofollow&quot;&gt;Mercury LoadRunner&lt;/a&gt;, which costs tens of thousands of bucks.</description>
		<content:encoded><![CDATA[<p>That is definitely pretty cool. The last time I used a tool like this was <a href="http://www.mercury.com/us/products/performance-center/loadrunner/" rel="nofollow">Mercury LoadRunner</a>, which costs tens of thousands of bucks.</p>]]></content:encoded>
	</item>
</channel>
</rss>
