<?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>Marc Sturlese &#187; JMeter</title>
	<atom:link href="http://www.marcsturlese.com/tag/jmeter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcsturlese.com</link>
	<description>Life, code and stuff</description>
	<lastBuildDate>Sun, 27 Jun 2010 14:45:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Performance measurement with JMeter 2.3.3</title>
		<link>http://www.marcsturlese.com/2009/05/31/performance-measurement-with-jmeter-233/</link>
		<comments>http://www.marcsturlese.com/2009/05/31/performance-measurement-with-jmeter-233/#comments</comments>
		<pubDate>Sun, 31 May 2009 21:58:13 +0000</pubDate>
		<dc:creator>Marc Sturlese</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[JMeter]]></category>

		<guid isPermaLink="false">http://www.marcsturlese.com/?p=119</guid>
		<description><![CDATA[Last week was launched a new release of JMeter. JMeter 2.3.3 is a powerful java application designed to do web application functionality testing and performance measurement, allowing you to do powerful server stress tests. I have been doing some practices with it and I really liked the easy way you can set up a test [...]]]></description>
			<content:encoded><![CDATA[<p>Last week was launched a new release of <a title="JMeter" href="http://jakarta.apache.org/jmeter/index.html" target="_blank"><strong>JMeter</strong></a>. <strong><a title="Apache JMeter" href="http://jakarta.apache.org/jmeter/changes.html" target="_blank">JMeter 2.3.3</a></strong> is a powerful java application designed to do web application functionality testing and performance measurement, allowing you to do powerful server stress tests.<br />
I have been doing some practices with it and I really liked the easy way you can set up a test plan and start stressing your machines to check response times when lot&#8217;s of threads are doing requests.</p>
<p>You just need to create a .jmx file wich will contain all the information needed to do the requests. Host name, port number, protocol, method, url path, url variables&#8230; You can actually tell <strong>JMeter</strong> to read the url variables from an external .dat file. It will allow you to give different values to the variables for each request.<br />
The .jmx can be written manually but it&#8217;s much easier to create it via the <strong>JMeter&#8217;s GUI</strong>.</p>
<p>You will have to tell <strong>JMeter</strong> the number of threads that must be executing requests and the number of requests per thread. It allows you to leave the threads making requests indefinitely.<br />
Once a test is launched you can see in real time the number of samples that have been executed and the Deviation, Throughput, Average and Median of the requests done by the threads (think of a thread as a user doing a request via browser).</p>
<p>This is just how to do a basic test plan but the application is really more complete than this and has much more interesting features.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcsturlese.com/2009/05/31/performance-measurement-with-jmeter-233/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
