<?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: Introduction to The Grinder</title>
	<atom:link href="http://www.performanceengineer.com/blog/introduction-to-the-grinder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/</link>
	<description>Software Performance Engineering &#38; Testing</description>
	<lastBuildDate>Wed, 02 Dec 2009 14:39:21 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrey Isaev</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/comment-page-1/#comment-362</link>
		<dc:creator>Andrey Isaev</dc:creator>
		<pubDate>Tue, 01 Sep 2009 09:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=123#comment-362</guid>
		<description>Hi Steveo,

If you are still interested in The Grinder and GrinderStone, we&#039;ve recently released new version 2.0.1.


What new: 
support for Eclipse 3.4 and 3.5 
support for The Grinder 3.1 and 3.2 
support for latest versions of PyDev Eclipse plugin 

New Features: 
Ability to add and pass to script arguments via JVM parameters 
Select grinder.property file dialog: should allow to select any file rather than &quot;grinder.properties&quot; only 

What was fixed: 
Eclipse 3.4.1 support 
Eclipse 3.3 compatibility is broken 
Unable to create new Grinder Run Configuration (PyDev 1.4/Grinderstone 2.0.0) 
Grinderstone does not launch script (NoSuchMethodError – IpythonPathNature.getProjectSourcePath()Ljava/lang/String) 
An internal error occurred during &quot;Launching&quot; 

Download information: 
GrinderStone home site: http://code.google.com/p/grinderstone/ 

