<?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>Idle Hacking &#187; siege</title>
	<atom:link href="http://www.idle-hacking.com/tag/siege/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idle-hacking.com</link>
	<description>Ruby, XUL/Javascript, C/C++, and more...</description>
	<lastBuildDate>Tue, 11 May 2010 02:15:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sitemaps and Siege</title>
		<link>http://www.idle-hacking.com/2009/12/sitemaps-and-siege/</link>
		<comments>http://www.idle-hacking.com/2009/12/sitemaps-and-siege/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 19:03:05 +0000</pubDate>
		<dc:creator>taf2</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[siege]]></category>

		<guid isPermaLink="false">http://www.idle-hacking.com/?p=779</guid>
		<description><![CDATA[If you are like me and always want to test the performance of your sites before releasing them to the public eye and you have an interest in publishing sitemaps to google and friends. This handy ruby script might be just the thing for you. Assuming you already have your sitemap.xml file, if not try [...]]]></description>
			<content:encoded><![CDATA[<p>If you are like me and always want to test the performance of your sites before releasing them to the public eye and you have an interest in publishing <a href="http://www.sitemaps.org/">sitemaps</a> to google and friends.  This handy ruby script might be just the thing for you.</p>
<p><script src="http://gist.github.com/258939.js"></script></p>
<p>Assuming you already have your sitemap.xml file, if not <a href="http://www.google.com/search?hl=en&#038;q=generator+sitemap&#038;aq=f&#038;oq=&#038;aqi=">try googling</a>&#8230;</p>
<p>Next run the ruby script, given the sitemap.xml file as the first argument:</p>
<pre>
ruby sitemap-to-siege.rb sitemap.xml
</pre>
<p>That will create the <a href="http://linux.die.net/man/1/siege">urls.txt</a> file.</p>
<p>Now run <a href="http://www.joedog.org/index/siege-home">siege</a>:<br />
siege -c50 -t1M -f urls.txt</p>
<p>Note on mac you can install siege with<br />
sudo <a href="http://www.macports.org/">port</a> install siege<br />
On redhat:<br />
<a href="http://yum.baseurl.org/">yum</a> install siege<br />
Or <a href="ftp://ftp.joedog.org/pub/siege/">grab the source</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.idle-hacking.com/2009/12/sitemaps-and-siege/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
