<?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>Xaprb &#187; Rimm Kaufman Group</title>
	<atom:link href="http://www.xaprb.com/blog/tag/rimm-kaufman-group/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:55:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Summary of beCamp 2008</title>
		<link>http://www.xaprb.com/blog/2008/05/04/summary-of-becamp-2008/</link>
		<comments>http://www.xaprb.com/blog/2008/05/04/summary-of-becamp-2008/#comments</comments>
		<pubDate>Sun, 04 May 2008 17:33:08 +0000</pubDate>
		<dc:creator>Xaprb</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[BackupPC]]></category>
		<category><![CDATA[BarCamp]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[beCamp]]></category>
		<category><![CDATA[beCamp2008]]></category>
		<category><![CDATA[DRBD]]></category>
		<category><![CDATA[Eric Pugh]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Jacek Becla]]></category>
		<category><![CDATA[Jeff Uphoff]]></category>
		<category><![CDATA[Josh Malone]]></category>
		<category><![CDATA[MapReduce]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Rimm Kaufman Group]]></category>

		<guid isPermaLink="false">http://www.xaprb.com/blog/2008/05/04/summary-of-becamp-2008/</guid>
		<description><![CDATA[Yesterday I went to beCamp 2008 along with four roomfuls of other people interested in technology (perhaps close to 100 people total). The conference was a lot of fun. Not everything went as planned, but that was as planned. This was an Open Spaces conference and I thought it worked very well. From an email [...]


<strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2008/05/02/come-to-becamp-2008/' rel='bookmark' title='Permanent Link: Come to beCamp 2008'>Come to beCamp 2008</a></li>
<li><a href='http://www.xaprb.com/blog/2008/04/16/mysql-conference-and-expo-2008-day-one/' rel='bookmark' title='Permanent Link: MySQL Conference and Expo 2008, Day One'>MySQL Conference and Expo 2008, Day One</a></li>
<li><a href='http://www.xaprb.com/blog/2008/04/17/mysql-conference-and-expo-2008-day-two/' rel='bookmark' title='Permanent Link: MySQL Conference and Expo 2008, Day Two'>MySQL Conference and Expo 2008, Day Two</a></li>
<li><a href='http://www.xaprb.com/blog/2008/04/19/mysql-conference-and-expo-2008-day-three/' rel='bookmark' title='Permanent Link: MySQL Conference and Expo 2008, Day Three'>MySQL Conference and Expo 2008, Day Three</a></li>
<li><a href='http://www.xaprb.com/blog/2008/01/25/my-presentations-at-the-2008-mysql-conference-and-expo/' rel='bookmark' title='Permanent Link: My presentations at the 2008 MySQL Conference and Expo'>My presentations at the 2008 MySQL Conference and Expo</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I went to <a href="http://barcamp.org/beCamp2008">beCamp 2008</a> along with four roomfuls of other people interested in technology (perhaps close to 100 people total).  The conference was a lot of fun.  Not everything went as planned, but that was as planned.  This was an <a href="http://martinfowler.com/bliki/OpenSpace.html">Open Spaces conference</a> and I thought it worked very well.  From an email <a href="http://www.opensourceconnections.com/">Eric Pugh</a> sent:</p>

<blockquote><p>Basically it all boils down to:</p>

<p>Open Space is the Law of Two Feet: if anyone finds themselves in a
place where they are neither learning nor contributing they should
move to somewhere more productive.  And from the law flow four principles:</p>

<ul>
<li>Whoever comes are the right people</li>
<li>Whatever happens is the only thing that could have</li>
<li>Whenever it starts is the right time</li>
<li>When it&#8217;s over, it&#8217;s over</li>
</ul>
</blockquote>

<h3>From Hadoop to Bang-Splat</h3>

<p>I used the law of two feet a time or two.  In fact, the first session I wanted to go to, which was about <a href="http://hadoop.apache.org/core/">Hadoop</a> and <a href="http://labs.google.com/papers/mapreduce.html">MapReduce</a>, had no knowledgeable attendees.  Someone overslept.  OK, that&#8217;s the way it goes: move along.</p>

<p>From there I went to a session about Unix command-line productivity. Most of the sessions I saw were traditional in that they had one person standing up talking and many people sitting and listening, but not all.  This one had several clever command-line gurus mentioning their favorite power tips.</p>

<p>I learned about bang-splat and bang-dollar.  The bangs have always gotten me in Bash: I avoid them because I&#8217;ve never felt like reading the Bash man page section on them.  (Am I too lazy, or not lazy enough?)  So it was great to hear some people say &#8220;bang-splat and bang-dollar are great&#8221; and then explain them.  That was easy for me, and now I know how they can be useful to me.</p>

<p>This problem-first type of tip is great for me: tell me the problem, then how to solve it, rather than telling me what the solution is and leaving me guessing what kinds of problems I can solve with it.  (The Bash man page is solution-first).</p>

<p>In case you&#8217;re wondering, bang-splat substitutes the arguments to the last command, and bang-dollar substitutes the last argument of the last command.  So, instead of this:</p>

<pre>$ touch file1 file2 file3
$ rm file1 file2 file3</pre>

<p>I can do this:</p>

<pre>$ touch file1 file2 file3
$ rm !*</pre>

<p>There were lots of other nice tips too.</p>

<h3>MySQL Performance</h3>

<p>I ended up doing a talk on MySQL performance basics.  I had no idea what the audience was looking for, so I winged it.  I did make some slides, but most of the talk isn&#8217;t on the slides.  You can get the slides from <a href="http://www.percona.com/presentations.html">Percona&#8217;s slide page</a>.  It seemed to be useful to the folks attending, who had a wide variety of experience and knowledge about MySQL.</p>

<h3>Cloud Computing</h3>

<p>This session began with a demo of how to create an entire application stack in a few minutes with <a href="http://www.cohesiveft.com/">Cohesive Flexible Technologies</a>.  Someone else then demoed a similar thing using <a href="http://www.rightscale.com/">RightScale</a>.  <a href="http://www.rpath.com/">rPath</a>&#8216;s <a href="http://blogs.conary.com/index.php/juphoff">Jeff Uphoff</a> was also in the room, but we didn&#8217;t get to see a demo of that.  During this session the talk turned to various topics including a little bit of the topics I wanted to hear about in the Hadoop session.</p>

<h3>Lunch</h3>

<p>Lunch was catered Indian food provided by the <a href="http://www.rimmkaufman.com/">Rimm-Kaufman Group</a>.  Yum.</p>

<h3>Large Scale Storage</h3>

<p>This session was sort of a round-table.  The two people who talked the most were <a href="http://www.cv.nrao.edu/~jmalone/">Josh Malone</a> from the <a href="http://www.nrao.edu/">National Radio Astronomy Observatory</a> and the <a href="http://www.loc.gov/">Library of Congress</a>, both of whom have a lot of storage needs they are unsure how to meet.  Some people from UVA&#8217;s library were there as well, but I didn&#8217;t ask what they were working on.</p>

<p>This reminded me a lot of a <a href="http://en.oreilly.com/mysql2008/public/schedule/detail/1865">recent keynote Jacek Becla gave at another conference</a>.  He&#8217;s with the Stanford Linear Accelerator Center, who are going to be generating a lotta data pretty soon.</p>

<h3>High Availability Linux</h3>

<p>This one started off with more from Josh Malone, who demoed <a href="http://www.nagios.org/">Nagios</a> briefly and then talked about his storage and backup systems.  He uses <a href="http://backuppc.sourceforge.net/">BackupPC</a>, which sounds pretty neat and very smart.  We then talked about some of the things he&#8217;s looking into doing, with audience suggestions to look into shared storage or <a href="http://www.drbd.org/">DRBD</a>.  We also looked at <a href="http://www.ultramonkey.org/">UltraMonkey</a> briefly &#8212; it looks like it&#8217;s stagnating, though.  And the <a href="http://linux-ha.org/">Linux HA</a> project.</p>

<h3>Google App Engine</h3>

<p>Finally, someone showed us a <a href="http://gi89.appspot.com/">calculator application they&#8217;d built on Google App Engine</a>, including the code and talking about the data model somewhat.  It looks like a neat idea, but the lock-in worries me, a sentiment that was voiced by many others in the room.</p>

<p><strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2008/05/02/come-to-becamp-2008/' rel='bookmark' title='Permanent Link: Come to beCamp 2008'>Come to beCamp 2008</a></li>
<li><a href='http://www.xaprb.com/blog/2008/04/16/mysql-conference-and-expo-2008-day-one/' rel='bookmark' title='Permanent Link: MySQL Conference and Expo 2008, Day One'>MySQL Conference and Expo 2008, Day One</a></li>
<li><a href='http://www.xaprb.com/blog/2008/04/17/mysql-conference-and-expo-2008-day-two/' rel='bookmark' title='Permanent Link: MySQL Conference and Expo 2008, Day Two'>MySQL Conference and Expo 2008, Day Two</a></li>
<li><a href='http://www.xaprb.com/blog/2008/04/19/mysql-conference-and-expo-2008-day-three/' rel='bookmark' title='Permanent Link: MySQL Conference and Expo 2008, Day Three'>MySQL Conference and Expo 2008, Day Three</a></li>
<li><a href='http://www.xaprb.com/blog/2008/01/25/my-presentations-at-the-2008-mysql-conference-and-expo/' rel='bookmark' title='Permanent Link: My presentations at the 2008 MySQL Conference and Expo'>My presentations at the 2008 MySQL Conference and Expo</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.xaprb.com/blog/2008/05/04/summary-of-becamp-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Come to beCamp 2008</title>
		<link>http://www.xaprb.com/blog/2008/05/02/come-to-becamp-2008/</link>
		<comments>http://www.xaprb.com/blog/2008/05/02/come-to-becamp-2008/#comments</comments>
		<pubDate>Sat, 03 May 2008 00:18:38 +0000</pubDate>
		<dc:creator>Xaprb</dc:creator>
				<category><![CDATA[High Performance MySQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[BarCamp]]></category>
		<category><![CDATA[beCamp]]></category>
		<category><![CDATA[beCamp2008]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Rimm Kaufman Group]]></category>

		<guid isPermaLink="false">http://www.xaprb.com/blog/2008/05/02/come-see-me-at-becamp-2008/</guid>
		<description><![CDATA[I&#8217;m going to be at beCamp 2008, the followup to the first beCamp, which I sadly missed. beCamp is a BarCamp un-conference. Tonight was about meeting, greeting, and throwing ideas at the wall to see which ones stick. Literally. We stuck pieces of paper on the wall with our ideas &#8212; things we can either [...]


<strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2008/05/04/summary-of-becamp-2008/' rel='bookmark' title='Permanent Link: Summary of beCamp 2008'>Summary of beCamp 2008</a></li>
<li><a href='http://www.xaprb.com/blog/2008/01/25/my-presentations-at-the-2008-mysql-conference-and-expo/' rel='bookmark' title='Permanent Link: My presentations at the 2008 MySQL Conference and Expo'>My presentations at the 2008 MySQL Conference and Expo</a></li>
<li><a href='http://www.xaprb.com/blog/2007/10/05/how-to-get-your-session-accepted-to-mysql-conference-2008/' rel='bookmark' title='Permanent Link: How to get your session accepted to MySQL Conference 2008'>How to get your session accepted to MySQL Conference 2008</a></li>
<li><a href='http://www.xaprb.com/blog/2008/04/17/mysql-conference-and-expo-2008-day-two/' rel='bookmark' title='Permanent Link: MySQL Conference and Expo 2008, Day Two'>MySQL Conference and Expo 2008, Day Two</a></li>
<li><a href='http://www.xaprb.com/blog/2008/04/19/spring-2008-issue-of-mysql-magazine/' rel='bookmark' title='Permanent Link: Spring 2008 issue of MySQL Magazine'>Spring 2008 issue of MySQL Magazine</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to be at <a href="http://barcamp.org/beCamp2008">beCamp 2008</a>, the followup to the first beCamp, which I sadly missed.</p>

<p>beCamp is a BarCamp un-conference.  Tonight was about meeting, greeting, and throwing ideas at the wall to see which ones stick.  Literally.  We stuck pieces of paper on the wall with our ideas &#8212; things we can either talk about or want to hear about &#8212; and then scratched our votes on them to see which are popular.</p>

<p>I live and breathe MySQL for a decent part of the day, so I hesitated, but then stuck &#8220;MySQL Performance&#8221; on the wall.  It got quite a few votes, so I assume will be giving a talk on MySQL performance basics at some point during the conference.  (The exact schedule is probably being determined right now, in my absence, but I&#8217;m so tired right now that I&#8217;ll just take my chances on it not being at 8:00 AM tomorrow.) [edit: I just checked the website and there won't be anything before 9:00, and the schedule is determined tomorrow.  I did say I'm tired, right?]</p>

<p>See you there!</p>

<p>PS: if you want to meet some of my colleagues from my former employer, the <a href="http://www.rimmkaufman.com/">Rimm-Kaufman Group</a>, they&#8217;ll be there too, wearing the &#8220;We&#8217;re Hiring&#8221; t-shirts.  <a href="http://www.rkgjobs.com/">They&#8217;re hiring</a>, by the way.</p>

<p><strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2008/05/04/summary-of-becamp-2008/' rel='bookmark' title='Permanent Link: Summary of beCamp 2008'>Summary of beCamp 2008</a></li>
<li><a href='http://www.xaprb.com/blog/2008/01/25/my-presentations-at-the-2008-mysql-conference-and-expo/' rel='bookmark' title='Permanent Link: My presentations at the 2008 MySQL Conference and Expo'>My presentations at the 2008 MySQL Conference and Expo</a></li>
<li><a href='http://www.xaprb.com/blog/2007/10/05/how-to-get-your-session-accepted-to-mysql-conference-2008/' rel='bookmark' title='Permanent Link: How to get your session accepted to MySQL Conference 2008'>How to get your session accepted to MySQL Conference 2008</a></li>
<li><a href='http://www.xaprb.com/blog/2008/04/17/mysql-conference-and-expo-2008-day-two/' rel='bookmark' title='Permanent Link: MySQL Conference and Expo 2008, Day Two'>MySQL Conference and Expo 2008, Day Two</a></li>
<li><a href='http://www.xaprb.com/blog/2008/04/19/spring-2008-issue-of-mysql-magazine/' rel='bookmark' title='Permanent Link: Spring 2008 issue of MySQL Magazine'>Spring 2008 issue of MySQL Magazine</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.xaprb.com/blog/2008/05/02/come-to-becamp-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improved Cacti monitoring templates for MySQL</title>
		<link>http://www.xaprb.com/blog/2008/04/27/improved-cacti-monitoring-templates-for-mysql/</link>
		<comments>http://www.xaprb.com/blog/2008/04/27/improved-cacti-monitoring-templates-for-mysql/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 00:43:18 +0000</pubDate>
		<dc:creator>Xaprb</dc:creator>
				<category><![CDATA[Alexey Kovyrin]]></category>
		<category><![CDATA[Cacti]]></category>
		<category><![CDATA[Cacti templates]]></category>
		<category><![CDATA[graphing]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Rimm Kaufman Group]]></category>

		<guid isPermaLink="false">http://www.xaprb.com/blog/2008/04/27/improved-cacti-monitoring-templates-for-mysql/</guid>
		<description><![CDATA[Download MySQL Cacti templates As promised, I&#8217;ve created some improved software for monitoring MySQL via Cacti. I began using the de facto MySQL Cacti templates a while ago, but found some things I needed to improve about them. As time passed, I rewrote everything from scratch. The resulting templates are much improved. You can grab [...]


<strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2009/10/25/version-1-1-4-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.4 of improved Cacti templates released'>Version 1.1.4 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2008/05/25/screenshots-of-improved-mysql-cacti-templates/' rel='bookmark' title='Permanent Link: Screenshots of improved MySQL Cacti templates'>Screenshots of improved MySQL Cacti templates</a></li>
<li><a href='http://www.xaprb.com/blog/2009/12/13/version-1-1-5-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.5 of improved Cacti templates released'>Version 1.1.5 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/05/07/version-112-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.2 of improved Cacti templates released'>Version 1.1.2 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2008/06/01/mysql-cacti-templates-100-released/' rel='bookmark' title='Permanent Link: MySQL Cacti templates 1.0.0 released'>MySQL Cacti templates 1.0.0 released</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p class="download"><a href="http://code.google.com/p/mysql-cacti-templates/source/browse/trunk">Download MySQL Cacti templates</a></p>

<p>As promised, I&#8217;ve created some improved software for monitoring MySQL via <a href="http://www.cacti.net/">Cacti</a>.  I began using the <a href="http://faemalia.net/mysqlUtils/">de facto MySQL Cacti templates</a> a while ago, but found some things I needed to improve about them.  As time passed, I rewrote everything from scratch.  The resulting templates are much improved.</p>

<p>You can grab the templates by browsing the source repository on the project&#8217;s homepage.</p>

<p>In no particular order, here are some things I improved:</p>

<ul>
<li>Standard polling interval and graph size by default.</li>
<li>Full captions on every graph; you don&#8217;t have to guess at how big the values are.  Each graph has current, max, and average values printed at the bottom for every value on it.</li>
<li>Much more data is captured.  I&#8217;ve graphed almost everything I could think of.</li>
<li>The graphs are grouped better.  Most graphs have only related values.  There are some exceptions, but not many.</li>
<li>The templates don&#8217;t hijack your existing installation.  They don&#8217;t depend on or alter anything in your default Cacti installation.</li>
<li>The script that gathers the data is totally rewritten from scratch, and much improved.  For example, <a href="http://www.mysqlperformanceblog.com/2007/03/27/integers-in-php-running-with-scissors-and-portability/">the math works on 32-bit systems</a>.  It has caching built-in so <a href="http://forums.cacti.net/viewtopic.php?t=26448">each poll cycle results in just one request to the server, instead of one request per graph</a>.  (This is a weakness of Cacti I&#8217;m trying to work around).  It also has debugging aids and other good coding stuff.</li>
<li>By default, it assumes you have the same username and password across every server you&#8217;re monitoring, so you don&#8217;t have to fill in a username and password for every single graph you create.</li>
<li>One data template == one graph template.  This helps work around another Cacti limitation.</li>
<li>Lots more.  Honestly I can&#8217;t really remember everything I&#8217;ve done.  I&#8217;m sure you&#8217;ll help me remember by asking me how to get X feature working the way you want, and I&#8217;ll go &#8220;oh, yeah, that&#8217;s another thing I improved&#8230;&#8221;</li>
</ul>

<p>Cacti templates are very laborious to create if they&#8217;re complex at all; it takes a long time and is very error-prone.  Instead of doing it through Cacti&#8217;s web interface and exporting a huge XML file, I eliminated the redundancies and created a small, easy-to-maintain file from which I generate the XML template with a Perl script.  This gives the added benefit of letting me (or you) generate templates with different parameters such as polling interval or graph size.  The README file has the full details.  However, I&#8217;ve pre-generated a set of templates that matches Cacti&#8217;s defaults, so you can probably just use that.</p>

<p>This has taken a lot of time.  In particular, I spent a lot of time working on it at my former employer, <a href="http://www.rimmkaufman.com">The Rimm-Kaufman Group</a> (kudos to them for letting me open-source the work) and I just spent most of my weekend writing the scripts to convert from the compact format to XML templates, so it&#8217;s possible to maintain these beasts.  Plus I had to develop the compact format, too.   This took a lot of time because I had to understand the Cacti data model, which is pretty complex.</p>

<p><strong>Please enter issue reports for bugs, feature requests, etc at the <a href="http://code.google.com/p/mysql-cacti-templates/issues/list">Google project homepage</a>, <em>not</em> in the comments of this blog post</strong>.  I do not look through comments on my blog when I&#8217;m trying to remember what I should be working on for a software project.</p>

<p>If these templates help you and you feel like <a href="http://www.amazon.com/gp/registry/wishlist/LOE4ZUTKFU39">visiting my Amazon.com wishlist and sending something my way</a>, I&#8217;d appreciate it!</p>

<p><small>PS: You may also be interested in <a href="http://blog.kovyrin.net/2007/10/06/useful-cacti-templates-to-monitor-your-servers/">Alexey Kovyrin&#8217;s list of templates for monitoring servers</a>.</small></p>

<p><strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2009/10/25/version-1-1-4-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.4 of improved Cacti templates released'>Version 1.1.4 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2008/05/25/screenshots-of-improved-mysql-cacti-templates/' rel='bookmark' title='Permanent Link: Screenshots of improved MySQL Cacti templates'>Screenshots of improved MySQL Cacti templates</a></li>
<li><a href='http://www.xaprb.com/blog/2009/12/13/version-1-1-5-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.5 of improved Cacti templates released'>Version 1.1.5 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/05/07/version-112-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.2 of improved Cacti templates released'>Version 1.1.2 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2008/06/01/mysql-cacti-templates-100-released/' rel='bookmark' title='Permanent Link: MySQL Cacti templates 1.0.0 released'>MySQL Cacti templates 1.0.0 released</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.xaprb.com/blog/2008/04/27/improved-cacti-monitoring-templates-for-mysql/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>I have joined Percona</title>
		<link>http://www.xaprb.com/blog/2008/03/26/i-have-joined-percona/</link>
		<comments>http://www.xaprb.com/blog/2008/03/26/i-have-joined-percona/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 18:14:56 +0000</pubDate>
		<dc:creator>Xaprb</dc:creator>
				<category><![CDATA[Alan Rimm Kaufman]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Percona]]></category>
		<category><![CDATA[Rimm Kaufman Group]]></category>

		<guid isPermaLink="false">http://www.xaprb.com/blog/2008/03/26/i-have-joined-percona/</guid>
		<description><![CDATA[Effective April 1, I will join Percona full-time as a consultant. I&#8217;ll be helping people build high-performance applications with MySQL, but I&#8217;ll also be continuing to develop and improve tools such as Maatkit. This career change has been a long time in progress. I&#8217;m really looking forward to it, but at the same time it&#8217;s [...]


<strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2009/04/17/sessions-of-interest-at-the-percona-performance-conference/' rel='bookmark' title='Permanent Link: Sessions of interest at the Percona Performance Conference'>Sessions of interest at the Percona Performance Conference</a></li>
<li><a href='http://www.xaprb.com/blog/2009/02/06/percona-performance-conference-on-digg/' rel='bookmark' title='Permanent Link: Percona Performance Conference on Digg'>Percona Performance Conference on Digg</a></li>
<li><a href='http://www.xaprb.com/blog/2008/06/24/percona-wants-to-hire-a-maatkit-developer/' rel='bookmark' title='Permanent Link: Percona wants to hire a Maatkit developer'>Percona wants to hire a Maatkit developer</a></li>
<li><a href='http://www.xaprb.com/blog/2009/02/19/measuring-the-popularity-of-the-percona-mysql-build/' rel='bookmark' title='Permanent Link: Measuring the popularity of the Percona MySQL build'>Measuring the popularity of the Percona MySQL build</a></li>
<li><a href='http://www.xaprb.com/blog/2011/01/13/one-day-percona-live-conference-in-san-francisco/' rel='bookmark' title='Permanent Link: One-day Percona Live conference in San Francisco'>One-day Percona Live conference in San Francisco</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Effective April 1, I will join <a href="http://www.percona.com/">Percona</a> full-time as a consultant.  I&#8217;ll be helping people build high-performance applications with MySQL, but I&#8217;ll also be continuing to develop and improve tools such as <a href="http://code.google.com/p/maatkit/">Maatkit</a>.</p>

<p>This career change has been a long time in progress.  I&#8217;m really looking forward to it, but at the same time it&#8217;s hard to leave my current employer, <a href="http://www.rimmkaufman.com/">The Rimm-Kaufman Group (RKG)</a>.  Working with them has been the best job I&#8217;ve ever had.  But ultimately, my dream job is to help as many people as I can, and consulting will be a better way to do that.</p>

<p>At a time like this, I like to reflect on the trail that has led here.  It&#8217;s a good opportunity to realize how fortunate I really am and fill up my gratitude tank.  So I&#8217;d like to thank everyone who has helped me reach this point.  All the people who have encouraged me, sponsored me, suggested new options&#8230; all kinds of help.  A special thanks to my wife Lynn, to Alan Rimm-Kaufman and all my colleagues at RKG, to the many fine people at MySQL, and to the MySQL community as a whole.  My deep gratitude to all of you.  I look forward to working with you even more in the future.</p>

<p><strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2009/04/17/sessions-of-interest-at-the-percona-performance-conference/' rel='bookmark' title='Permanent Link: Sessions of interest at the Percona Performance Conference'>Sessions of interest at the Percona Performance Conference</a></li>
<li><a href='http://www.xaprb.com/blog/2009/02/06/percona-performance-conference-on-digg/' rel='bookmark' title='Permanent Link: Percona Performance Conference on Digg'>Percona Performance Conference on Digg</a></li>
<li><a href='http://www.xaprb.com/blog/2008/06/24/percona-wants-to-hire-a-maatkit-developer/' rel='bookmark' title='Permanent Link: Percona wants to hire a Maatkit developer'>Percona wants to hire a Maatkit developer</a></li>
<li><a href='http://www.xaprb.com/blog/2009/02/19/measuring-the-popularity-of-the-percona-mysql-build/' rel='bookmark' title='Permanent Link: Measuring the popularity of the Percona MySQL build'>Measuring the popularity of the Percona MySQL build</a></li>
<li><a href='http://www.xaprb.com/blog/2011/01/13/one-day-percona-live-conference-in-san-francisco/' rel='bookmark' title='Permanent Link: One-day Percona Live conference in San Francisco'>One-day Percona Live conference in San Francisco</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.xaprb.com/blog/2008/03/26/i-have-joined-percona/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

