<?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>The Developer Day &#187; load-testing</title>
	<atom:link href="http://www.thedeveloperday.com/tag/load-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedeveloperday.com</link>
	<description>Staying Curious</description>
	<lastBuildDate>Fri, 03 Feb 2012 12:03:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP load testing tool</title>
		<link>http://www.thedeveloperday.com/php-load-testing-tool/</link>
		<comments>http://www.thedeveloperday.com/php-load-testing-tool/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 15:08:05 +0000</pubDate>
		<dc:creator>Žilvinas Šaltys</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[load-testing]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.thedeveloperday.com/php-load-testing-tool/</guid>
		<description><![CDATA[I needed to test load some of our applications. I&#8217;m currently using a windows machine as my workstation. For some weird reason I&#8217;ve decided to develop such a load testing tool myself. It was both interesting and fun. I used php curl extension multi_ functions that are only available since PHP5. The script is very [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to test load some of our applications. I&#8217;m currently using a windows machine as my workstation. For some weird reason I&#8217;ve decided to develop such a load testing tool myself. It was both interesting and fun.</p>
<p>I used php curl extension multi_ functions that are only available since PHP5. The script is very simple. It accepts an integer parameter with max clients and a string parameter where a URL list file resides. You can run the script either from the command line or a browser. The script outputs average client response time, average responses per minute, total amount of responses and time elapsed during test loading. After a client responds the tool requests another URL. You can only stop the tool by killing the process.</p>
<p>You can try my <a href="http://www.thedeveloperday.com/uploads/loader.rar" title="PHP load testing tool">php test loading tool</a> yourself. If you are looking for something more serious try apache <strong>ab</strong> under Linux or Cygwin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedeveloperday.com/php-load-testing-tool/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