Andrey.</description>
		<content:encoded><![CDATA[<p>Hi Steveo,</p>
<p>If you are still interested in The Grinder and GrinderStone, we&#8217;ve recently released new version 2.0.1.</p>
<p>What new:<br />
support for Eclipse 3.4 and 3.5<br />
support for The Grinder 3.1 and 3.2<br />
support for latest versions of PyDev Eclipse plugin </p>
<p>New Features:<br />
Ability to add and pass to script arguments via JVM parameters<br />
Select grinder.property file dialog: should allow to select any file rather than &#8220;grinder.properties&#8221; only </p>
<p>What was fixed:<br />
Eclipse 3.4.1 support<br />
Eclipse 3.3 compatibility is broken<br />
Unable to create new Grinder Run Configuration (PyDev 1.4/Grinderstone 2.0.0)<br />
Grinderstone does not launch script (NoSuchMethodError – IpythonPathNature.getProjectSourcePath()Ljava/lang/String)<br />
An internal error occurred during &#8220;Launching&#8221; </p>
<p>Download information:<br />
GrinderStone home site: <a href="http://code.google.com/p/grinderstone/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/grinderstone/?referer=');">http://code.google.com/p/grinderstone/</a> </p>
<p>Andrey.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiat filip</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/comment-page-1/#comment-349</link>
		<dc:creator>Fiat filip</dc:creator>
		<pubDate>Mon, 22 Jun 2009 09:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=123#comment-349</guid>
		<description>Steveo did you managed to use a datafile to feed a test script? If yes, could you point me some details?</description>
		<content:encoded><![CDATA[<p>Steveo did you managed to use a datafile to feed a test script? If yes, could you point me some details?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/comment-page-1/#comment-348</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 18 Jun 2009 08:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=123#comment-348</guid>
		<description>I am new to both The Grinder and GrinderStone.  I used the update manager to install GrinderStoner after manually downloading and installing Jython and The Grinder.

I am running the following configuration:

Jython 2.2.1
The Grinder 3.2
Pydev 1.4.6.2788
GrinderStoner 2.0.0
JDK1.5.0_16

After having followed the instructions above I right click on my GoogleHomePageTest.py file (which I created under the /src folder) and click &#039;Grinder Run&#039;.  Nothing happens, i.e. nothing appears in the console.

When I go into the run configuration context menu and attempt to create a new &#039;Grinder Run&#039; I get the following error message:

Plug-in com.googlecode.grinderstone was unable to load class com.googlecode.grinderstone.debug.ui.GrinderTabGroup

Can someone please help me?

Thanks.

Mark.</description>
		<content:encoded><![CDATA[<p>I am new to both The Grinder and GrinderStone.  I used the update manager to install GrinderStoner after manually downloading and installing Jython and The Grinder.</p>
<p>I am running the following configuration:</p>
<p>Jython 2.2.1<br />
The Grinder 3.2<br />
Pydev 1.4.6.2788<br />
GrinderStoner 2.0.0<br />
JDK1.5.0_16</p>
<p>After having followed the instructions above I right click on my GoogleHomePageTest.py file (which I created under the /src folder) and click &#8216;Grinder Run&#8217;.  Nothing happens, i.e. nothing appears in the console.</p>
<p>When I go into the run configuration context menu and attempt to create a new &#8216;Grinder Run&#8217; I get the following error message:</p>
<p>Plug-in com.googlecode.grinderstone was unable to load class com.googlecode.grinderstone.debug.ui.GrinderTabGroup</p>
<p>Can someone please help me?</p>
<p>Thanks.</p>
<p>Mark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveo</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/comment-page-1/#comment-338</link>
		<dc:creator>steveo</dc:creator>
		<pubDate>Sun, 15 Mar 2009 22:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=123#comment-338</guid>
		<description>So I eventually got all this sorted out. It was a matter of specifying full paths in the config files for grinder.

Ramp up/down is also not so hard, depending how much control you need. There are some great examples that don&#039;t require too much re-working to integrate into custom scripts.

I haven&#039;t tried eclipse-based grinder install, I choose to install it and Jython manually, but I&#039;ve no complaints about the integration -- only that the errors and stack traces are somewhat misleading, only because they&#039;re called through grinder. 

I consistently have to shell-out to run the scripts manually when there&#039;s a problem - the stack traces I see in eclipse are not useful in most cases.</description>
		<content:encoded><![CDATA[<p>So I eventually got all this sorted out. It was a matter of specifying full paths in the config files for grinder.</p>
<p>Ramp up/down is also not so hard, depending how much control you need. There are some great examples that don&#8217;t require too much re-working to integrate into custom scripts.</p>
<p>I haven&#8217;t tried eclipse-based grinder install, I choose to install it and Jython manually, but I&#8217;ve no complaints about the integration &#8212; only that the errors and stack traces are somewhat misleading, only because they&#8217;re called through grinder. </p>
<p>I consistently have to shell-out to run the scripts manually when there&#8217;s a problem &#8211; the stack traces I see in eclipse are not useful in most cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charlie</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/comment-page-1/#comment-337</link>
		<dc:creator>charlie</dc:creator>
		<pubDate>Sun, 15 Mar 2009 05:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=123#comment-337</guid>
		<description>Suvendu - You&#039;ll have to provide a little more information about what you&#039;ve tried and where you are having problems</description>
		<content:encoded><![CDATA[<p>Suvendu &#8211; You&#8217;ll have to provide a little more information about what you&#8217;ve tried and where you are having problems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suvendu kumar mohapatra</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/comment-page-1/#comment-334</link>
		<dc:creator>suvendu kumar mohapatra</dc:creator>
		<pubDate>Thu, 12 Mar 2009 07:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=123#comment-334</guid>
		<description>I am not being able to configure the eclipse with the grinder in this way. Kindly help.</description>
		<content:encoded><![CDATA[<p>I am not being able to configure the eclipse with the grinder in this way. Kindly help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveo</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/comment-page-1/#comment-306</link>
		<dc:creator>steveo</dc:creator>
		<pubDate>Tue, 11 Nov 2008 21:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=123#comment-306</guid>
		<description>I am having issues getting data files to work in my grinder script(s). 

If I run the script as record, it works no problem. but I recorded a single user login to my webapp. Basically, I want to use a list of username,pass pairs from a data file.

I also have a list of &#039;sites under test&#039; that I need to feed into the test script(s) so they itterate over the sites.

My final goal is to be able to configure X number of users concurrently active across Y sites concurrently...

can anyone point me to an example of how to use a datafile to feed a test script?

also, love to see that code to setup a ramp-up / ramp-down rate.</description>
		<content:encoded><![CDATA[<p>I am having issues getting data files to work in my grinder script(s). </p>
<p>If I run the script as record, it works no problem. but I recorded a single user login to my webapp. Basically, I want to use a list of username,pass pairs from a data file.</p>
<p>I also have a list of &#8217;sites under test&#8217; that I need to feed into the test script(s) so they itterate over the sites.</p>
<p>My final goal is to be able to configure X number of users concurrently active across Y sites concurrently&#8230;</p>
<p>can anyone point me to an example of how to use a datafile to feed a test script?</p>
<p>also, love to see that code to setup a ramp-up / ramp-down rate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charlie</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/comment-page-1/#comment-298</link>
		<dc:creator>charlie</dc:creator>
		<pubDate>Tue, 30 Sep 2008 15:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=123#comment-298</guid>
		<description>Kyle- the next steps are to create/modify your scripts and run them.  See this page for more about running scripts using grinderstone: http://code.google.com/p/grinderstone/wiki/Usage

You can also run them using the Grinder console, if you prefer, but during script development, I find it much easier to use the combination of Eclispe &amp; grinderstone</description>
		<content:encoded><![CDATA[<p>Kyle- the next steps are to create/modify your scripts and run them.  See this page for more about running scripts using grinderstone: <a href="http://code.google.com/p/grinderstone/wiki/Usage" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/grinderstone/wiki/Usage?referer=');">http://code.google.com/p/grinderstone/wiki/Usage</a></p>
<p>You can also run them using the Grinder console, if you prefer, but during script development, I find it much easier to use the combination of Eclispe &#038; grinderstone</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/comment-page-1/#comment-297</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 30 Sep 2008 15:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=123#comment-297</guid>
		<description>I have a question actually - this looks like it&#039;d be right up our alley, as I&#039;m looking to set the Grinder up at our site. I&#039;m having difficulty with your instructions however - this is my first foray in to Jython, Python, and Eclipse.

When you say &quot;Here is a very basic Grinder script&quot;, I assume I&#039;m making that in Eclipse - and I named it &quot;script.py&quot; just by accident, but that seems to be right... what are the next steps here?</description>
		<content:encoded><![CDATA[<p>I have a question actually &#8211; this looks like it&#8217;d be right up our alley, as I&#8217;m looking to set the Grinder up at our site. I&#8217;m having difficulty with your instructions however &#8211; this is my first foray in to Jython, Python, and Eclipse.</p>
<p>When you say &#8220;Here is a very basic Grinder script&#8221;, I assume I&#8217;m making that in Eclipse &#8211; and I named it &#8220;script.py&#8221; just by accident, but that seems to be right&#8230; what are the next steps here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/comment-page-1/#comment-296</link>
		<dc:creator>Andrey</dc:creator>
		<pubDate>Tue, 30 Sep 2008 07:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=123#comment-296</guid>
		<description>We are glad to announce that finally GrinderStone 2.0 is released: http://code.google.com/p/grinderstone

GrinderStone is a plugin for Eclipse IDE that allow users of The Grinder tool (Java load-testing framework) to debug created for it scripts. Along with debugging capabilities GrinderStone provided following features:
- Dramatically decrease time needed to develop complex frameworks for testing Web application using The Grinder
- Significantly improve ability to locate and correct Script errors
- Almost all those features that are available in Eclipse IDE during Py scripts developments including auto-complete, syntax highlighting and etc
- Ability to view and access variables used in Test Scripts for The Grinder
- Ability to use breakpoints in Test Scripts

What’s new in this release:
- Proved compatibility with Eclipse IDE version 3.4
- Compatibility with PyDev Eclipse IDE plug-in versions 1.3.19 and 1.3.20
- Compatibility with release versions of The Grinder (version 3.0.1 and 3.1)
- Ability to install GrinderStone via Eclipse IDE Software Update or manually
- Bug fixes and improvements

System Requirements:
In order to work with GrinderStone plug-in it is required to:
- Have any operating system that is supported by Eclipse IDE
- Have The Grinder version 3.0.1 or 3.1 installed
- Have JDK 1.5+ installed

Download Link:
http://grinderstone.googlecode.com/files/com.googlecode.grinderstone_2.0.0.zip

Support group:
http://groups.google.com/group/grinderstone-support

-------------------------------------------
Andruschuk Borislav
Andrey Isaev</description>
		<content:encoded><![CDATA[<p>We are glad to announce that finally GrinderStone 2.0 is released: <a href="http://code.google.com/p/grinderstone" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/grinderstone?referer=');">http://code.google.com/p/grinderstone</a></p>
<p>GrinderStone is a plugin for Eclipse IDE that allow users of The Grinder tool (Java load-testing framework) to debug created for it scripts. Along with debugging capabilities GrinderStone provided following features:<br />
- Dramatically decrease time needed to develop complex frameworks for testing Web application using The Grinder<br />
- Significantly improve ability to locate and correct Script errors<br />
- Almost all those features that are available in Eclipse IDE during Py scripts developments including auto-complete, syntax highlighting and etc<br />
- Ability to view and access variables used in Test Scripts for The Grinder<br />
- Ability to use breakpoints in Test Scripts</p>
<p>What’s new in this release:<br />
- Proved compatibility with Eclipse IDE version 3.4<br />
- Compatibility with PyDev Eclipse IDE plug-in versions 1.3.19 and 1.3.20<br />
- Compatibility with release versions of The Grinder (version 3.0.1 and 3.1)<br />
- Ability to install GrinderStone via Eclipse IDE Software Update or manually<br />
- Bug fixes and improvements</p>
<p>System Requirements:<br />
In order to work with GrinderStone plug-in it is required to:<br />
- Have any operating system that is supported by Eclipse IDE<br />
- Have The Grinder version 3.0.1 or 3.1 installed<br />
- Have JDK 1.5+ installed</p>
<p>Download Link:<br />
<a href="http://grinderstone.googlecode.com/files/com.googlecode.grinderstone_2.0.0.zip" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/grinderstone.googlecode.com/files/com.googlecode.grinderstone_2.0.0.zip?referer=');">http://grinderstone.googlecode.com/files/com.googlecode.grinderstone_2.0.0.zip</a></p>
<p>Support group:<br />
<a href="http://groups.google.com/group/grinderstone-support" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/groups.google.com/group/grinderstone-support?referer=');">http://groups.google.com/group/grinderstone-support</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Andruschuk Borislav<br />
Andrey Isaev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey Isaev</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/comment-page-1/#comment-295</link>
		<dc:creator>Andrey Isaev</dc:creator>
		<pubDate>Tue, 30 Sep 2008 07:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=123#comment-295</guid>
		<description>Thanks for mentioning and reviewing on of releases of GrinderStone. 
Recently we have released a new version of GrinderStone 2.0.0 which has several issues fixes and improvements. 
It would be very nice if you would be able to take a look at it here: http://grinderstone.googlecode.com/files/com.googlecode.grinderstone_2.0.0.zip

Thanks, 
Andrey.</description>
		<content:encoded><![CDATA[<p>Thanks for mentioning and reviewing on of releases of GrinderStone.<br />
Recently we have released a new version of GrinderStone 2.0.0 which has several issues fixes and improvements.<br />
It would be very nice if you would be able to take a look at it here: <a href="http://grinderstone.googlecode.com/files/com.googlecode.grinderstone_2.0.0.zip" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/grinderstone.googlecode.com/files/com.googlecode.grinderstone_2.0.0.zip?referer=');">http://grinderstone.googlecode.com/files/com.googlecode.grinderstone_2.0.0.zip</a></p>
<p>Thanks,<br />
Andrey.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/comment-page-1/#comment-276</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 22 Jul 2008 17:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=123#comment-276</guid>
		<description>thanks for the guide... look forward to the next one.</description>
		<content:encoded><![CDATA[<p>thanks for the guide&#8230; look forward to the next one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/comment-page-1/#comment-150</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Thu, 05 Jun 2008 04:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=123#comment-150</guid>
		<description>great post.
looking forward to giving the Grinder a try.  I tried with a much earlier version like 5 years ago.. but it looks totally revamped.
thanks!</description>
		<content:encoded><![CDATA[<p>great post.<br />
looking forward to giving the Grinder a try.  I tried with a much earlier version like 5 years ago.. but it looks totally revamped.<br />
thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
