<?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>Armin Coralic</title>
	<atom:link href="http://blog.coralic.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coralic.nl</link>
	<description></description>
	<lastBuildDate>Sun, 12 May 2013 16:29:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=249</generator>
		<item>
		<title>Apache 2.4 vs Nginx 1.4</title>
		<link>http://blog.coralic.nl/2013/05/12/apache-2-4-vs-nginx-1-4/</link>
		<comments>http://blog.coralic.nl/2013/05/12/apache-2-4-vs-nginx-1-4/#comments</comments>
		<pubDate>Sun, 12 May 2013 16:29:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://blog.coralic.nl/?p=579</guid>
		<description><![CDATA[Having setup Apache 2.4 and Nginx 1.4 I wanted to see how they performed. I am not trying to do a scientific performance test here, I am just interested in how Nginx behaves because I haven&#8217;t used it before. I took a simple page with a table, some JavaScript and CSS in a separate file. [...]]]></description>
				<content:encoded><![CDATA[<p>Having setup <a href="http://blog.coralic.nl/2013/05/11/apache-2-4-on-ubuntu-13-04-from-source/">Apache 2.4</a> and <a href="http://blog.coralic.nl/2013/05/12/nginx-1-4-on-ubuntu-13-04-from-source/">Nginx 1.4</a> I wanted to see how they performed. I am not trying to do a scientific performance test here, I am just interested in how Nginx behaves because I haven&#8217;t used it before.<span id="more-579"></span></p>
<p>I took a simple page with a table, some JavaScript and CSS in a separate file. I am running the tests using Apache JMeter.</p>
<table border="1">
<tr>
<th>Server</th>
<th>Samples</th>
<th>Average</th>
<th>Median</th>
<th>90% line</th>
<th>min</th>
<th>max</th>
<th>error %</th>
<th>Throughput</th>
<th>KB/sec</th>
</tr>
<tr>
<td colspan=10 BGCOLOR=CECBCB> 1 user, 1000 times</td>
</tr>
<tr>
<td>apache</td>
<td>1000</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>1</td>
<td>7</td>
<td>0</td>
<td>303</td>
<td>1122</td>
</tr>
<tr>
<td>nginx</td>
<td>1000</td>
<td>2</td>
<td>2</td>
<td>3</td>
<td>0</td>
<td>6</td>
<td>0</td>
<td>355</td>
<td>1301</td>
</tr>
<tr>
<td colspan=10 BGCOLOR=CECBCB> 10 users, 1000 times</td>
</tr>
<tr>
<td>apache</td>
<td>10000</td>
<td>2</td>
<td>2</td>
<td>3</td>
<td>1</td>
<td>13</td>
<td>0</td>
<td>3013</td>
<td>11147</td>
</tr>
<tr>
<td>nginx</td>
<td>10000</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>1</td>
<td>8</td>
<td>0</td>
<td>2617</td>
<td>9571</td>
</tr>
<tr>
<td colspan=10 BGCOLOR=CECBCB> 100 users, 1000 times</td>
</tr>
<tr>
<td>apache</td>
<td>100000</td>
<td>20</td>
<td>14</td>
<td>30</td>
<td>1</td>
<td>441</td>
<td>0</td>
<td>4583</td>
<td>16952</td>
</tr>
<tr>
<td>nginx</td>
<td>100000</td>
<td>33</td>
<td>19</td>
<td>37</td>
<td>0</td>
<td>1805</td>
<td>0</td>
<td>2800</td>
<td>10239</td>
</tr>
<td colspan=10 BGCOLOR=CECBCB> 1000 users, 1000 times</td>
</tr>
<tr>
<td>apache</td>
<td>1000000</td>
<td>211</td>
<td>194</td>
<td>238</td>
<td>1</td>
<td>7508</td>
<td>0</td>
<td>4629</td>
<td>17124</td>
</tr>
<tr>
<td>nginx</td>
<td>1000000</td>
<td>265</td>
<td>28</td>
<td>181</td>
<td>0</td>
<td>248243</td>
<td>0.05</td>
<td>2647</td>
<td>9678</td>
</tr>
<td colspan=10 BGCOLOR=CECBCB> 10000 users, 10 times</td>
</tr>
<tr>
<td>apache</td>
<td>100000</td>
<td>596</td>
<td>37</td>
<td>704</td>
<td>0</td>
<td>31064</td>
<td>49</td>
<td>3035</td>
<td>7783</td>
</tr>
<tr>
<td>nginx</td>
<td>100000</td>
<td>575</td>
<td>3</td>
<td>144</td>
<td>0</td>
<td>32559</td>
<td>53</td>
<td>2823</td>
<td>6920</td>
</tr>
</table>
<p>Looking at the results it seems that in the beginning there is no big difference. The difference starts with bigger numbers where Nginx shows higher average numbers because it fails to respond or responds very late in some cases. Although the average numbers are high because of the reasons managed you can see that most calls are handled faster. </p>
<p>Nginx is supposed to use less resources so I used the “uptime” command before starting the test and right after the test, here are the results (measured only for test: 1000 users, 1000 times):</p>
<table border="1">
<tr>
<th>Server</th>
<th>Average load before the test</th>
<th>Average load after the test</th>
</tr>
<tr>
<td>apache</td>
<td>1,55, 0,33, 0,11</td>
<td>18,74, 9,97, 4,02</td>
</tr>
<tr>
<td>apache</td>
<td>0,69, 0,16, 0,05</td>
<td>1,02, 0,77, 0,36</td>
</tr>
</table>
<p>It clearly shows that Nginx uses less CPU than Apache for the same work, the difference is so big you can see it by just looking at the system monitor.</p>
<p>I like what I see from Nginx and I am definitely going to play more with it. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coralic.nl/2013/05/12/apache-2-4-vs-nginx-1-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx 1.4 on Ubuntu 13.04 from source</title>
		<link>http://blog.coralic.nl/2013/05/12/nginx-1-4-on-ubuntu-13-04-from-source/</link>
		<comments>http://blog.coralic.nl/2013/05/12/nginx-1-4-on-ubuntu-13-04-from-source/#comments</comments>
		<pubDate>Sun, 12 May 2013 13:30:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[nginx 1.4]]></category>
		<category><![CDATA[ubuntu 13.04]]></category>
		<category><![CDATA[ubunut]]></category>

		<guid isPermaLink="false">http://blog.coralic.nl/?p=573</guid>
		<description><![CDATA[I worked with Apache for a long time and I never had the chance to do something with nginx until now. I decided to try nginx and see if I can get it up and running. In this post you can find the steps needed to make the nginx 1.4 available on your Ubuntu. Prepare [...]]]></description>
				<content:encoded><![CDATA[<p>I worked with Apache for a long time and I never had the chance to do something with nginx until now. I decided to try nginx and see if I can get it up and running. In this post you can find the steps  needed to make the nginx 1.4 available on your Ubuntu.<span id="more-573"></span></p>
<p>Prepare the build server</p>
<pre class="brush: bash; title: ; notranslate">
sudo apt-get install build-essential
cd ~/Downloads/
</pre>
<p>Download all the necessary files. Nginx needs pcre to be build.  </p>
<pre class="brush: bash; title: ; notranslate">
wget http://nginx.org/download/nginx-1.4.1.tar.gz
wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.tar.gz
</pre>
<p>Unpack the compressed files</p>
<pre class="brush: bash; title: ; notranslate">
tar xvfz nginx-1.4.1.tar.gz
tar xvzf pcre-8.32.tar.gz
</pre>
<p>Build nginx where we tell it the pcre location, where we want to install it and we also tell it we don&#8217;t want to use gzip at the moment. To speed up the build you can use make -j 4 (or any other amount of threads)</p>
<pre class="brush: bash; title: ; notranslate">
cd nginx-1.4.1
./configure --prefix=/home/armin/nginx --with-pcre=/home/armin/Downloads/pcre-8.32 --without-http_gzip_module
make
make install
</pre>
<p>We can start nginx now</p>
<pre class="brush: bash; title: ; notranslate">
cd ~/nginx/sbin
sudo ./nginx
</pre>
<p>Nginx can be used to serve the pages now but it is not configured completely, it needs to be fine tuned.</p>
<p>For those who do not want to go trough all the steps them self here is a video showing how it&#8217;s done.<br />
<iframe width="560" height="315" src="http://www.youtube.com/embed/GHMmO0AFDog" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coralic.nl/2013/05/12/nginx-1-4-on-ubuntu-13-04-from-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache 2.4 on Ubuntu 13.04 from source</title>
		<link>http://blog.coralic.nl/2013/05/11/apache-2-4-on-ubuntu-13-04-from-source/</link>
		<comments>http://blog.coralic.nl/2013/05/11/apache-2-4-on-ubuntu-13-04-from-source/#comments</comments>
		<pubDate>Sat, 11 May 2013 16:53:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache 2.4]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu 13.04]]></category>

		<guid isPermaLink="false">http://blog.coralic.nl/?p=558</guid>
		<description><![CDATA[I wanted to test Apache 2.4 on my Ubuntu 13.04 but it was not available as a package, so I went and compiled the sources. In this post you can find the steps needed to make the latest Apache available on your Ubuntu. Prepare the build server Download all the necessary files. Apache needs apr, [...]]]></description>
				<content:encoded><![CDATA[<p>I wanted to test Apache 2.4 on my Ubuntu 13.04 but it was not available as a package, so I went and compiled the sources. In this post you can find the steps needed to make the latest Apache available on your Ubuntu.<span id="more-558"></span></p>
<p>Prepare the build server</p>
<pre class="brush: bash; title: ; notranslate">
sudo apt-get install build-essential
cd ~/Downloads/
</pre>
<p>Download all the necessary files. Apache needs apr, apr-util and pcre to be build.  </p>
<pre class="brush: bash; title: ; notranslate">
wget http://mirrors.supportex.net/apache//httpd/httpd-2.4.4.tar.gz
wget http://ftp.nluug.nl/internet/apache//apr/apr-1.4.6.tar.gz
wget http://ftp.nluug.nl/internet/apache//apr/apr-util-1.5.2.tar.gz
wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.tar.gz
</pre>
<p>Unpack the compressed files</p>
<pre class="brush: bash; title: ; notranslate">
tar xvfz httpd-2.4.4.tar.gz
tar xvfz apr-1.4.6.tar.gz
tar xvfz apr-util-1.5.2.tar.gz
tar xvzf pcre-8.32.tar.gz
</pre>
<p>Apr and apr-util do not have to be build separately they can be included in Apache.</p>
<pre class="brush: bash; title: ; notranslate">
mv apr-1.4.6 ~/Downloads/httpd-2.4.4/srclib/apr
mv apr-util-1.5.2 ~/Downloads/httpd-2.4.4/srclib/apr-util
</pre>
<p>Pcre needs to be build</p>
<pre class="brush: bash; title: ; notranslate">
cd pcre-8.32
./configure --prefix=/home/armin/pcre
make
make install
</pre>
<p>Now we can build Apache where we tell it that we have included apr, we tell it where the pcre is located and we also tell it where we want to install it. To speed up the build you can use make -j 4 (or any other amount of threads)</p>
<pre class="brush: bash; title: ; notranslate">
cd ~/Downloads/httpd-2.4.4
./configure --prefix=/home/armin/apache --with-included-apr --with-pcre=/home/armin/pcre
make
make install
</pre>
<p>We can start Apache now</p>
<pre class="brush: bash; title: ; notranslate">
cd ~/apache/bin
sudo ./apachectl
</pre>
<p>Apache is not completely ready now, it needs to be fine tuned. Like adding the user to run under, ip, port, etc..</p>
<p>For those who do not want to go trough all the steps them self here is a video showing how it&#8217;s done.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/a8j3VhUTghs" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coralic.nl/2013/05/11/apache-2-4-on-ubuntu-13-04-from-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I wanted to buy an Android tablet but I bought an iPad</title>
		<link>http://blog.coralic.nl/2013/04/01/i-wanted-to-buy-an-android-tablet-but-i-bought-an-ipad/</link>
		<comments>http://blog.coralic.nl/2013/04/01/i-wanted-to-buy-an-android-tablet-but-i-bought-an-ipad/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 15:43:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[netherlands]]></category>
		<category><![CDATA[new iPad]]></category>
		<category><![CDATA[no choice]]></category>

		<guid isPermaLink="false">http://blog.coralic.nl/?p=551</guid>
		<description><![CDATA[Today I went to buy a new tablet for myself, replacing the old iPad that I was not using much. As you can guess by looking at my blog I am an Android fan so I wanted to buy an Android tablet but instead of that I came home with an iPad. I had no [...]]]></description>
				<content:encoded><![CDATA[<p>Today I went to buy a new tablet for myself, replacing the old iPad that I was not using much. As you can guess by looking at my blog I am an Android fan so I wanted to buy an Android tablet but instead of that I came home with an iPad. I had no other choice here in the Netherland really, I mean really.<span id="more-551"></span></p>
<p>So what happened? I could have gone and bought an Nexus 7 but that is not my preferred screen, even if it is a great and cheap tablet. My other choice was some random Samsung or other known brand but they all lack high resolutions and I am not buying a tablet with less than full HD period. I intend to use this device for a lot of reading like I do on my Nexus and I want it to be crystal clear. So then the next option was the Asus Transformer Infinity, although this is a nice tablet it is not cheap at all and not very easy to find here. So what was my next option then? Maybe one of the not so famous brands with high resolution? Maybe but that is not really what I was looking for and I want some support from the community regarding the custom roms. So my next option then was the newly introduced Sony Xperia Tablet Z, this is a fine tablet but is not available at the moment, Q2 maybe? This brings me to my the last and my personal favorite option the Nexus 10. This is the perfect tablet for me and I would buy it without hesitation. I don&#8217;t really like the way it looks but this tablet packs a great screen with a fine price. But ooh wait this tablet is not available in the Netherlands and if you wish to buy it you will pay more than 600 euro. I love it but I am not nuts.</p>
<p>As you can read here above I really had no choice, there are some great tablets with value for money but they are not the ones I am looking for. I am looking for a tablet with a great screen and then the choices are very thin. Because I had no choice left in the Android camp I went and bought an iPad for the second time in my life, damn this really hurts <img src='http://blog.coralic.nl/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>I wished the Android manufactures would start selling more tablets with high resolution and I also really would like to see Google sell their Nexus line here in the Netherlands. Until that time I am giving my money to Apple (not because I want to).</p>
<p>Although I have bought the iPad and I don&#8217;t regret the decision it is not a great device if you are an Android user, it lacks a lot of nice features that an Android user gets comfortable with. But never the less the screen makes me very happy when I look at it.</p>
<p>Some of the things I hate on the iPad:</p>
<ul>
<li>
Switching between apps when you go from one to another by clicking a link or something, the back button is so nice in Android.</li>
<li>
Android keyboard and keyboards are a blessing compared to the iPad&#8217;s keyboard.</li>
<li>
Sharing between apps is so much easier with the Android than on the iPad.</li>
<li>
Not having an folder access makes all the apps in iPad implement a stupid web share I am suppose to access to get to my files.
</ul>
</li>
]]></content:encoded>
			<wfw:commentRss>http://blog.coralic.nl/2013/04/01/i-wanted-to-buy-an-android-tablet-but-i-bought-an-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 12.10 Nvidia Quadro K2000M on Dell M4700</title>
		<link>http://blog.coralic.nl/2013/01/26/ubuntu-12-10-nvidia-quadro-k2000m-on-dell-m4700/</link>
		<comments>http://blog.coralic.nl/2013/01/26/ubuntu-12-10-nvidia-quadro-k2000m-on-dell-m4700/#comments</comments>
		<pubDate>Sat, 26 Jan 2013 21:38:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.coralic.nl/?p=539</guid>
		<description><![CDATA[To make the Nvidia proprietary drivers work make sure you disable &#8220;Optimus&#8221; in bios found in &#8220;Video&#8221; tab.]]></description>
				<content:encoded><![CDATA[<p>To make the Nvidia proprietary drivers work make sure you disable &#8220;Optimus&#8221; in bios found in &#8220;Video&#8221; tab.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coralic.nl/2013/01/26/ubuntu-12-10-nvidia-quadro-k2000m-on-dell-m4700/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance of my new laptop</title>
		<link>http://blog.coralic.nl/2013/01/26/performance-of-my-new-laptop/</link>
		<comments>http://blog.coralic.nl/2013/01/26/performance-of-my-new-laptop/#comments</comments>
		<pubDate>Sat, 26 Jan 2013 18:59:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dell m4700]]></category>
		<category><![CDATA[i7-3840qm]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://blog.coralic.nl/?p=527</guid>
		<description><![CDATA[Couple of days ago I got my new laptop (Dell M4700) to replace my old one. I was interested in how it performed compared to my old laptop, to make it more interesting I added my desktop (AMD) to the comparison as well. My own Desktop AMD Phenom II X6 1090T @ 3.20GHz (6 Cores), [...]]]></description>
				<content:encoded><![CDATA[<p>Couple of days ago I got my new laptop (Dell M4700) to replace my old one. I was interested in how it performed compared to my old laptop, to make it more interesting I added my desktop (AMD) to the comparison as well. <span id="more-527"></span></p>
<p><strong>My own Desktop</strong></p>
<p><em>AMD Phenom II X6 1090T @ 3.20GHz (6 Cores), Memory: 8192MB, Disk: In Raid 0 = 250GB Seagate ST3250410AS + 250GB HDS722525VLSA80, Graphics: AMD Radeon HD 6800 1024MB</em></p>
<p><strong>My old Laptop</strong></p>
<p><em>Intel Core 2 Duo P8700, Memory: 4096MB, Disk: 120GB Intel SSD, Intel Mobile 4 IGP</em></p>
<p><strong>My NEW Laptop</strong></p>
<p><em>Intel Core i7-3840QM, Memory: 24GB, Disk: 120GB Intel SSD, Graphics: NVIDIA Quadro K2000M</em></p>
<p>I am using <a href="http://www.phoronix-test-suite.com">Phoronix Test Suite</a> for testing and i am running the &#8220;workstation&#8221; suite.</p>
<p><strong>The results:</strong></p>
<table border="1">
<tr>
<th>Test</th>
<th>Hardware</th>
<th>Old laptop</th>
<th>NEW laptop</th>
</tr>
<tr>
<td>Apache Benchmark [system] more is better</td>
<td>25364.12</td>
<td>5968.28</td>
<td>33537.00</td>
</tr>
<tr>
<td>NGINX [system] more is better</td>
<td>30298.94</td>
<td>9993.08</td>
<td>33702.74</td>
</tr>
<tr>
<td>PostgreSQL [system] more is better</td>
<td>236.85</td>
<td>161</td>
<td>2749.01</td>
</tr>
<tr>
<td>PostMark [disk] more is better</td>
<td>3571</td>
<td>1621</td>
<td>5875</td>
</tr>
<tr>
<td>IOzone Write [disk] more is better</td>
<td>62.10</td>
<td>74.54</td>
<td>127.21</td>
</tr>
<tr>
<td>IOzone Read [disk] more is better</td>
<td>4309.98</td>
<td>257.97</td>
<td>8748.12</td>
</tr>
<tr>
<td>C-Ray [cpu] less is better</td>
<td>58.72</td>
<td>263.87</td>
<td>46.26</td>
</tr>
<tr>
<td>POV-Ray [cpu] less is better</td>
<td>959</td>
<td>1926</td>
<td>668</td>
</tr>
<tr>
<td>Crafty [cpu] less is better</td>
<td>96.06</td>
<td>210.88</td>
<td>74.83</td>
</tr>
<tr>
<td>PHPBench [system] more is better</td>
<td>67250</td>
<td>33087</td>
<td>98749</td>
</tr>
<tr>
<td>GraphicsMagick [cpu] more is better</td>
<td>142</td>
<td>54</td>
<td>197</td>
</tr>
<tr>
<td>OpenSSL [cpu] more is better</td>
<td>104.13</td>
<td>34.80</td>
<td>126.07</td>
</tr>
<tr>
<td>John The Ripper [cpu] more is better</td>
<td>5418</td>
<td>870</td>
<td>5805</td>
</tr>
<tr>
<td>MAFFT [cpu] less is better</td>
<td>7.69</td>
<td>36.25</td>
<td>5.82</td>
</tr>
<tr>
<td>Himeno [cpu] more is better</td>
<td>625.87</td>
<td>571.53</td>
<td></td>
</tr>
<tr>
<td>HMMer [cpu] less is better</td>
<td>14.34</td>
<td>66.91</td>
<td>10.83</td>
</tr>
<tr>
<td>LAME MP3 Enc less is better</td>
<td>19.47</td>
<td>24.76</td>
<td>13.31</td>
</tr>
<tr>
<td>FFmpeg [cpu] less is better</td>
<td>28.70</td>
<td>45.39</td>
<td>18.93</td>
</tr>
<tr>
<td>LZMA Compres [cpu] less is better</td>
<td>174.19</td>
<td>307.11</td>
<td>145.62</td>
</tr>
<tr>
<td>BZIP2 Compres [cpu] less is better</td>
<td>10.72</td>
<td>47.46</td>
<td>8.09</td>
</tr>
<tr>
<td>NAS EP.B [cpu] more is better</td>
<td>152.25</td>
<td>31.41</td>
<td>273.36</td>
</tr>
</table>
<p>My new lap seems to perform very well <img src='http://blog.coralic.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coralic.nl/2013/01/26/performance-of-my-new-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox vs VMware Player vs KVM</title>
		<link>http://blog.coralic.nl/2013/01/13/virtualbox-vs-vmware-player-vs-kvm/</link>
		<comments>http://blog.coralic.nl/2013/01/13/virtualbox-vs-vmware-player-vs-kvm/#comments</comments>
		<pubDate>Sun, 13 Jan 2013 19:11:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualbox vs vmware vs kvm]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware player]]></category>

		<guid isPermaLink="false">http://blog.coralic.nl/?p=521</guid>
		<description><![CDATA[I was testing the performance of VirtualBox and VMware Player when i thought maybe i should test one of the more bare metal hypervisors like xen, kvm or esxi. Xen needs more config than kvm and esxi is without actual host so i decided to try out kvm because it is the easiest one to [...]]]></description>
				<content:encoded><![CDATA[<p>I was testing the performance of <a href="http://blog.coralic.nl/2013/01/13/virtualbox-4-2-vs-vmware-player-5/">VirtualBox and VMware Player</a> when i thought maybe i should test one of the more bare metal hypervisors like xen, kvm or esxi. Xen needs more config than kvm and esxi is without actual host so i decided to try out kvm because it is the easiest one to setup.<span id="more-521"></span>  </p>
<p>The settings for this test are the same as for <a href="http://blog.coralic.nl/2013/01/12/virtualbox-4-2-performance-in-ubuntu-12-04/">VirtualBox</a>.</p>
<p><strong>The results:</strong></p>
<table border="1">
<tr>
<th>Test</th>
<th>Hardware</th>
<th>VirtualBox(6 cores)</th>
<th>VMware Player(4 cores)</th>
<th>KVM</th>
</tr>
<tr>
<td>Apache Benchmark [system]</td>
<td>25364.12</td>
<td><font color="#F70707">7079.97</font></td>
<td>20555.10</td>
<td>21621.75</td>
</tr>
<tr>
<td>NGINX [system]</td>
<td>30298.94</td>
<td><font color="#F70707">11886.01</font></td>
<td>18968.06</td>
<td>17577.74</td>
</tr>
<tr>
<td>PostgreSQL [system]</td>
<td>236.85</td>
<td>193.23</td>
<td>1220.99??</td>
<td><font color="#F70707">151.61</font></td>
</tr>
<tr>
<td>PostMark [disk]</td>
<td>3571</td>
<td>213</td>
<td>391</td>
<td><font color="#F70707">156</font></td>
</tr>
<tr>
<td>IOzone Write [disk]</td>
<td>62.10</td>
<td><font color="#F70707">41.22</font></td>
<td>98.91??</td>
<td>73.74??</td>
</tr>
<tr>
<td>IOzone Read [disk]</td>
<td>4309.98</td>
<td><font color="#F70707">1068.72</font></td>
<td>1083.34</td>
<td>1174.45</td>
</tr>
<tr>
<td>C-Ray [cpu]</td>
<td>58.72</td>
<td>125.20</td>
<td><font color="#F70707">173.29</font></td>
<td>115.67</td>
</tr>
<tr>
<td>POV-Ray [cpu]</td>
<td><font color="#F70707">959</font></td>
<td>817</td>
<td>777</td>
<td>756</td>
</tr>
<tr>
<td>Crafty [cpu]</td>
<td>96.06</td>
<td><font color="#F70707">0.01??</font></td>
<td>0.01??</td>
<td>0.01??</td>
</tr>
<tr>
<td>PHPBench [system]</td>
<td>67250</td>
<td><font color="#F70707">43562</font></td>
<td>48452</td>
<td>49120</td>
</tr>
<tr>
<td>GraphicsMagick [cpu]</td>
<td>142</td>
<td><font color="#F70707">89</font></td>
<td>89</td>
<td>100</td>
</tr>
<tr>
<td>OpenSSL [cpu]</td>
<td>104.13</td>
<td><font color="#F70707">19.20</font></td>
<td>21.27</td>
<td>21.53</td>
</tr>
<tr>
<td>John The Ripper [cpu]</td>
<td>5418</td>
<td>3684</td>
<td><font color="#F70707">2768</font></td>
<td>3996</td>
</tr>
<tr>
<td>MAFFT [cpu]</td>
<td>7.69</td>
<td><font color="#F70707">22.35</font></td>
<td>14.75</td>
<td>13.34</td>
</tr>
<tr>
<td>Himeno [cpu]</td>
<td>625.87</td>
<td><font color="#F70707">518.17</font></td>
<td>558.65</td>
<td>559.75</td>
</tr>
<tr>
<td>HMMer [cpu]</td>
<td>14.34</td>
<td>21.58</td>
<td><font color="#F70707">25.25</font></td>
<td>19.26</td>
</tr>
<tr>
<td>LAME MP3 Enc</td>
<td>19.47</td>
<td><font color="#F70707">24.76</font></td>
<td>22.91</td>
<td>22.66</td>
</tr>
<tr>
<td>FFmpeg [cpu]</td>
<td>28.70</td>
<td><font color="#F70707">41.94</font></td>
<td>37.01</td>
<td>36.10</td>
</tr>
<tr>
<td>LZMA Compres [cpu]</td>
<td>174.19</td>
<td><font color="#F70707">286.20</font></td>
<td>270.72</td>
<td>263.37</td>
</tr>
<tr>
<td>BZIP2 Compres [cpu]</td>
<td>10.72</td>
<td>15.79</td>
<td><font color="#F70707">21.36</font></td>
<td>15.89</td>
</tr>
<tr>
<td>NAS EP.B [cpu]</td>
<td>152.25</td>
<td>110.69</td>
<td><font color="#F70707">78.73</font></td>
<td>116.16</td>
</tr>
<tr>
<td>NAS LU.A [cpu]</td>
<td>7111.38</td>
<td>6199.18</td>
<td><font color="#F70707">5145.94</font></td>
<td>6749.69</td>
</tr>
<tr>
<td>Stream Copy [memory]</td>
<td>9223.42</td>
<td>8976.57</td>
<td>9050.65</td>
<td><font color="#F70707">7249.76</font></td>
</tr>
<tr>
<td>Stream Scale [memory]</td>
<td>8870.21</td>
<td>8548.39</td>
<td>8694.84</td>
<td><font color="#F70707">7101.33</font></td>
</tr>
<tr>
<td>Stream Add [memory]</td>
<td>9717.47</td>
<td>9292.04</td>
<td>9437.53</td>
<td><font color="#F70707">8175.45</font></td>
</tr>
<tr>
<td>Triad [memory]</td>
<td>9974.82</td>
<td>9511.68</td>
<td>9626.59</td>
<td><font color="#F70707">8248.95</font></td>
</tr>
</table>
<p>Overall KVM gives better performance than VirtualBox and VMware, i find it strange that the memory is the one that is slower. KVM gives better performance when looking at the rough power but when it comes to desktop (graphics) it really is behind the other two. There are options to speed it up but it is still not great. I would say use KVM for headless instances.  </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coralic.nl/2013/01/13/virtualbox-vs-vmware-player-vs-kvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox 4.2 vs VMware Player 5</title>
		<link>http://blog.coralic.nl/2013/01/13/virtualbox-4-2-vs-vmware-player-5/</link>
		<comments>http://blog.coralic.nl/2013/01/13/virtualbox-4-2-vs-vmware-player-5/#comments</comments>
		<pubDate>Sun, 13 Jan 2013 13:16:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualbox 4.2]]></category>
		<category><![CDATA[virtualbox vs vmware]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware player]]></category>

		<guid isPermaLink="false">http://blog.coralic.nl/?p=513</guid>
		<description><![CDATA[Yesterday i tested the performance of VirtualBox and i thought it should be nice to see how it compares against the famous VMware. I chose to test the VMware Player instead of the workstation because it is free. The first big difference between VirtualBox and VMware Player was that the Player did not allow more [...]]]></description>
				<content:encoded><![CDATA[<p>Yesterday i tested the performance of <a href="http://blog.coralic.nl/2013/01/12/virtualbox-4-2-performance-in-ubuntu-12-04/">VirtualBox</a> and i thought it should be nice to see how it compares against the famous VMware. I chose to test the VMware Player instead of the workstation because it is free. The first big difference between VirtualBox and VMware Player was that the Player did not allow more than 4 cpu&#8217;s to be assigned. <span id="more-513"></span></p>
<p>I was to lazy to retest VirtualBox with 4 cores so i am comparing VMware Player with 4 cores against VirtualBox with 6 cores on the same machine. The settings for VMware are the same as for the <a href="http://blog.coralic.nl/2013/01/12/virtualbox-4-2-performance-in-ubuntu-12-04/">VirtualBox</a>. </p>
<p><strong>The results:</strong></p>
<table border="1">
<tr>
<th>Test</th>
<th>Hardware</th>
<th>VirtualBox(6 cores)</th>
<th>VMware Player(4 cores)</th>
</tr>
<tr>
<td>Apache Benchmark [system]</td>
<td>25364.12</td>
<td><font color="#F70707">7079.97</font></td>
<td>20555.10</td>
</tr>
<tr>
<td>NGINX [system]</td>
<td>30298.94</td>
<td><font color="#F70707">11886.01</font></td>
<td>18968.06</td>
</tr>
<tr>
<td>PostgreSQL [system]</td>
<td>236.85</td>
<td><font color="#F70707">193.23</font></td>
<td>1220.99??</td>
</tr>
<tr>
<td>PostMark [disk]</td>
<td>3571</td>
<td><font color="#F70707">213</font></td>
<td>391</td>
</tr>
<tr>
<td>IOzone Write [disk]</td>
<td>62.10</td>
<td><font color="#F70707">41.22</font></td>
<td>98.91??</td>
</tr>
<tr>
<td>IOzone Read [disk]</td>
<td>4309.98</td>
<td><font color="#F70707">1068.72</font></td>
<td>1083.34</td>
</tr>
<tr>
<td>C-Ray [cpu]</td>
<td>58.72</td>
<td>125.20</td>
<td><font color="#F70707">173.29</font></td>
</tr>
<tr>
<td>POV-Ray [cpu]</td>
<td><font color="#F70707">959</font></td>
<td>817</td>
<td>777</td>
</tr>
<tr>
<td>Crafty [cpu]</td>
<td>96.06</td>
<td><font color="#F70707">0.01??</font></td>
<td>0.01??</td>
</tr>
<tr>
<td>PHPBench [system]</td>
<td>67250</td>
<td><font color="#F70707">43562</font></td>
<td>48452</td>
</tr>
<tr>
<td>GraphicsMagick [cpu]</td>
<td>142</td>
<td><font color="#F70707">89</font></td>
<td>89</td>
</tr>
<tr>
<td>OpenSSL [cpu]</td>
<td>104.13</td>
<td><font color="#F70707">19.20</font></td>
<td>21.27</td>
</tr>
<tr>
<td>John The Ripper [cpu]</td>
<td>5418</td>
<td>3684</td>
<td><font color="#F70707">2768</font></td>
</tr>
<tr>
<td>MAFFT [cpu]</td>
<td>7.69</td>
<td><font color="#F70707">22.35</font></td>
<td>14.75</td>
</tr>
<tr>
<td>Himeno [cpu]</td>
<td>625.87</td>
<td><font color="#F70707">518.17</font></td>
<td>558.65</td>
</tr>
<tr>
<td>HMMer [cpu]</td>
<td>14.34</td>
<td>21.58</td>
<td><font color="#F70707">25.25</font></td>
</tr>
<tr>
<td>LAME MP3 Enc</td>
<td>19.47</td>
<td><font color="#F70707">24.76</font></td>
<td>22.91</td>
</tr>
<tr>
<td>FFmpeg [cpu]</td>
<td>28.70</td>
<td><font color="#F70707">41.94</font></td>
<td>37.01</td>
</tr>
<tr>
<td>LZMA Compres [cpu]</td>
<td>174.19</td>
<td><font color="#F70707">286.20</font></td>
<td>270.72</td>
</tr>
<tr>
<td>BZIP2 Compres [cpu]</td>
<td>10.72</td>
<td>15.79</td>
<td><font color="#F70707">21.36</font></td>
</tr>
<tr>
<td>NAS EP.B [cpu]</td>
<td>152.25</td>
<td>110.69</td>
<td><font color="#F70707">78.73</font></td>
</tr>
<tr>
<td>NAS LU.A [cpu]</td>
<td>7111.38</td>
<td>6199.18</td>
<td><font color="#F70707">5145.94</font></td>
</tr>
<tr>
<td>Stream Copy [memory]</td>
<td>9223.42</td>
<td><font color="#F70707">8976.57</font></td>
<td>9050.65</td>
</tr>
<tr>
<td>Stream Scale [memory]</td>
<td>8870.21</td>
<td><font color="#F70707">8548.39</font></td>
<td>8694.84</td>
</tr>
<tr>
<td>Stream Add [memory]</td>
<td>9717.47</td>
<td><font color="#F70707">9292.04</font></td>
<td>9437.53</td>
</tr>
<tr>
<td>Triad [memory]</td>
<td>9974.82</td>
<td><font color="#F70707">9511.68</font></td>
<td>9626.59</td>
</tr>
</table>
<p>Looking at the results i think the conclusion is that VMware Player gives better performance than VirtualBox. Because of the 4 cores in VMware in stead of 6 in VirtualBox it looses almost all of the cpu tests. </p>
<p>VMware player lacks some of the features VirtualBox has but if you don&#8217;t need those maybe it is a better choice?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coralic.nl/2013/01/13/virtualbox-4-2-vs-vmware-player-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox 4.2 performance in Ubuntu 12.04</title>
		<link>http://blog.coralic.nl/2013/01/12/virtualbox-4-2-performance-in-ubuntu-12-04/</link>
		<comments>http://blog.coralic.nl/2013/01/12/virtualbox-4-2-performance-in-ubuntu-12-04/#comments</comments>
		<pubDate>Sat, 12 Jan 2013 18:05:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Phoronix]]></category>
		<category><![CDATA[Phoronix test suite]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://blog.coralic.nl/?p=501</guid>
		<description><![CDATA[I am using VirtualBox for a long time now, although i know there is an performance penalty i never bothered to check how big it was. I got curious and though maybe I should test this to see how it works out. This is not an scientific test or anything fancy just a simple tests [...]]]></description>
				<content:encoded><![CDATA[<p>I am using VirtualBox for a long time now, although i know there is an performance penalty i never bothered to check how big it was. I got curious and though maybe I should test this to see how it works out. This is not an scientific test or anything fancy just a simple tests that show a difference in performance between the hardware and VirtualBox 4.2. <span id="more-501"></span></p>
<p><strong>The machine I am running this test on is:</strong></p>
<p><em>AMD Phenom II X6 1090T @ 3.20GHz (6 Cores), Memory: 8192MB, Disk: In Raid 0 = 250GB Seagate ST3250410AS + 250GB HDS722525VLSA80, Graphics: AMD Radeon HD 6800 1024MB</em></p>
<p><strong>The VirtualBox:</strong></p>
<p><em>AMD Phenom II X6 1090T @ 3.19GHz (6 Cores), Memory: 5120MB, Disk: 21GB VBOX HDD (on the raid disks), Graphics: InnoTek VirtualBox</em></p>
<p>I am using <a href="http://www.phoronix-test-suite.com">Phoronix Test Suite</a> for testing and i am running the &#8220;workstation&#8221; suite.</p>
<p><strong>The results:</strong></p>
<table border="1">
<tr>
<th>Test</th>
<th>Hardware</th>
<th>VirtualBox(6 cores)</th>
<th>Difference</th>
</tr>
<tr>
<td>Apache Benchmark [system]</td>
<td>25364.12</td>
<td><font color="#F70707">7079.97</font></td>
<td>72%</td>
</tr>
<tr>
<td>NGINX [system]</td>
<td>30298.94</td>
<td><font color="#F70707">11886.01</font></td>
<td>60%</td>
</tr>
<tr>
<td>PostgreSQL [system]</td>
<td>236.85</td>
<td><font color="#F70707">193.23</font></td>
<td>18%</td>
</tr>
<tr>
<td>PostMark [disk]</td>
<td>3571</td>
<td><font color="#F70707">213</font></td>
<td>94%</td>
</tr>
<tr>
<td>IOzone Write [disk]</td>
<td>62.10</td>
<td><font color="#F70707">41.22</font></td>
<td>33%</td>
</tr>
<tr>
<td>IOzone Read [disk]</td>
<td>4309.98</td>
<td><font color="#F70707">1068.72</font></td>
<td>75%</td>
</tr>
<tr>
<td>C-Ray [cpu]</td>
<td>58.72</td>
<td><font color="#F70707">125.20</font></td>
<td>113%</td>
</tr>
<tr>
<td>POV-Ray [cpu]</td>
<td><font color="#F70707">959</font></td>
<td>817</td>
<td>+14%</td>
</tr>
<tr>
<td>Crafty [cpu]</td>
<td>96.06</td>
<td><font color="#F70707">0.01 ??</font></td>
<td>..</td>
</tr>
<tr>
<td>PHPBench [system]</td>
<td>67250</td>
<td><font color="#F70707">43562</font></td>
<td>35%</td>
</tr>
<tr>
<td>GraphicsMagick [cpu]</td>
<td>142</td>
<td><font color="#F70707">89</font></td>
<td>37%</td>
</tr>
<tr>
<td>OpenSSL [cpu]</td>
<td>104.13</td>
<td><font color="#F70707">19.20</font></td>
<td>81%</td>
</tr>
<tr>
<td>John The Ripper [cpu]</td>
<td>5418</td>
<td><font color="#F70707">3684</font></td>
<td>32%</td>
</tr>
<tr>
<td>MAFFT [cpu]</td>
<td>7.69</td>
<td><font color="#F70707">22.35</font></td>
<td>190%</td>
</tr>
<tr>
<td>Himeno [cpu]</td>
<td>625.87</td>
<td><font color="#F70707">518.17</font></td>
<td>17%</td>
</tr>
<tr>
<td>HMMer [cpu]</td>
<td>14.34</td>
<td><font color="#F70707">21.58</font></td>
<td>50%</td>
</tr>
<tr>
<td>LAME MP3 Enc</td>
<td>19.47</td>
<td><font color="#F70707">24.76</font></td>
<td>27%</td>
</tr>
<tr>
<td>FFmpeg [cpu]</td>
<td>28.70</td>
<td><font color="#F70707">41.94</font></td>
<td>46%</td>
</tr>
<tr>
<td>LZMA Compres [cpu]</td>
<td>174.19</td>
<td><font color="#F70707">286.20</font></td>
<td>64%</td>
</tr>
<tr>
<td>BZIP2 Compres [cpu]</td>
<td>10.72</td>
<td><font color="#F70707">15.79</font></td>
<td>47%</td>
</tr>
<tr>
<td>NAS EP.B [cpu]</td>
<td>152.25</td>
<td><font color="#F70707">110.69</font></td>
<td>27%</td>
</tr>
<tr>
<td>NAS LU.A [cpu]</td>
<td>7111.38</td>
<td><font color="#F70707">6199.18</font></td>
<td>12%</td>
</tr>
<tr>
<td>Stream Copy [memory]</td>
<td>9223.42</td>
<td><font color="#F70707">8976.57</font></td>
<td>2%</td>
</tr>
<tr>
<td>Stream Scale [memory]</td>
<td>8870.21</td>
<td><font color="#F70707">8548.39</font></td>
<td>3%</td>
</tr>
<tr>
<td>Stream Add [memory]</td>
<td>9717.47</td>
<td><font color="#F70707">9292.04</font></td>
<td>4%</td>
</tr>
<tr>
<td>Triad [memory]</td>
<td>9974.82</td>
<td><font color="#F70707">9511.68</font></td>
<td>4%</td>
</tr>
</table>
<p>Looking at the table i find the performance penalty very high actually, memory is the only part where the performance differences can be ignored. Does this mean i shouldn&#8217;t use VirtualBox, NO. It just means that if i am going to have any really heavy long running tasks i better not run them in an VM if i want speed. If you are running small tasks or daily stuff the performance drops are manageable and not always in the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coralic.nl/2013/01/12/virtualbox-4-2-performance-in-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 reasons sprint planning doesn&#8217;t go perfectly</title>
		<link>http://blog.coralic.nl/2012/12/10/5-reasons-sprint-planning-doesnt-go-perfectly/</link>
		<comments>http://blog.coralic.nl/2012/12/10/5-reasons-sprint-planning-doesnt-go-perfectly/#comments</comments>
		<pubDate>Mon, 10 Dec 2012 16:45:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[sprint planning]]></category>

		<guid isPermaLink="false">http://blog.coralic.nl/?p=492</guid>
		<description><![CDATA[Original post can be found at It-Eye There are many reasons why sprint planning sessions don&#8217;t go the way you want them to. Here is my short list of the things that I have seen breaking the sprint planning sessions the most. No Product Owner or not available Not having a Product Owner available in [...]]]></description>
				<content:encoded><![CDATA[<p>Original post can be found at <a href="http://www.it-eye.nl/2012/12/10/5-reasons-sprint-planning-doesnt-go-perfectly/">It-Eye</a></p>
<p>There are many reasons why sprint planning sessions don&#8217;t go the way you want them to. Here is my short list of the things that I have seen breaking the sprint planning sessions the most.</p>
<ol>
<li><strong>No Product Owner or not available</strong></li>
</ol>
<p>Not having a Product Owner available in sprint planning is a bad idea. Even if your user stories are written well there are always questions or decisions that need to be made regarding the functionality or the priority. A solution is to have one other team member be the substitute Product Owner as long as he/she collaborates with the Product Owner and is allowed to make decisions.<span id="more-492"></span></p>
<ol start="2">
<li><strong>Discussions are too technical or go in to too much detail</strong></li>
</ol>
<p>Most of the teams are very technically oriented, this means that they often tend to dive into discussions about the technical solution because that is their expertise. This is not a bad thing per se but these discussion often tend to be long, they don&#8217;t contribute anything to the sprint planning and can be done later when needed. Solution to this is not to allow technical discussions or have them on a high level instead of talking about all the details.</p>
<ol start="3">
<li><strong>Vague user stories</strong></li>
</ol>
<p>Having vague user stories is one of the worst things you can have in a sprint planning. These user stories don&#8217;t allow the team to focus on planning but lets them wonder about what is meant and always bring up discussion where in the end the product owner needs to explain what is needed. In this process a lot will be said but most of the time this information eventually gets lost and is a waste of time. Creating well written stories that have a summarized self explanatory title and a clear scope with explicit points of functionality explaining what is expected and what not helps avoiding these discussions.</p>
<ol start="4">
<li><strong>Team members not understanding planning poker</strong></li>
</ol>
<p>There tend to be two problems here, one is about not understanding how planning poker works and can be fixed by practicing. The second problem is where people don&#8217;t know what to take in to account when voting. These people tend to use different criteria when voting and making the planning variate a lot. Possible solution to this problem is creating a short list of criteria points to think about when voting.</p>
<ol start="5">
<li><strong>No decisions are made</strong></li>
</ol>
<p>Having discussions is a good thing but having endless discussions is a bad thing. Sometimes teams keep talking without deciding what to do or how to do it because there is no one to make a decision or wanting to take the responsibility. To fix this problem have the Product Owner make decisions directly when talking about functionality, the priority and the goal. For making technically related decisions point one of the team members as Technical Lead and give them the right to make an decision when needed.</p>
<p>Although the upper list shows the things I have seen go bad in sprint planning I have also seen the same things work very well in some teams. Bear in mind that this is a list of common mistakes but that everything depends of the context and the way you work.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coralic.nl/2012/12/10/5-reasons-sprint-planning-doesnt-go-perfectly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
