<?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: Load Testing With Log Replay</title>
	<atom:link href="http://www.igvita.com/2008/09/30/load-testing-with-log-replay/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.igvita.com/2008/09/30/load-testing-with-log-replay/</link>
	<description>A goal is a dream with a deadline.</description>
	<pubDate>Tue, 16 Mar 2010 05:52:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2008/09/30/load-testing-with-log-replay/comment-page-1/#comment-217717</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Wed, 30 Sep 2009 14:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=192#comment-217717</guid>
		<description>Ah, yes good catch! Bumped heads with that one before as well.</description>
		<content:encoded><![CDATA[<p>Ah, yes good catch! Bumped heads with that one before as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu Martin</title>
		<link>http://www.igvita.com/2008/09/30/load-testing-with-log-replay/comment-page-1/#comment-217698</link>
		<dc:creator>Mathieu Martin</dc:creator>
		<pubDate>Wed, 30 Sep 2009 13:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=192#comment-217698</guid>
		<description>Ah, crap, you're right, I meant num-conns. I always confuse num-conns and num-calls :-)

My point was that having a log with 1000 URIs and passing the "wlog" argument was not enough to have httperf hit the 1000 URIs. You had to specify num-conns explicitly or it defaulted to only hitting one URI, the first one in the log.</description>
		<content:encoded><![CDATA[<p>Ah, crap, you&#8217;re right, I meant num-conns. I always confuse num-conns and num-calls :-)</p>
<p>My point was that having a log with 1000 URIs and passing the &#8220;wlog&#8221; argument was not enough to have httperf hit the 1000 URIs. You had to specify num-conns explicitly or it defaulted to only hitting one URI, the first one in the log.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2008/09/30/load-testing-with-log-replay/comment-page-1/#comment-217572</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Wed, 30 Sep 2009 00:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=192#comment-217572</guid>
		<description>Mathieu, as far as I remember, num-calls specifies the number of requests that the test will issue per connection. In the past, I've explicitly set it to 1 to try and mock / overload the server with concurrent independent requests. However, it all depends on your use case.</description>
		<content:encoded><![CDATA[<p>Mathieu, as far as I remember, num-calls specifies the number of requests that the test will issue per connection. In the past, I&#8217;ve explicitly set it to 1 to try and mock / overload the server with concurrent independent requests. However, it all depends on your use case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu Martin</title>
		<link>http://www.igvita.com/2008/09/30/load-testing-with-log-replay/comment-page-1/#comment-217516</link>
		<dc:creator>Mathieu Martin</dc:creator>
		<pubDate>Tue, 29 Sep 2009 20:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=192#comment-217516</guid>
		<description>Thanks for posting Ilya.

The manual test run* of httperf with the --wlog option wasn't working for me. It was only actually sending 1 request to the server, instead of a bunch.

The solution: explicitly pass --num-calls=1000 to httperf.

* meaning this line:
&lt;code&gt;
  httperf --hog --server localhost --port 80 --wlog=n,requests_httperf.log --rate=100
&lt;/code&gt;
had to become:
&lt;code&gt;
  httperf --hog --server localhost --port 80 --wlog=n,requests_httperf.log --rate=100 --num-calls=1000
&lt;/code&gt;

I'm using httperf 0.9.0 on Leopard.</description>
		<content:encoded><![CDATA[<p>Thanks for posting Ilya.</p>
<p>The manual test run* of httperf with the &#8211;wlog option wasn&#8217;t working for me. It was only actually sending 1 request to the server, instead of a bunch.</p>
<p>The solution: explicitly pass &#8211;num-calls=1000 to httperf.</p>
<p>* meaning this line:<br />
<code><br />
  httperf --hog --server localhost --port 80 --wlog=n,requests_httperf.log --rate=100<br />
</code><br />
had to become:<br />
<code><br />
  httperf --hog --server localhost --port 80 --wlog=n,requests_httperf.log --rate=100 --num-calls=1000<br />
</code></p>
<p>I&#8217;m using httperf 0.9.0 on Leopard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solution Hacker - Load and stress testing my website</title>
		<link>http://www.igvita.com/2008/09/30/load-testing-with-log-replay/comment-page-1/#comment-163809</link>
		<dc:creator>Solution Hacker - Load and stress testing my website</dc:creator>
		<pubDate>Tue, 27 Jan 2009 09:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=192#comment-163809</guid>
		<description>[...] Load testing with log replay - interesting idea [...]</description>
		<content:encoded><![CDATA[<p>[...] Load testing with log replay - interesting idea [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jannis</title>
		<link>http://www.igvita.com/2008/09/30/load-testing-with-log-replay/comment-page-1/#comment-160890</link>
		<dc:creator>Jannis</dc:creator>
		<pubDate>Fri, 16 Jan 2009 09:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=192#comment-160890</guid>
		<description>Good stuff! 

Just a tiny correction: 'httperf_num-call  = 1' should probably read 'httperf_num-calls = 1' in autoperf.conf (at least on my system and the docs). 

And for those who get connreset errors, set num-calls to 1 - the reason might be the fact that your server does not support persistent connections (just so there's a solution to this problem in google ;)</description>
		<content:encoded><![CDATA[<p>Good stuff! </p>
<p>Just a tiny correction: &#8216;httperf_num-call  = 1&#8242; should probably read &#8216;httperf_num-calls = 1&#8242; in autoperf.conf (at least on my system and the docs). </p>
<p>And for those who get connreset errors, set num-calls to 1 - the reason might be the fact that your server does not support persistent connections (just so there&#8217;s a solution to this problem in google ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: India Ganges River India Kashmir - River India Travel</title>
		<link>http://www.igvita.com/2008/09/30/load-testing-with-log-replay/comment-page-1/#comment-143566</link>
		<dc:creator>India Ganges River India Kashmir - River India Travel</dc:creator>
		<pubDate>Wed, 05 Nov 2008 13:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=192#comment-143566</guid>
		<description>[...] Load Testing With Log Replay - igvita.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Load Testing With Log Replay - igvita.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Load Testing with log replay &#171; faisal.ahmed</title>
		<link>http://www.igvita.com/2008/09/30/load-testing-with-log-replay/comment-page-1/#comment-141811</link>
		<dc:creator>Load Testing with log replay &#171; faisal.ahmed</dc:creator>
		<pubDate>Sat, 25 Oct 2008 17:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=192#comment-141811</guid>
		<description>[...] more i suggest you go here and [...]</description>
		<content:encoded><![CDATA[<p>[...] more i suggest you go here and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Infakta</title>
		<link>http://www.igvita.com/2008/09/30/load-testing-with-log-replay/comment-page-1/#comment-141252</link>
		<dc:creator>Infakta</dc:creator>
		<pubDate>Sun, 19 Oct 2008 15:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=192#comment-141252</guid>
		<description>Very usefull artice!</description>
		<content:encoded><![CDATA[<p>Very usefull artice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2008/09/30/load-testing-with-log-replay/comment-page-1/#comment-140990</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Thu, 16 Oct 2008 03:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=192#comment-140990</guid>
		<description>Jan, Vincent: just spent some time playing with Tsung, and I'm thoroughly impressed, thanks for the great tip! It definitely has a high entry barrier in terms of configuration, but the feature set definitely makes it a worthwhile investment.</description>
		<content:encoded><![CDATA[<p>Jan, Vincent: just spent some time playing with Tsung, and I&#8217;m thoroughly impressed, thanks for the great tip! It definitely has a high entry barrier in terms of configuration, but the feature set definitely makes it a worthwhile investment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
