<?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"
	>
<channel>
	<title>Comments for PerformanceEngineer.com</title>
	<atom:link href="http://www.performanceengineer.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.performanceengineer.com/blog</link>
	<description>Software Performance Engineering &#38; Testing</description>
	<pubDate>Mon, 13 Oct 2008 19:55:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on Java Memory Leaks by charlie</title>
		<link>http://www.performanceengineer.com/blog/java-memory-leaks/#comment-300</link>
		<dc:creator>charlie</dc:creator>
		<pubDate>Mon, 13 Oct 2008 18:36:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-300</guid>
		<description>I suspect it is either you don't have permission to write to the current directory, or you aren't running jmap as the owner of the process.</description>
		<content:encoded><![CDATA[<p>I suspect it is either you don&#8217;t have permission to write to the current directory, or you aren&#8217;t running jmap as the owner of the process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Memory Leaks by John P. Anderson</title>
		<link>http://www.performanceengineer.com/blog/java-memory-leaks/#comment-299</link>
		<dc:creator>John P. Anderson</dc:creator>
		<pubDate>Mon, 13 Oct 2008 12:25:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-299</guid>
		<description>I tried running your command (jmap -heap:format=b $pid) but all I get is the following:

Attaching to process ID 6535, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 1.5.0_15-b04
heap.bin (Permission denied)

Anyone got any idea of what is happening here?</description>
		<content:encoded><![CDATA[<p>I tried running your command (jmap -heap:format=b $pid) but all I get is the following:</p>
<p>Attaching to process ID 6535, please wait&#8230;<br />
Debugger attached successfully.<br />
Server compiler detected.<br />
JVM version is 1.5.0_15-b04<br />
heap.bin (Permission denied)</p>
<p>Anyone got any idea of what is happening here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to The Grinder by charlie</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/#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 &#038; 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="urchinTracker('/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>Comment on Introduction to The Grinder by Kyle</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/#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'd be right up our alley, as I'm looking to set the Grinder up at our site. I'm having difficulty with your instructions however - this is my first foray in to Jython, Python, and Eclipse.

When you say "Here is a very basic Grinder script", I assume I'm making that in Eclipse - and I named it "script.py" 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 - 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 - 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 - 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>Comment on Introduction to The Grinder by Andrey</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/#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="urchinTracker('/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="urchinTracker('/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="urchinTracker('/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>Comment on Introduction to The Grinder by Andrey Isaev</title>
		<link>http://www.performanceengineer.com/blog/introduction-to-the-grinder/#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="urchinTracker('/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>Comment on New Site Feature: Careers by James</title>
		<link>http://www.performanceengineer.com/blog/new-site-feature-jobs/#comment-293</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 18 Sep 2008 09:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=134#comment-293</guid>
		<description>Hi, I found your blog on this new directory of WordPress Blogs at blackhatbootcamp.com/listofwordpressblogs.  I dont know how your blog came up, must have been a typo, i duno.  Anyways, I just clicked it and here I am.  Your blog looks good.  Have a nice day.  James.</description>
		<content:encoded><![CDATA[<p>Hi, I found your blog on this new directory of WordPress Blogs at blackhatbootcamp.com/listofwordpressblogs.  I dont know how your blog came up, must have been a typo, i duno.  Anyways, I just clicked it and here I am.  Your blog looks good.  Have a nice day.  James.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bottlenecks: Part 1 of 4 by Bikash</title>
		<link>http://www.performanceengineer.com/blog/bottlenecks-part-1-of-4/#comment-287</link>
		<dc:creator>Bikash</dc:creator>
		<pubDate>Mon, 18 Aug 2008 09:09:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-287</guid>
		<description>Hi,
 Really it is  good one. can u plz send me some material or  name of the sites where i can find  all the  bottlenecks that an application  have faced and how to fixed that type of problems. I am using  loadruner tool as for  performance testing.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 Really it is  good one. can u plz send me some material or  name of the sites where i can find  all the  bottlenecks that an application  have faced and how to fixed that type of problems. I am using  loadruner tool as for  performance testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LoadRunner: Anatomy of a Script by Russ</title>
		<link>http://www.performanceengineer.com/blog/loadrunner-anatomy-of-a-script/#comment-286</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Thu, 14 Aug 2008 15:24:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-286</guid>
		<description>Hey Charlie,

I've been poking around looking at various tutorials and hints, and this is the best laid out, most informative little guide yet. That tip about Zipping run-time files is priceless!

Thank you for taking the time to post this :-)

Russ</description>
		<content:encoded><![CDATA[<p>Hey Charlie,</p>
<p>I&#8217;ve been poking around looking at various tutorials and hints, and this is the best laid out, most informative little guide yet. That tip about Zipping run-time files is priceless!</p>
<p>Thank you for taking the time to post this <img src='http://www.performanceengineer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Russ</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on High Performance Web Sites: Essential Knowledge for Front-End Engineers by Andy King</title>
		<link>http://www.performanceengineer.com/blog/high-performance-web-sites/#comment-284</link>
		<dc:creator>Andy King</dc:creator>
		<pubDate>Sat, 09 Aug 2008 11:52:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-284</guid>
		<description>Charlie,

Hi, this is a great book. I cite it in my new book titled Website Optimization: Speed, Search Engine &#38; Conversion Rate Secrets, also from O'Reilly.

http://www.websiteoptimization.com/secrets/</description>
		<content:encoded><![CDATA[<p>Charlie,</p>
<p>Hi, this is a great book. I cite it in my new book titled Website Optimization: Speed, Search Engine &amp; Conversion Rate Secrets, also from O&#8217;Reilly.</p>
<p><a href="http://www.websiteoptimization.com/secrets/" rel="nofollow" onclick="urchinTracker('/outgoing/www.websiteoptimization.com/secrets/?referer=');">http://www.websiteoptimization.com/secrets/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Application Instrumentation with WebLogic Diagnostic Framework (WLDF) by Vijay</title>
		<link>http://www.performanceengineer.com/blog/application-instrumentation-with-weblogic-diagnostic-framework/#comment-283</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Fri, 01 Aug 2008 22:10:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-283</guid>
		<description>Thank you very much. This is what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thank you very much. This is what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Monitoring WebLogic using JMX by DDamo</title>
		<link>http://www.performanceengineer.com/blog/monitoring-weblogic-using-jmx/#comment-282</link>
		<dc:creator>DDamo</dc:creator>
		<pubDate>Thu, 31 Jul 2008 18:22:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-282</guid>
		<description>Hi,

If we enable the IIOP username/password will that mean anyone using the IIOP protcol will have to now use a username and password? I am worried about EJB's and CORBA applications that use IIOP.

Thanks,

David</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If we enable the IIOP username/password will that mean anyone using the IIOP protcol will have to now use a username and password? I am worried about EJB&#8217;s and CORBA applications that use IIOP.</p>
<p>Thanks,</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LR2JM - Convert LoadRunner Scripts to JMeter by charlie</title>
		<link>http://www.performanceengineer.com/blog/lr2jm-convert-loadrunner-scripts-to-jmeter/#comment-279</link>
		<dc:creator>charlie</dc:creator>
		<pubDate>Fri, 25 Jul 2008 09:51:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-279</guid>
		<description>Saravanan- 

Did you read the User Manual?
http://jakarta.apache.org/jmeter/usermanual/index.html</description>
		<content:encoded><![CDATA[<p>Saravanan- </p>
<p>Did you read the User Manual?<br />
<a href="http://jakarta.apache.org/jmeter/usermanual/index.html" rel="nofollow" onclick="urchinTracker('/outgoing/jakarta.apache.org/jmeter/usermanual/index.html?referer=');">http://jakarta.apache.org/jmeter/usermanual/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LR2JM - Convert LoadRunner Scripts to JMeter by Saravanan</title>
		<link>http://www.performanceengineer.com/blog/lr2jm-convert-loadrunner-scripts-to-jmeter/#comment-278</link>
		<dc:creator>Saravanan</dc:creator>
		<pubDate>Fri, 25 Jul 2008 05:50:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-278</guid>
		<description>Hi,
I am Saravanan.
I am New to JMETER 2.3.2
and in need of help to know how to install JMETER 2.3.2
Is there any exe file there to run or thrh command prompt.
I have downloaded the files from Apache website.
Please help me out
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am Saravanan.<br />
I am New to JMETER 2.3.2<br />
and in need of help to know how to install JMETER 2.3.2<br />
Is there any exe file there to run or thrh command prompt.<br />
I have downloaded the files from Apache website.<br />
Please help me out<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LoadRunner: Creating a custom dll by joychester(Cheng Chi)</title>
		<link>http://www.performanceengineer.com/blog/loadrunner-creating-a-custom-dll/#comment-277</link>
		<dc:creator>joychester(Cheng Chi)</dc:creator>
		<pubDate>Wed, 23 Jul 2008 15:15:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-277</guid>
		<description>Hi, Don,
i am not sure about your load generators' congiuration(i mean the work envrionment), is it the same as your Vugen and controller machine? if not, there maybe some problem occoured, try to make sure your vugen/controller and load generators have the same work environment. for example, you make your dll using VS2005, then you should install VS2005 in your load generators as well. Make a try, hope it helps!
Joychester, Performance Engineer</description>
		<content:encoded><![CDATA[<p>Hi, Don,<br />
i am not sure about your load generators&#8217; congiuration(i mean the work envrionment), is it the same as your Vugen and controller machine? if not, there maybe some problem occoured, try to make sure your vugen/controller and load generators have the same work environment. for example, you make your dll using VS2005, then you should install VS2005 in your load generators as well. Make a try, hope it helps!<br />
Joychester, Performance Engineer</p>
]]></content:encoded>
	</item>
</channel>
</rss>
