<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Writing Performance Tests in Grinder using a Framework</title>
	<atom:link href="http://vivin.net/2009/09/16/writing-performance-tests-in-grinder-using-a-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://vivin.net/2009/09/16/writing-performance-tests-in-grinder-using-a-framework/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
	<description>random musings of just another computer nerd</description>
	<lastBuildDate>Sun, 05 Feb 2012 22:22:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sattish</title>
		<link>http://vivin.net/2009/09/16/writing-performance-tests-in-grinder-using-a-framework/comment-page-1/#comment-9498</link>
		<dc:creator>Sattish</dc:creator>
		<pubDate>Wed, 24 Nov 2010 15:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=937#comment-9498</guid>
		<description>Hi Vivin,

Thanks for describing the test framework. Its nice to see the way u maintained the tutorials for Grinder. Have few queries on implementing few features related to Grinder.
1. How to call a user defined function
2. How to monitor server side metrics like CPU,memory and Disk etc.
3. Do we have an option to add users dynamically.

Do u have any monitoring template available 

Thanks
Sattish.</description>
		<content:encoded><![CDATA[<p>Hi Vivin,</p>
<p>Thanks for describing the test framework. Its nice to see the way u maintained the tutorials for Grinder. Have few queries on implementing few features related to Grinder.<br />
1. How to call a user defined function<br />
2. How to monitor server side metrics like CPU,memory and Disk etc.<br />
3. Do we have an option to add users dynamically.</p>
<p>Do u have any monitoring template available </p>
<p>Thanks<br />
Sattish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivin</title>
		<link>http://vivin.net/2009/09/16/writing-performance-tests-in-grinder-using-a-framework/comment-page-1/#comment-9476</link>
		<dc:creator>vivin</dc:creator>
		<pubDate>Tue, 23 Nov 2010 17:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=937#comment-9476</guid>
		<description>&lt;a href=&quot;#comment-9334&quot; rel=&quot;nofollow&quot;&gt;@muellae &lt;/a&gt; 
Glad to know you figured it out. Also, thank you for your kind words :) I&#039;m glad you find my tool helpful!</description>
		<content:encoded><![CDATA[<p><a href="#comment-9334" rel="nofollow">@muellae </a><br />
Glad to know you figured it out. Also, thank you for your kind words <img src='http://vivin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;m glad you find my tool helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muellae</title>
		<link>http://vivin.net/2009/09/16/writing-performance-tests-in-grinder-using-a-framework/comment-page-1/#comment-9334</link>
		<dc:creator>muellae</dc:creator>
		<pubDate>Wed, 17 Nov 2010 06:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=937#comment-9334</guid>
		<description>Hi vivin!
Thanks for your answer. I actually meant a http request only and was not able to parse it. The problem was, that it&#039;s hardly (or even not?) possible to use the python regex lib in jython. I&#039;m now just using the java regex library and it works like a charm.
Thanks anyway for your answer! You did a great job with torqueo, it&#039;s a great tool which helped me a lot.</description>
		<content:encoded><![CDATA[<p>Hi vivin!<br />
Thanks for your answer. I actually meant a http request only and was not able to parse it. The problem was, that it&#8217;s hardly (or even not?) possible to use the python regex lib in jython. I&#8217;m now just using the java regex library and it works like a charm.<br />
Thanks anyway for your answer! You did a great job with torqueo, it&#8217;s a great tool which helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivin</title>
		<link>http://vivin.net/2009/09/16/writing-performance-tests-in-grinder-using-a-framework/comment-page-1/#comment-9327</link>
		<dc:creator>vivin</dc:creator>
		<pubDate>Wed, 17 Nov 2010 04:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=937#comment-9327</guid>
		<description>&lt;a href=&quot;#comment-8790&quot; rel=&quot;nofollow&quot;&gt;@muellae &lt;/a&gt; 
Sorry for taking so long to respond. I was pretty busy with school and work. There is no way (as of now) to have access to the HTTP results. It&#039;s abstracted away inside the tasks. What you &lt;i&gt;could&lt;/i&gt; do, is modify the autogenerated task-files themselves and get access to the result that way. 

The reason that the result is not provided (and possibly &lt;i&gt;cannot&lt;/i&gt; be provided per the current design) is that a task consists of one or more requests. So it doesn&#039;t make sense to talk about the &quot;result&quot; of a task. A task represents an abstract unit.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8790" rel="nofollow">@muellae </a><br />
Sorry for taking so long to respond. I was pretty busy with school and work. There is no way (as of now) to have access to the HTTP results. It&#8217;s abstracted away inside the tasks. What you <i>could</i> do, is modify the autogenerated task-files themselves and get access to the result that way. </p>
<p>The reason that the result is not provided (and possibly <i>cannot</i> be provided per the current design) is that a task consists of one or more requests. So it doesn&#8217;t make sense to talk about the &#8220;result&#8221; of a task. A task represents an abstract unit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muellae</title>
		<link>http://vivin.net/2009/09/16/writing-performance-tests-in-grinder-using-a-framework/comment-page-1/#comment-8790</link>
		<dc:creator>muellae</dc:creator>
		<pubDate>Mon, 25 Oct 2010 08:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=937#comment-8790</guid>
		<description>Hi vivin.
I have a question about the using of regex. Since grinder just allows to compile regex within the runner, how do i parse http results in torqueo tasks? I didn&#039;t get any valuable answers in the internet so far. Do you have any advices? Would be great, thx!</description>
		<content:encoded><![CDATA[<p>Hi vivin.<br />
I have a question about the using of regex. Since grinder just allows to compile regex within the runner, how do i parse http results in torqueo tasks? I didn&#8217;t get any valuable answers in the internet so far. Do you have any advices? Would be great, thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://vivin.net/2009/09/16/writing-performance-tests-in-grinder-using-a-framework/comment-page-1/#comment-5873</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=937#comment-5873</guid>
		<description>&lt;a href=&quot;#comment-851&quot; rel=&quot;nofollow&quot;&gt;@Mukesh Nair &lt;/a&gt; 
Could you show the details about it. I have the same problem.</description>
		<content:encoded><![CDATA[<p><a href="#comment-851" rel="nofollow">@Mukesh Nair </a><br />
Could you show the details about it. I have the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivin</title>
		<link>http://vivin.net/2009/09/16/writing-performance-tests-in-grinder-using-a-framework/comment-page-1/#comment-1539</link>
		<dc:creator>vivin</dc:creator>
		<pubDate>Wed, 17 Mar 2010 16:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=937#comment-1539</guid>
		<description>&lt;a href=\#comment-1537\ rel=\nofollow\ rel=&quot;nofollow&quot;&gt;@Marcel &lt;/a&gt; 
Thanks for pointing that out Marcel; I&#039;ll fix it!</description>
		<content:encoded><![CDATA[<p><a href=\#comment-1537\ rel=\nofollow\ rel="nofollow">@Marcel </a><br />
Thanks for pointing that out Marcel; I&#8217;ll fix it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel</title>
		<link>http://vivin.net/2009/09/16/writing-performance-tests-in-grinder-using-a-framework/comment-page-1/#comment-1537</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Tue, 16 Mar 2010 08:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=937#comment-1537</guid>
		<description>The Perl file under the link on page 9 is not the same as the one you packaged in the ZIP.</description>
		<content:encoded><![CDATA[<p>The Perl file under the link on page 9 is not the same as the one you packaged in the ZIP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivin</title>
		<link>http://vivin.net/2009/09/16/writing-performance-tests-in-grinder-using-a-framework/comment-page-1/#comment-1498</link>
		<dc:creator>vivin</dc:creator>
		<pubDate>Thu, 04 Mar 2010 19:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=937#comment-1498</guid>
		<description>&lt;a href=&quot;#comment-1497&quot; rel=&quot;nofollow&quot;&gt;@vicky &lt;/a&gt; 
I looked around for ways to run multiple scripts and I ran into this post &lt;a href = &quot;http://www.kvaes.be/web/grinder-load-testing-framework/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;  that says you can do it by making each script as a separate property and not space delimited.  So what you need to do is divide the load (and select a user) based on the thread number. Script 1 will use user1-user25 (if the thread number is between 1 and 25),  script 2 will use user26-user50 (if the thread number is between 26 and 50). This basically means that you need to have 100 threads.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1497" rel="nofollow">@vicky </a><br />
I looked around for ways to run multiple scripts and I ran into this post <a href = "http://www.kvaes.be/web/grinder-load-testing-framework/" rel="nofollow">here</a>  that says you can do it by making each script as a separate property and not space delimited.  So what you need to do is divide the load (and select a user) based on the thread number. Script 1 will use user1-user25 (if the thread number is between 1 and 25),  script 2 will use user26-user50 (if the thread number is between 26 and 50). This basically means that you need to have 100 threads.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vicky</title>
		<link>http://vivin.net/2009/09/16/writing-performance-tests-in-grinder-using-a-framework/comment-page-1/#comment-1497</link>
		<dc:creator>vicky</dc:creator>
		<pubDate>Thu, 04 Mar 2010 11:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=937#comment-1497</guid>
		<description>Hi Vivin,

Here i need your help. I am working in web application and i wanna to test the load of the application. For this i am using the grinder tool and under stand all the things except properties file of grinder framework. Is it possible to run more than one script or divide the scripts in threads on same time. Here i can explain you through example.  Suppose we have 4 scripts and want 4 scripts are equally divided in 100 user&#039;s. is it possible?</description>
		<content:encoded><![CDATA[<p>Hi Vivin,</p>
<p>Here i need your help. I am working in web application and i wanna to test the load of the application. For this i am using the grinder tool and under stand all the things except properties file of grinder framework. Is it possible to run more than one script or divide the scripts in threads on same time. Here i can explain you through example.  Suppose we have 4 scripts and want 4 scripts are equally divided in 100 user&#8217;s. is it possible?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

