<?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>PerformanceEngineer.com &#187; General</title>
	<atom:link href="http://www.performanceengineer.com/blog/category/General/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.performanceengineer.com/blog</link>
	<description>Software Performance Engineering &#38; Testing</description>
	<lastBuildDate>Sat, 23 Jan 2010 02:02:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Performance Engineering Podcast</title>
		<link>http://www.performanceengineer.com/blog/performance-engineering-podcast/</link>
		<comments>http://www.performanceengineer.com/blog/performance-engineering-podcast/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 00:42:50 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=149</guid>
		<description><![CDATA[Software Engineering Radio has a podcast on Performance Engineering.  
In this episode Martin talks with Chris Grindstaff about the fundamentals of performance engineering. The episode discusses when and how to work on performance of client- and server-side systems, what you should take into account during development to avoid performance issues, typical situations that cause [...]]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/performance-engineering-podcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New look</title>
		<link>http://www.performanceengineer.com/blog/new-look/</link>
		<comments>http://www.performanceengineer.com/blog/new-look/#comments</comments>
		<pubDate>Fri, 23 May 2008 18:59:08 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.performanceengineer.com/blog/?p=113</guid>
		<description><![CDATA[If you&#8217;ve been to this site before, you may have noticed the new look.  For various reasons, I&#8217;ve converted the site from drupal to Wordpress.  Everything seems to be working, and hopefully most of the old links will redirect to their new locations.
One thing that is no longer here are the forums.  [...]]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/new-look/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>When can I start performance tuning?  How do I monitor ____?</title>
		<link>http://www.performanceengineer.com/blog/when-can-i-start-performance-tuning/</link>
		<comments>http://www.performanceengineer.com/blog/when-can-i-start-performance-tuning/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 18:02:06 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[It seems (at least to me) that often the first thing a performance engineer, especially an inexperienced one, wants to do is start tuning the application- change settings, configurations, etc. to make it go faster.  Who doesn't want to be the "superstar" that saved the company by enabling some feature or setting that improved capacity or performance by 200%?  I have even seen occasions where testers sit down to do a performance test plan and practically the first thing they do is start with identifying all of the "tunables" for every part of the application.  Too often I hear questions after running a load test that begin with, "What if we change..."
]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/when-can-i-start-performance-tuning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bottlenecks: Part 2 of 4</title>
		<link>http://www.performanceengineer.com/blog/bottlenecks-part-2-of-4/</link>
		<comments>http://www.performanceengineer.com/blog/bottlenecks-part-2-of-4/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 18:12:50 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is the second in a four part series about finding bottlenecks in an application or system.

<h3>Memory Bottlenecks</h3>

A memory bottleneck is a condition where a lack of memory (or general limitation of memory access) slows the performance or scalability of the application.  I will discuss how to detect two common scenarios of memory bottlenecks, there are certainly more possibilities depending on your application and platform.
]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/bottlenecks-part-2-of-4/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Building Performance Testing Teams</title>
		<link>http://www.performanceengineer.com/blog/building-performance-testing-teams/</link>
		<comments>http://www.performanceengineer.com/blog/building-performance-testing-teams/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 16:31:04 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<h3>Introduction</h3>

There have been many books, articles and web sites dedicated to various aspects of performance testing: how to use load testing tools, how to create automated scripts, how to monitor servers, etc. etc.  What I haven't seen, is any discussion about how to create a performance testing team: what processes to use, what works in a team context and what doesn't.  In this article, I will discuss some of the issues I have faced in building performance testing teams.
]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/building-performance-testing-teams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STPCon 2007: Day Three</title>
		<link>http://www.performanceengineer.com/blog/stpcon-2007-day-three/</link>
		<comments>http://www.performanceengineer.com/blog/stpcon-2007-day-three/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 12:43:29 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[9:00 am - 10:00 am: <strong>Applying SPE to Java EE Application Design, Development and Deployment</strong>
William Louth

]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/stpcon-2007-day-three/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STPCon 2007: Day Two</title>
		<link>http://www.performanceengineer.com/blog/stpcon-2007-day-two/</link>
		<comments>http://www.performanceengineer.com/blog/stpcon-2007-day-two/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 02:53:55 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[8:45 am - 9:45 am: <strong>Keynote: Performance Testing: It isn't what you might think</strong>
Scott Barber

]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/stpcon-2007-day-two/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>STPCon 2007: Day One</title>
		<link>http://www.performanceengineer.com/blog/stpcon-2007-day-one/</link>
		<comments>http://www.performanceengineer.com/blog/stpcon-2007-day-one/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 02:06:28 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Today was the first day of the three day <a href="http://www.stpcon.com/" onclick="pageTracker._trackPageview('/outgoing/www.stpcon.com/?referer=');">Software Test &#038; Performance Conference</a>, held in Boston, MA (well, Cambridge, actually).  On schedule for Day 1 are several full-day tutorials.  I sat in on Scott Barber's "Performance Testing Secrets in Context."

This class covered the material in the recent book (currently available only in electronic form) <a href="http://www.codeplex.com/PerfTestingGuide" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/PerfTestingGuide?referer=');">Performance Testing Guidance for Web Applications</a>, of which Scott Barber was a contributing author.

]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/stpcon-2007-day-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to PerformanceEngineer.com</title>
		<link>http://www.performanceengineer.com/blog/welcome-to-performanceengineer/</link>
		<comments>http://www.performanceengineer.com/blog/welcome-to-performanceengineer/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 17:44:23 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to PerformanceEngineer.com!  Here you'll find a plethora of information and links about software performance and performance testing:
<ul>
<li>articles in several <a href="/topics">Topics</a></li>
<li>links to performance related <a href="/news">News</a> from around the Web</li>
<li>a <a href="/forum">Forum</a> to ask questions and exchange ideas</li>
<li>a <a href="/glossary">Glossary</a> of performance testing terms</li>
<li><a href="/links-to-software-performance-web-sites">Links</a> to other performance related web sites</li>
</ul>
Registered users see fewer ads, can post comments and download a <a href="/lr2jm-convert-loadrunner-scripts-to-jmeter">script to convert LoadRunner to JMeter</a>
Thanks for visiting, I hope you enjoy the site!
]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/welcome-to-performanceengineer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using open source tools for performance testing</title>
		<link>http://www.performanceengineer.com/blog/using-open-source-tools-for-performance-testing/</link>
		<comments>http://www.performanceengineer.com/blog/using-open-source-tools-for-performance-testing/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 14:19:41 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This video has been around for about a year, but I just came across it.  It is pretty interesting and worth watching.  For experienced performance engineers, there isn't a lot of new territory covered, but some interesting comments on tools and processes used at Google. 

If you don't have the time (1 hour) to watch the whole thing, the folks over at <a href="http://www.myloadtest.com" onclick="pageTracker._trackPageview('/outgoing/www.myloadtest.com?referer=');">myloadtest.com</a> did a good job on a <a href="http://www.myloadtest.com/open-source-tools-performance-testing/" onclick="pageTracker._trackPageview('/outgoing/www.myloadtest.com/open-source-tools-performance-testing/?referer=');">write-up and summary of the video</a>, so I won't provide one here.

]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/using-open-source-tools-for-performance-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LR2JM &#8211; Convert LoadRunner Scripts to JMeter</title>
		<link>http://www.performanceengineer.com/blog/lr2jm-convert-loadrunner-scripts-to-jmeter/</link>
		<comments>http://www.performanceengineer.com/blog/lr2jm-convert-loadrunner-scripts-to-jmeter/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 19:09:13 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[UPDATED 4/24/08: Moved script to <a href=http://code.google.com/p/lr2jm/ onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/lr2jm/?referer=');">Google Code</a>

<h4><b>LR2JM</b></h4>

<p>LR2JM (LoadRunner to JMeter) is a perl script (lr2jm.pl) used to convert a LoadRunner script created using VUgen into a format usable by Apache JMeter, an open source performance and load testing tool.</p>]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/lr2jm-convert-loadrunner-scripts-to-jmeter/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Diagnosing Garbage Collection Performance Problems</title>
		<link>http://www.performanceengineer.com/blog/diagnosing-garbage-collection-performance-problems/</link>
		<comments>http://www.performanceengineer.com/blog/diagnosing-garbage-collection-performance-problems/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 01:06:16 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[

http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html
http://blogs.sun.com/jonthecollector/
]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/diagnosing-garbage-collection-performance-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Apache mod_deflate on Solaris10</title>
		<link>http://www.performanceengineer.com/blog/using-apache-mod_deflate-on-solaris10/</link>
		<comments>http://www.performanceengineer.com/blog/using-apache-mod_deflate-on-solaris10/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 04:07:14 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>
One of the easiest ways to quickly improve your web site&#39;s perceived performance is to use compression to decrease the size of the data transfer.  Especially with increased use of javascript and css that comes with &#34;web 2.0-ification &#34;, using data compression is pretty much a no-brainer if you have the CPU overhead.  Several years ago, the use of compression on the web server was lot more complicated, since not all browsers supported the gzip or deflate content-encoding type.  Nowadays, you&#39;d have a hard time finding a browser that doesn&#39;t support it. 
</p>
<p>
The good news is Apache web server comes with an easy to configure compression called mod_deflate.  The bad news is that it almost never is compiled as a module by default and on Solaris 10 (which comes with Apache web server pre-installed, by the way), it can be a little tricky getting it to work. 
</p>
]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/using-apache-mod_deflate-on-solaris10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bottlenecks: Part 1 of 4</title>
		<link>http://www.performanceengineer.com/blog/bottlenecks-part-1-of-4/</link>
		<comments>http://www.performanceengineer.com/blog/bottlenecks-part-1-of-4/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 02:06:03 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>
This is the first in a four part series about finding bottlenecks in an application or system. 
</p>
<h3>Finding Bottlenecks</h3>
<p>
Finding bottlenecks in a system is one of the primary tasks that a performance engineer or tester performs and, I would argue, one of the most important.   Yet is seems that few know the basics of bottlenecks and how to idenity them.  Did you know that there are really only 4 different areas where you find nearly all bottlenecks? 
</p>
]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/bottlenecks-part-1-of-4/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What is Software Performance?</title>
		<link>http://www.performanceengineer.com/blog/node-16/</link>
		<comments>http://www.performanceengineer.com/blog/node-16/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 06:00:00 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>
<h3>How do I achieve good performance?</h3>]]></description>
		<wfw:commentRss>http://www.performanceengineer.com/blog/node-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
