<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Engineering a New World</title>
	<atom:link href="http://jetteroheller.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jetteroheller.wordpress.com</link>
	<description>Something Can Be Done About It</description>
	<lastBuildDate>Fri, 10 May 2013 04:47:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jetteroheller.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Engineering a New World</title>
		<link>http://jetteroheller.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jetteroheller.wordpress.com/osd.xml" title="Engineering a New World" />
	<atom:link rel='hub' href='http://jetteroheller.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Comparing Splunk and Splunk Storm with Sumo Logic</title>
		<link>http://jetteroheller.wordpress.com/2013/03/05/comparing-splunk-and-splunk-storm-with-sumo-logic/</link>
		<comments>http://jetteroheller.wordpress.com/2013/03/05/comparing-splunk-and-splunk-storm-with-sumo-logic/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 17:58:29 +0000</pubDate>
		<dc:creator>turbotad</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[bi]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[log analysis]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[splunk storm]]></category>
		<category><![CDATA[sumo logic]]></category>

		<guid isPermaLink="false">https://jetteroheller.wordpress.com/?p=576</guid>
		<description><![CDATA[The company I’m working for is looking to move some of its server equipment to Amazon Web Services (AWS) type infrastructure, and in doing so, is also re-looking at products used to ingest and search enterprise log data.&#160;&#160; Seeing that log file analysis has long been my favorite product category of any of the enterprise [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=576&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img style="background-image:none;border-bottom:0;border-left:0;margin:0 0 0 10px;padding-left:0;padding-right:0;display:inline;float:right;border-top:0;border-right:0;padding-top:0;" title="One of the Splunk dashboards I made for my current site" border="0" alt="One of the Splunk dashboards I made for my current site" align="right" src="http://jetteroheller.files.wordpress.com/2013/03/image.png?w=410&#038;h=296" width="410" height="296" />The company I’m working for is looking to move some of its server equipment to Amazon Web Services (AWS) type infrastructure, and in doing so, is also re-looking at products used to ingest and search enterprise log data.&#160;&#160; Seeing that log file analysis has long been my favorite product category of any of the enterprise software I run (chalk that up to my days long ago as a support engineer for <u><a href="http://blogs.webtrends.com/2013/02/what-should-you-expect-from-a-testing-tool/">Webtrends</a></u>), I’m of course interested in the differences between <a href="http://blogs.splunk.com/2013/02/26/diving-into-the-new-splunk-app-framework/">Splunk</a> (as the preeminent do-it-yourself solution) and other newer products like Splunk’s own <em>Splunk Storm</em> hosted solution, and up-and-coming competition like <a href="http://www.sumologic.com/blog/company/the-truth-is-in-the-logs">Sumo Logic</a>.&#160; </p>
<p>Following are a few points that I can think of, from my own usage of the product, that compares the three.&#160; Note that the Splunk install I have is a relatively small one – 40GB/Day data ingestion rate, so the problems I have and features I like are going to be a lot different than ones of a big site.</p>
<table border="1" cellspacing="0" cellpadding="2" width="600">
<tbody>
<tr>
<td valign="top" width="150">&nbsp;</td>
<td valign="top" width="150"><strong>Splunk (Self Hosted)</strong></td>
<td valign="top" width="150"><strong>Splunk Storm</strong></td>
<td valign="top" width="150"><strong>Sumo Logic</strong></td>
</tr>
<tr>
<td valign="top" width="150"><b>Auto Source Typing</b></td>
<td valign="top" width="150">Knows the source typing of your data, automatically parses it and extracts fields.&#160;&#160; Nearly every log file type except the really obscure ones (like CQ5 dual-line request logs) are automatically parsed &amp; fields extracted by Splunk.&#160; </td>
<td valign="top" width="150">Same as self-hosted Splunk. </td>
<td valign="top" width="150">Can’t parse data by itself, makes you tell it how to parse the data before it can extract any fields.&#160; The Sumologic demo guy we had said this is coming later as a feature at some point. </td>
</tr>
<tr>
<td valign="top" width="150"><b>Interactive field extraction</b></td>
<td valign="top" width="150">Easy as heck to extract fields from unknown log types using the interactive field extractor tool.&#160; Makes it dead easy to do more complicated lookups &amp; averages on new log types.&#160; </td>
<td valign="top" width="150">Same as self-hosted Splunk</td>
<td valign="top" width="150">Couldn’t figure out how to do this with Sumo. </td>
</tr>
<tr>
<td valign="top" width="150"><b>Scripted Input from&#160; Unix Boxes</b></td>
<td valign="top" width="150">This is (in my opinion) one of the biggest selling features of Splunk.&#160; Splunk’s *NIX app includes, out of the box, nifty scripted input that grabs the output of top, ps, netstat, df, etc and dumps that into a parsable, graphable index that you can use to make nifty CPU and network graphs for dashboards, search to see when a particular process was actually running on a machine, etc.&#160; </td>
<td valign="top" width="150">Splunk Storm presently does NOT allow you to run apps, which is far and away the biggest reason it’s still sort of a toy compared to the self-host product. </td>
<td valign="top" width="150">You’d have to do this yourself in Sumo Logic, which is a LOT of work.&#160; </td>
</tr>
<tr>
<td valign="top" width="150"><b>App ecosystem</b></td>
<td valign="top" width="150">Self-host Splunk gives you access to all of the nifty apps folks have made for parsing F5 data, Nagios data, S3 buckets, etc, etc.&#160; </td>
<td valign="top" width="150">Splunk Storm doesn’t let you do apps.&#160; <img style="border-style:none;" class="wlEmoticon wlEmoticon-sadsmile" alt="Sad smile" src="http://jetteroheller.files.wordpress.com/2013/03/wlemoticon-sadsmile.png?w=595" /></td>
<td valign="top" width="150">They’re working on an app infrastructure, but this is nowhere compared to the 5-year head start Splunk has. </td>
</tr>
<tr>
<td valign="top" width="150"><b>Graphing</b></td>
<td valign="top" width="150">Splunk has sexy graphing libraries that let you make radial gages, marker gages, area graphs, scatter graphs, all sorts of sexy ways to visualize data.&#160; </td>
<td valign="top" width="150">Same as self-host Splunk. </td>
<td valign="top" width="150">Bar graphs, line graphs, that’s about it.&#160; Pretty bare-bones, though the dashboarding is pretty easy to accomplish.</td>
</tr>
<tr>
<td valign="top" width="150"><strong>Integration with On-Premise Data</strong></td>
<td valign="top" width="150">Single web search head can query multiple indexers, including things on F5’s, CCTV prod, etc, etc.&#160; A search head at amazon could transparently include on-site data.</td>
<td valign="top" width="150">You can’t really do this with Storm. </td>
<td valign="top" width="150">Can’t do this with Sumo.</td>
</tr>
<tr>
<td valign="top" width="150"><strong>Data Retention</strong></td>
<td valign="top" width="150">You can retain as much as you have storage for.&#160; </td>
<td valign="top" width="150">You pay for data retention</td>
<td valign="top" width="150">You pay for data retention</td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p>There’s more, but this is just what I could think of off the top of my head. </p>
<p>I’m <strong>really </strong>curious to know what folks think of Sumo Logic, especially for those who’ve used Splunk in production as well.&#160; </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jetteroheller.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jetteroheller.wordpress.com/576/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=576&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jetteroheller.wordpress.com/2013/03/05/comparing-splunk-and-splunk-storm-with-sumo-logic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/772886d0bd473818c92a30cfafbb09b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turbotad</media:title>
		</media:content>

		<media:content url="http://jetteroheller.files.wordpress.com/2013/03/image.png" medium="image">
			<media:title type="html">One of the Splunk dashboards I made for my current site</media:title>
		</media:content>

		<media:content url="http://jetteroheller.files.wordpress.com/2013/03/wlemoticon-sadsmile.png" medium="image">
			<media:title type="html">Sad smile</media:title>
		</media:content>
	</item>
		<item>
		<title>Flickr: PLEASE Improve your Video Compression Codec!</title>
		<link>http://jetteroheller.wordpress.com/2012/12/20/flickr-please-improve-your-video-compression-codec/</link>
		<comments>http://jetteroheller.wordpress.com/2012/12/20/flickr-please-improve-your-video-compression-codec/#comments</comments>
		<pubDate>Thu, 20 Dec 2012 21:47:19 +0000</pubDate>
		<dc:creator>turbotad</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://jetteroheller.wordpress.com/?p=567</guid>
		<description><![CDATA[Kiddo Trail Hiking is more fun with a Dog! a video by tadnkat on Flickr. Ever since Flickr rolled out the feature to upload videos as well as photos, Flickr has been the first place I put up videos. Why? Most videos I take are part of the same stream as my photos &#8211; part [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=567&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div style="margin:0 0 10px;padding:0;font-size:.8em;line-height:1.6em;"><object type="application/x-shockwave-flash" width="500" height="281" data="http://www.flickr.com/apps/video/stewart.swf?v=1.161" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param name="flashvars" value="photo_id=8291550981&amp;photo_secret=1224b6c64f&amp;flickr_show_info_box=true"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=1.161"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><param name="wmode" value="opaque"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=1.161" bgcolor="#000000" allowfullscreen="true" flashvars="photo_id=8291550981&amp;photo_secret=1224b6c64f&amp;flickr_show_info_box=true" wmode="opaque" height="281" width="500"></embed></object><br />
<span style="margin:0;"><a href="http://www.flickr.com/photos/tadnkat/8291550981/">Kiddo Trail Hiking is more fun with a Dog!</a> a video by <a href="http://www.flickr.com/photos/tadnkat/">tadnkat</a> on Flickr.</span></div>
<p>Ever since Flickr rolled out the feature to upload videos as well as photos, Flickr has been the first place I put up videos. Why? Most videos I take are part of the same stream as my photos &#8211; part of a set of vacation shots, or are usual daily uploads like this one &#8211; and I love being able to view them in the same context as the rest of my photos &#8211; instead of telling people to go to YouTube if they want to see video.</p>
<p>But, at this point, the video codec that Flickr is using is a straight-up embarrassment and due to the distractingly-bad compression artifacts, is so utterly contrary to the whole reason Flickr stated that they rolled out video to begin with.</p>
<p>See the above video. Now, granted, it is basically a worst-case scenario for a video compression codec, as with the leaves and trees and movement, you basically have 95% of the pixels of the frame changing from frame to frame. But still, the video quality is so bad that it&#8217;s painful to watch. It&#8217;s like it was compressed with Sorenson Spark, circa 2005, and made to be streamed to a first-generation color-screen cell phone.</p>
<p>I&#8217;m no stranger to the compute requirements of implementing a proper codec, the storage requirements of such, and the banks of new equipment that will probably have to be added in order to make it a reality.</p>
<p>But it&#8217;s the price to play in today&#8217;s market &#8211; <a href="http://www.youtube.com/watch?v=lcwOcxGklLg&amp;feature=share&amp;list=UUkTJjK9mTHR-3tF4w8NOu7g">and encoding on YouTube looks a million times better</a>, even if it still has some distracting blurring.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='595' height='365' src='http://www.youtube.com/embed/videoseries?list=UUkTJjK9mTHR-3tF4w8NOu7g&#038;hl=en_US' frameborder='0'></iframe></span>
<p>Photo quality is most of the reason why I still have all of my photos here on Flickr. But with the fact that Picasa/G+ encodes all its video on Youtube, it basically starts tipping the scales away from my favorite platform.</p>
<p>Can someone please help?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jetteroheller.wordpress.com/567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jetteroheller.wordpress.com/567/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=567&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jetteroheller.wordpress.com/2012/12/20/flickr-please-improve-your-video-compression-codec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>38.896264 -77.168816</georss:point>
		<geo:lat>38.896264</geo:lat>
		<geo:long>-77.168816</geo:long>
		<media:content url="http://1.gravatar.com/avatar/772886d0bd473818c92a30cfafbb09b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turbotad</media:title>
		</media:content>
	</item>
		<item>
		<title>Mercedes-Benz C250 Sedan &amp; Coupe &#8211; Rental Car Review</title>
		<link>http://jetteroheller.wordpress.com/2012/11/08/rental-car-review-mercedes-c250-sedan-coupe/</link>
		<comments>http://jetteroheller.wordpress.com/2012/11/08/rental-car-review-mercedes-c250-sedan-coupe/#comments</comments>
		<pubDate>Thu, 08 Nov 2012 22:10:09 +0000</pubDate>
		<dc:creator>turbotad</dc:creator>
				<category><![CDATA[Rental Car Review]]></category>
		<category><![CDATA[C250]]></category>
		<category><![CDATA[coupe]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[ergonomics]]></category>
		<category><![CDATA[kommand]]></category>
		<category><![CDATA[Mercedes-Benz]]></category>
		<category><![CDATA[rental]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[sedan]]></category>

		<guid isPermaLink="false">http://jetteroheller.wordpress.com/?p=554</guid>
		<description><![CDATA[I recently rented, on separate trips, a Mercedes-Benz C250 sedan, and then later a Coupe, from my trusty friends at Enterprise Rent-a-Car.  Now, I had a ton of folks who saw the above photo I posted to Facebook say, “Wow!  Cool!  A Mercedes!”  However, I actually didn’t even find it to be superior to the [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=554&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="Mercedes-Benz C250 - in the Blue Ridge Mountains of Virginia" alt="Mercedes-Benz C250 - in the Blue Ridge Mountains of Virginia" src="http://jetteroheller.files.wordpress.com/2012/11/7952842762_4538e3a16b_b.jpg?w=554&#038;h=416" height="416" width="554" /></p>
<p>I recently rented, on separate trips, a Mercedes-Benz C250 sedan, and then later a Coupe, from my trusty friends at Enterprise Rent-a-Car.  Now, I had a ton of folks who saw the above photo I posted to Facebook say, “Wow!  Cool!  A Mercedes!”  However, I actually didn’t even find it to be superior to the Kia Optima I had rented previously, and I wanted to take some time and detail my thoughts on this car.</p>
<ul>
<li><strong>The Engine is a Joke:</strong>  In the name of efficiency, and also because BMW and Audi were doing it, Mercedes opted to replace the base 6-cylinder in the C300 with an all-new 201hp 1.9-liter, direct-injected turbo 4-cylinder.  In short, I think this engine absolutely doesn’t belong in a Mercedes.  Its character would be appropriate in maybe a Golf GTI or an old Saab, but not a new Mercedes.  My reasoning is that, whilst it does give impressive fuel economy for a mid-side sedan (I averaged 24mpg on mixed highway/city driving, and 33mpg on a 500mi stint of I-81 to Tennessee) it has some of the most non-linear power delivery I’ve seen since an old Volvo 740 turbo station wagon.  You step on the gas, and you get nothing, then a surge of power and clanky Volkswagen noises.  It makes it very difficult to modulate, like if the throttle is connected to a big rubber band.Case in point why that is out of character – in normal around-town driving in the rain, I tried to get through an intersection quickly.  Not flooring it, just goosing it enough to get through the intersection.  The car hesitated and so I gave it a bit more, and then all of the sudden, mid-corner, the boost comes on in a gear I didn’t expect, and the whole car starts power-sliding for about 8 feet to the side until the stability control kicked in.   Just not what I’d expect in a luxury sedan from Mercedes – I’d expect something a bit more refined and linear.
<p>I’m sure I’d have liked this engine a lot more if it had a stickshift, but connected to an automatic, it just does not feel like I’m driving a “luxury” vehicle.</li>
<li><strong>The Ergonomics are a disaster:</strong>  There are two things I like about the C250 – the seats and the steering wheel – both of which feel lifted from an AMG machine.  The steering wheel is a flat-bottom unit that feels fantastic and just makes you want to – well – steer.  And the seats are bolstered well, but are comfortable for long cruises.<img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="Mercedes-Benz C250 gauges and interior" alt="Mercedes-Benz C250 gauges and interior" src="http://jetteroheller.files.wordpress.com/2012/11/img_20121028_201355.jpg?w=554&#038;h=416" height="416" width="554" />
<p>The rest of the interior, though, was a poorly-thought-out mess:</li>
</ul>
<ul>
<li><strong>No map lights:  </strong>In the sedan, there are no map lights.  So, when driving in the middle of the night, you need to illuminate the entire car in order to look at where you dropped your road trip snacks.   For some reason, the C250 coupe does have map lights, but they’re controlled through these microscopic buttons on the headliner that you literally almost have to stop your vehicle to locate.   It’s the little things like this that you notice on a road trip.</li>
<li><strong>Terrible infotainment system:  </strong>The KOMMAND system for handling audio / phone / etc is a user-interface study in confusion.  It took me, who has spent years developing web user interfaces, about 30 mins to figure out how to hook up my phone via Bluetooth to the stereo, only to have it actually <strong>not work</strong>.  (I had to end up getting a 1/8” stereo jack to plug it in directly).  And while the stereo itself sounds great, good bass, good tweeters – the phone bluetooth audio connection makes telephone conversations almost useless.  Every call I made sounded worse than a McDonalds drive-through.   The infotainment system in my Honda not only is more visually pleasing, but is a snap to use even for novices and above all, actually <em>works</em>with all of the bluetooth phones we have in the house.And for a car that I rented <em>so that I could take a road trip</em>, having the stereo and phone not work just makes me hate the whole car, if you know what I mean.</li>
<li><strong>Gauges: </strong>The gauges are beautifully-styled but are tough to read, and the steering wheel obscures half of the tachometer.</li>
<li><strong>Aaaaand….it broke down:</strong>  And, as fate had it, on my second C250 rental, I got a C250 coupe that evidently had an engine issue – or developed one.   I pulled into a rest stop for a break, then pulled back into the freeway – and while accelerating the check-engine light came on and, from the sounds of it, one of the cylinders stopped firing.   Naturally, I panicked a bit, as I was driving through the least-populated area of Virginia at 10:30pm, and still had another 5 hours of driving before hitting Knoxville.  Luckily I was able to reach the Enterprise location at Roanoke Airport, and was able to limp there 10 mins before they closed.  They of course switched me out to a different car with no questions asked.</li>
</ul>
<p>But with the above, you can understand now why I have a funny look on my face when folks say, “Ohhh…Mercedes!  Nice rental, man!”  If you get this one as a choice for a road trip, I’d suggest taking something else.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jetteroheller.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jetteroheller.wordpress.com/554/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=554&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jetteroheller.wordpress.com/2012/11/08/rental-car-review-mercedes-c250-sedan-coupe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>38.896264 -77.168816</georss:point>
		<geo:lat>38.896264</geo:lat>
		<geo:long>-77.168816</geo:long>
		<media:content url="http://1.gravatar.com/avatar/772886d0bd473818c92a30cfafbb09b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turbotad</media:title>
		</media:content>

		<media:content url="http://jetteroheller.files.wordpress.com/2012/11/7952842762_4538e3a16b_b.jpg" medium="image">
			<media:title type="html">Mercedes-Benz C250 - in the Blue Ridge Mountains of Virginia</media:title>
		</media:content>

		<media:content url="http://jetteroheller.files.wordpress.com/2012/11/img_20121028_201355.jpg" medium="image">
			<media:title type="html">Mercedes-Benz C250 gauges and interior</media:title>
		</media:content>
	</item>
		<item>
		<title>Kia Optima &#8211; Rental Car Review</title>
		<link>http://jetteroheller.wordpress.com/2012/11/08/kia-optima-rental-car-review/</link>
		<comments>http://jetteroheller.wordpress.com/2012/11/08/kia-optima-rental-car-review/#comments</comments>
		<pubDate>Thu, 08 Nov 2012 21:38:34 +0000</pubDate>
		<dc:creator>turbotad</dc:creator>
				<category><![CDATA[Rental Car Review]]></category>
		<category><![CDATA[dragons tail]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[kia]]></category>
		<category><![CDATA[optima]]></category>
		<category><![CDATA[rent-a-car]]></category>
		<category><![CDATA[rental car review]]></category>
		<category><![CDATA[route 129]]></category>
		<category><![CDATA[tenessee]]></category>

		<guid isPermaLink="false">http://jetteroheller.wordpress.com/?p=548</guid>
		<description><![CDATA[My Optima vs. My Nemesis, a photo by tadnkat on Flickr. Well, this is going to be another in what is likely going to be a recurring theme for this blog.  I rent cars at least once a month for a road trip from DC to Knoxville, Tennessee, for business purposes.  Being a car nut, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=548&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div style="margin:0 0 10px;padding:0;font-size:.8em;line-height:1.6em;"><a title="My Optima vs. My Nemesis" href="http://www.flickr.com/photos/tadnkat/7760643612/"><img title="My Kia Optima vs. My Nemesis by tadnkat" alt="My Optima vs. My Nemesis by tadnkat" src="http://farm8.staticflickr.com/7266/7760643612_6f28a768b1.jpg" height="333" width="500" /></a><br />
<span style="margin:0;"><a href="http://www.flickr.com/photos/tadnkat/7760643612/">My Optima vs. My Nemesis</a>, a photo by <a href="http://www.flickr.com/photos/tadnkat/">tadnkat</a> on Flickr.</span></div>
<p><i><br />
</i>Well, this is going to be another in what is likely going to be a recurring theme for this blog.  I rent cars at least once a month for a road trip from DC to Knoxville, Tennessee, for business purposes.  Being a car nut, I try to rent a different car every time &#8211; and of course, I do end up being fairly opinionated on each.</p>
<p>On once such recent trip, I rented a maroon Kia Optima EX.  Enterprise had originally put me into a Chevy Malibu, but as I needed bluetooth for the long trip (so I can do conference calls &amp; such) and the included OnStar wasn&#8217;t going to cut it.</p>
<p>The Optima is actually an incredibly capable sedan, and I came away impressed.</p>
<p><strong>Summary In a Sentence:</strong></p>
<p>I would own this car in a heartbeat if it came with a 6-speed manual.</p>
<p>Brief driving notes:</p>
<p><strong>Powertrain &amp; Handling:</strong></p>
<p>The Optima has a 2.4 liter twincam 4-cylinder making 200hp to the front wheels through a decent 6-speed automatic.  While it&#8217;s got these big dual-exhausts and such, the engine sort of makes a tinny sound but still is plenty gutsy especially for a base engine.    I did wish for a bit more passing power when on two-lane roads, but in the main, it&#8217;s a great little engine.   My main beef?  Lack of a manual transmission.  As it doesn&#8217;t have much in the way of low-end torque, you have to rev it to make it seem quick, and that&#8217;s laborious and imprecise with the automatic, even in manual-shift mode.</p>
<p>Probably the thing which struck me first about the car was its handling.  It feels athletic when you drive it &#8211; especially when driven back to back with the Chevy Malibu.  It has a small-diameter steering wheel, and a nice &amp; direct steering feel, and has grippy seats which I found good for cornering.</p>
<div class="wp-caption aligncenter" style="width: 510px"><a title="Heading home via The Dragon. 318 curves in 11 miles...this ought to be good. by tadnkat, on Flickr" href="http://www.flickr.com/photos/tadnkat/7755844548/"><img title="Sign at the entrance to the Tail of the Dragon on Route 129.  " alt="Heading home via The Dragon. 318 curves in 11 miles...this ought to be good." src="http://farm9.staticflickr.com/8444/7755844548_d34da4953c.jpg" height="375" width="500" /></a><p class="wp-caption-text">Sign at the entrance to the Tail of the Dragon on Route 129.</p></div>
<p>And I DID definitely test the cornering, as on my way back from Knoxville I took the car through the infamous Dragon&#8217;s Tail on Route 129 through the Smokies.  The route has (as advertised) 318 curves in 11 miles and &#8211; let me tell you &#8211; it does not disappoint.</p>
<p>The Kia, while not the IDEAL vehicle for such an excursion (I&#8217;d say ideal would be more of a Subaru BRZ), also was no slouch for a family sedan.  The 215/55 tires held on well, and the manual mode on the transmission (though frustrating) worked OK in lieu of a proper gearbox.</p>
<p><b>Gas Mileage:</b></p>
<p>I got <b>25mpg</b> in mixed city/highway driving, and <strong>32.5mpg</strong> on the 500-mile trip from Knoxville to DC.   Not terrible, but also a bit below the EPA estimates.</p>
<p>All told, I&#8217;d definitely recommend the Kia Optima to anyone looking for a sedan more on the sporty side, and definitely a comfortable cruiser for the trip down the I-81.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jetteroheller.wordpress.com/548/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jetteroheller.wordpress.com/548/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=548&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jetteroheller.wordpress.com/2012/11/08/kia-optima-rental-car-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>38.896264 -77.168816</georss:point>
		<geo:lat>38.896264</geo:lat>
		<geo:long>-77.168816</geo:long>
		<media:content url="http://1.gravatar.com/avatar/772886d0bd473818c92a30cfafbb09b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turbotad</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7266/7760643612_6f28a768b1.jpg" medium="image">
			<media:title type="html">My Kia Optima vs. My Nemesis by tadnkat</media:title>
		</media:content>

		<media:content url="http://farm9.staticflickr.com/8444/7755844548_d34da4953c.jpg" medium="image">
			<media:title type="html">Sign at the entrance to the Tail of the Dragon on Route 129.  </media:title>
		</media:content>
	</item>
		<item>
		<title>Our Rental Chrysler Town &amp; Country &#8211; Family Review</title>
		<link>http://jetteroheller.wordpress.com/2012/10/24/our-rental-chrysler-town-country-family-review/</link>
		<comments>http://jetteroheller.wordpress.com/2012/10/24/our-rental-chrysler-town-country-family-review/#comments</comments>
		<pubDate>Wed, 24 Oct 2012 19:15:28 +0000</pubDate>
		<dc:creator>turbotad</dc:creator>
				<category><![CDATA[Rental Car Review]]></category>
		<category><![CDATA[Chrysler Town & Country]]></category>
		<category><![CDATA[Dodge Grand Caravan]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[Honda Odyssey]]></category>
		<category><![CDATA[rental]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://jetteroheller.wordpress.com/?p=543</guid>
		<description><![CDATA[Kat &#38; Our Rental Ride, a photo by tadnkat on Flickr. We recently got back from a fairly epic trip to LA and Oregon &#8212; flying to LA, then taking the Amtrak Coast Starlight up to Oregon. We rented Chrysler vans in both locations &#8211; a Dodge Grand Caravan in LA, and its mechanical twin, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=543&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div style="margin:0 0 10px;padding:0;font-size:.8em;line-height:1.6em;"><a title="Kat &amp; Our Rental Ride" href="http://www.flickr.com/photos/tadnkat/8102009206/"><img alt="Kat &amp; Our Rental Ride by tadnkat" src="http://farm9.staticflickr.com/8185/8102009206_c779422b2f.jpg" /></a><br />
<span style="margin:0;"><a href="http://www.flickr.com/photos/tadnkat/8102009206/">Kat &amp; Our Rental Ride</a>, a photo by <a href="http://www.flickr.com/photos/tadnkat/">tadnkat</a> on Flickr.</span></div>
<p>We recently got back from a fairly epic trip to LA and Oregon &#8212; flying to LA, then taking the Amtrak Coast Starlight up to Oregon. We rented Chrysler vans in both locations &#8211; a Dodge Grand Caravan in LA, and its mechanical twin, the Chrysler Town &amp; Country for our week in Oregon. We are recent minivan converts, having sold our beloved stickshift Subaru Outback so as to gain the sliding door and cavernous space offered by a minivan.</p>
<p>Now, the van we purchased for ourselves is a 2012 Honda Odyssey EX. Given that some of our friends are considering going the minivan route, I figured I&#8217;d offer my quick review comparing these Chrysler twins to our Honda.</p>
<ul>
<li><strong>Engine:</strong>  The Caravan and the Town &amp; Country have Chrysler&#8217;s new Pentastar 3.6l V6, which at 286HP is theoretically the most powerful engine you can get in a minivan.  However, it makes all of its power in the upper end of the rev range &#8211; so, unless you really stomp on the throttle, the vehicle can feel strained around town or on the freeway.  Contrast this to the 248HP 3.5l V6 in the lighter Odyssey, which actually never feels strained, and regardless of numbers actually feels more powerful around town and in passing.</li>
<li><strong>Fuel Economy:</strong>  I averaged <strong>21 mpg</strong> in the Caravan in almost <em>exclusively</em> highway driving, and averaged <strong>21.5 mpg</strong> in the Town &amp; Country in about 80% highway driving.  Contrast that to the Odyssey which averaged <strong>25mpg</strong> on a mixed city/highway trip to Connecticut, and <strong>27.5</strong> mpg on a recent all-highway trip.   Another salient feature is that the Odyssey has a fuel-saving, cylinder-deactivation mode (basically turning off 3 of the cylinders of the engine when you&#8217;re on part-throttle on the highway).  This feature activates automatically without any input from you.  So, as long as you&#8217;re careful on the throttle, it&#8217;ll kick in and save you gas.  Contrast this to the Chrysler twins which require you to push an &#8220;ECO&#8221; button on the dash when you want to save gas.  With the ECO mode active, it does manage to improve mileage, but at the same time makes throttle response lazy, and will also refuse to kick down gears when you&#8217;re going up a hill.   So, I&#8217;d definitely give the advantage to the Odyssey.</li>
<li><strong>Seating</strong> <strong>Flexibility</strong>: Probably the best case <em>for</em> the Town &amp; Country and the Grand Caravan are the nifty Stow &amp; Go seats it has.  The middle-row captains chairs can fold flat &amp; completely disappear under the floor with a few quick pulls, which came in handy when my daughter insisted on only sitting in the 3rd row of seats, yet we wanted some room for bags &amp; such in the middle.  In the Odyssey, you can physically remove the middle seats or fold them forward, but they can&#8217;t do the nifty acrobatics of the Chryslers.</li>
<li><strong>Seating Comfort:</strong> The actual <em>main</em> reason we ended up getting our Odyssey over the Chrysler vans was the comfort level of the seats.  The Odyssey has these fantastic thrones which are firm, supportive and extremely comfortable over long stretches.  Both my wife and I <strong>loathe</strong> the front seats in the Grand Caravan, and found the Town &amp; Country&#8217;s seats better but still mooshy and not nearly as comfortable as the Odyssey.   Back seats are a similar story.</li>
<li><strong>Ergonomics:</strong>  This is a mixed bag.  The Chrysler twins have a nice uConnect touch-screen stereo which works well enough, Bluetooth audio streamed with no fuss as well (blasting <em>Cars</em> and <em>The Lion King</em> soundtrack from our phones is essential to surviving road trips).  The HVAC system is a bit of an ergonomic disaster, being confusing to operate and sometimes giving one heat when one didn&#8217;t ask for it, etc.  But overall it&#8217;s a personal-preference thing between the Odyssey and the Chrysler vans.</li>
</ul>
<p>So, there you go.  Our verdict basically was that we basically found the Grand Caravan merely <i>passable</i> as a rental conveyance whilst the Town &amp; Country was actually not too bad &#8211; as long as you didn&#8217;t have an Odyssey to compare it to.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jetteroheller.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jetteroheller.wordpress.com/543/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=543&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jetteroheller.wordpress.com/2012/10/24/our-rental-chrysler-town-country-family-review/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<georss:point>38.896264 -77.168816</georss:point>
		<geo:lat>38.896264</geo:lat>
		<geo:long>-77.168816</geo:long>
		<media:content url="http://1.gravatar.com/avatar/772886d0bd473818c92a30cfafbb09b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turbotad</media:title>
		</media:content>

		<media:content url="http://farm9.staticflickr.com/8185/8102009206_c779422b2f.jpg" medium="image">
			<media:title type="html">Kat &#38; Our Rental Ride by tadnkat</media:title>
		</media:content>
	</item>
		<item>
		<title>In case I was unsure before, now I&#8217;m pretty sure I&#8217;m at the right conference. #nerdexpress</title>
		<link>http://jetteroheller.wordpress.com/2012/06/27/in-case-i-was-unsure-before-now-im-pretty-sure-im-at-the-right-conference-nerdexpress/</link>
		<comments>http://jetteroheller.wordpress.com/2012/06/27/in-case-i-was-unsure-before-now-im-pretty-sure-im-at-the-right-conference-nerdexpress/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 01:01:07 +0000</pubDate>
		<dc:creator>turbotad</dc:creator>
				<category><![CDATA[L. Ron Hubbard]]></category>

		<guid isPermaLink="false">http://jetteroheller.wordpress.com/?p=541</guid>
		<description><![CDATA[In case I was unsure before, now I&#8217;m pretty sure I&#8217;m at the right conference. #nerdexpress, a photo by tadnkat on Flickr.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=541&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div style="margin:0 0 10px;padding:0;font-size:.8em;line-height:1.6em;"><a href="http://www.flickr.com/photos/tadnkat/7451536590/" title="In case I was unsure before, now I'm pretty sure I'm at the right conference. #nerdexpress"><img src="http://farm8.staticflickr.com/7271/7451536590_bac484d350.jpg" alt="In case I was unsure before, now I'm pretty sure I'm at the right conference. #nerdexpress by tadnkat" /></a><br /><span style="margin:0;"><a href="http://www.flickr.com/photos/tadnkat/7451536590/">In case I was unsure before, now I&#8217;m pretty sure I&#8217;m at the right conference. #nerdexpress</a>, a photo by <a href="http://www.flickr.com/photos/tadnkat/">tadnkat</a> on Flickr.</span></div></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jetteroheller.wordpress.com/541/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jetteroheller.wordpress.com/541/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=541&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jetteroheller.wordpress.com/2012/06/27/in-case-i-was-unsure-before-now-im-pretty-sure-im-at-the-right-conference-nerdexpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/772886d0bd473818c92a30cfafbb09b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turbotad</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7271/7451536590_bac484d350.jpg" medium="image">
			<media:title type="html">In case I was unsure before, now I&#039;m pretty sure I&#039;m at the right conference. #nerdexpress by tadnkat</media:title>
		</media:content>
	</item>
		<item>
		<title>Silicon Valley &#8211; High Tech &amp; Haybales</title>
		<link>http://jetteroheller.wordpress.com/2012/06/26/silicon-valley-high-tech-haybales/</link>
		<comments>http://jetteroheller.wordpress.com/2012/06/26/silicon-valley-high-tech-haybales/#comments</comments>
		<pubDate>Tue, 26 Jun 2012 17:26:41 +0000</pubDate>
		<dc:creator>turbotad</dc:creator>
				<category><![CDATA[L. Ron Hubbard]]></category>

		<guid isPermaLink="false">http://jetteroheller.wordpress.com/?p=539</guid>
		<description><![CDATA[Downtown San Jose Hay Bailing, a photo by tadnkat on Flickr. Snapped this image while riding the VTA light rail train in to the Velocity Conference this morning. I feel like it captures a lot of what&#8217;s unique to me about San Jose. It has such an absurd concentration of high-tech companies here that I&#8217;ve [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=539&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div style="margin:0 0 10px;padding:0;font-size:.8em;line-height:1.6em;"><a href="http://www.flickr.com/photos/tadnkat/7448364802/" title="Downtown San Jose Hay Bailing"><img src="http://farm9.staticflickr.com/8010/7448364802_0deabde590.jpg" alt="Downtown San Jose Hay Bailing by tadnkat" /></a><br /><span style="margin:0;"><a href="http://www.flickr.com/photos/tadnkat/7448364802/">Downtown San Jose Hay Bailing</a>, a photo by <a href="http://www.flickr.com/photos/tadnkat/">tadnkat</a> on Flickr.</span></div>
<p>Snapped this image while riding the VTA light rail train in to the Velocity Conference this morning.   I feel like it captures a lot of what&#8217;s unique to me about San Jose.    It has such an absurd concentration of high-tech companies here that I&#8217;ve spent my life working with, but yet it still never really hides from the fact that it was all recently put here, and was until recently a bunch of farmland.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jetteroheller.wordpress.com/539/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jetteroheller.wordpress.com/539/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=539&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jetteroheller.wordpress.com/2012/06/26/silicon-valley-high-tech-haybales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/772886d0bd473818c92a30cfafbb09b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turbotad</media:title>
		</media:content>

		<media:content url="http://farm9.staticflickr.com/8010/7448364802_0deabde590.jpg" medium="image">
			<media:title type="html">Downtown San Jose Hay Bailing by tadnkat</media:title>
		</media:content>
	</item>
		<item>
		<title>Baron Schwartz giving an Epic Talk on Benchmarking</title>
		<link>http://jetteroheller.wordpress.com/2012/06/26/baron-schwartz-giving-an-epic-talk-on-benchmarking/</link>
		<comments>http://jetteroheller.wordpress.com/2012/06/26/baron-schwartz-giving-an-epic-talk-on-benchmarking/#comments</comments>
		<pubDate>Tue, 26 Jun 2012 00:15:51 +0000</pubDate>
		<dc:creator>turbotad</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[percona]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[velocity]]></category>
		<category><![CDATA[velocityconf]]></category>

		<guid isPermaLink="false">http://jetteroheller.wordpress.com/?p=534</guid>
		<description><![CDATA[Baron Schwartz giving an Epic Talk on Benchmarking, a photo by tadnkat on Flickr. Baron Schwartz from Percona gave an amazing talk on Benchmarking.  As someone who&#8217;s always loved reading about benchmarks, but having been pretty terrible at producing them myself, I found this talk fascinating &#8212; especially after my recent experience with attempting to run [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=534&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div style="margin:0 0 10px;padding:0;font-size:.8em;line-height:1.6em;"><a title="Baron Schwartz giving an Epic Talk on Benchmarking" href="http://www.flickr.com/photos/tadnkat/7444214100/"><img src="http://farm8.staticflickr.com/7123/7444214100_dce69b651b.jpg" alt="Baron Schwartz giving an Epic Talk on Benchmarking by tadnkat" /></a><br />
<span style="margin:0;"><a href="http://www.flickr.com/photos/tadnkat/7444214100/">Baron Schwartz giving an Epic Talk on Benchmarking</a>, a photo by <a href="http://www.flickr.com/photos/tadnkat/">tadnkat</a> on Flickr.</span></div>
<p><a href="http://www.xaprb.com/blog/">Baron Schwartz</a> from <a href="http://www.percona.com/">Percona</a> gave an amazing talk on Benchmarking.  As someone who&#8217;s always loved <em>reading about</em> benchmarks, but having been pretty terrible at producing them myself, I found this talk fascinating &#8212; especially after my recent experience with attempting to run a bunch of inconclusive benchmarks on JBoss 4.2 vs JBoss 5.1 performance.</p>
<p>Put simply, <strong>Baron Schwartz is a benchmarking GOD. </strong>Listen to what he says. <a href="http://www.xaprb.com/blog/"> Read his blog.</a>  This guy is benchmarking sanity personified.</p>
<p>Bullets from his talk:</p>
<ul>
<li>It’s important to establish goals for a benchmark, reasons why, legend, distribution, response time, etc &#8211; not just throughput</li>
<li>One needs a lot of info to think clearly about a benchmark</li>
<li>Ideal benchmark report:
<ul>
<li>Clear benchmark goals:
<ul>
<li>Validating hardware config (disk / cpu / etc) &#8211; see if it matches expectations</li>
<li>Compare two systems</li>
<li>Checking for regressions</li>
<li>Capacity planning (how will it perform at higher load than you have?)</li>
<li>Reproduce bad behaviour to solve it
<ul>
<li>Most systems you don’t want to push it as far as it’s max throughput, as at that point you’re beyond its threshhold of “good behaviour”.</li>
</ul>
</li>
<li>Stress test to find bottlenecks</li>
</ul>
</li>
<li>Get specs:
<ul>
<li>Get specs for CPU, disk, memory, network, including makes/models/etc.</li>
<li>SSDs are EXTREMELY tricky to benchmark</li>
<li>Versions of all software</li>
<li>RAID controller / filesystem</li>
<li>Disk queue scheduler -
<ul>
<li>a lot of Linux defaults have tons of desktop software shoved in there.  CFQ is standard disk scheduler (desktop &#8211; perf sucks) instead of noop or others</li>
</ul>
</li>
<li>Generate some plots to summarize</li>
</ul>
</li>
<li>Better Aggregate Measurement:
<ul>
<li>Average / Percentiles</li>
<li>Observation duration</li>
<li>95th percentile = you can throw away the worst 1/20 of your day.  Means  you can throw away more than an hour of data per day.  I.e. your system can be rock bottom performing for an hour a day.  Not so good for establishing an SLA or SLO (objective).</li>
<li>Scatter graphs can be much more telling than a single point &#8211; as you can see if your performance is all over the map or if it returns a stable figure.   i.e. SSDs have performance all over the map, and have very different performance characteristics when empty / full or at start/end of the benchmark.</li>
</ul>
</li>
<li>Performance:
<ul>
<li>Two metrics:  Thoughput and Response time (tasks per time or time per task)</li>
<li>They are not reciprocals</li>
<li>Resource consumption is NOT a good measure of performance &#8211; i.e. CPU% / Load Avg / etc.  These are indicators.  They are not the goal.</li>
<li>Be very careful with tools that report utilization.  At 100% utilization many systems are not actually saturated.</li>
<li>try ptdiskstats from perconia</li>
</ul>
</li>
<li>What is a system’s actual capacity?
<ul>
<li>Max throughput at max achievable concurrency while being given acceptable performance (response time).</li>
</ul>
</li>
<li>Recap:
<ul>
<li>Most benchmarks reveal little</li>
</ul>
</li>
<li>if 1/20 is serialized, you’ll never get more than a 20x speedup from going parallel.</li>
<li>Isolating bottlenecks or iteratively optimizing them is one way &#8211; but don’t optimize things that don’t matter.  Don’t try to optimize little things.</li>
<li>Little’s law:  concurrency = throughput * response time
<ul>
<li>This holds regardless of queuing, arrival rate distribution, response time distribution, etc.</li>
</ul>
</li>
<li>Utilization law:
<ul>
<li>Utilization = service time * throughput</li>
</ul>
</li>
</ul>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jetteroheller.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jetteroheller.wordpress.com/534/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=534&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jetteroheller.wordpress.com/2012/06/26/baron-schwartz-giving-an-epic-talk-on-benchmarking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>38.896264 -77.168816</georss:point>
		<geo:lat>38.896264</geo:lat>
		<geo:long>-77.168816</geo:long>
		<media:content url="http://1.gravatar.com/avatar/772886d0bd473818c92a30cfafbb09b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turbotad</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7123/7444214100_dce69b651b.jpg" medium="image">
			<media:title type="html">Baron Schwartz giving an Epic Talk on Benchmarking by tadnkat</media:title>
		</media:content>
	</item>
		<item>
		<title>Ian White from Neustar &#8211; Performance Optimization &amp; Build Process</title>
		<link>http://jetteroheller.wordpress.com/2012/06/25/ian-white-from-neustar-performance-optimization-build-process/</link>
		<comments>http://jetteroheller.wordpress.com/2012/06/25/ian-white-from-neustar-performance-optimization-build-process/#comments</comments>
		<pubDate>Mon, 25 Jun 2012 22:11:14 +0000</pubDate>
		<dc:creator>turbotad</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[neustar]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[prod]]></category>
		<category><![CDATA[velocity]]></category>
		<category><![CDATA[velocityconf]]></category>

		<guid isPermaLink="false">http://jetteroheller.wordpress.com/?p=530</guid>
		<description><![CDATA[Ian White from Neustar &#8211; Performance Optimization &#38; Build Process, a photo by tadnkat on Flickr. Ian White from Neustar gave a talk on Dev, Prod &#38; Developer environments &#38; how to organize around the goal of making web performance better without making the development lifecycle suck. Some notes: Web optimization Organize CSS&#38;JS Multiple Domains [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=530&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div style="margin:0 0 10px;padding:0;font-size:.8em;line-height:1.6em;"><a title="Ian White from Neustar - Performance Optimization &amp; Build Process" href="http://www.flickr.com/photos/tadnkat/7443539532/"><img src="http://farm8.staticflickr.com/7280/7443539532_b2aa192dc4.jpg" alt="Ian White from Neustar - Performance Optimization &amp; Build Process by tadnkat" /></a><br />
<span style="margin:0;"><a href="http://www.flickr.com/photos/tadnkat/7443539532/">Ian White from Neustar &#8211; Performance Optimization &amp; Build Process</a>, a photo by <a href="http://www.flickr.com/photos/tadnkat/">tadnkat</a> on Flickr.</span></div>
<p>Ian White from Neustar gave a talk on Dev, Prod &amp; Developer environments &amp; how to organize around the goal of making web performance better without making the development lifecycle suck.</p>
<p>Some notes:</p>
<ul>
<li>Web optimization
<ul>
<li>Organize CSS&amp;JS</li>
<li>Multiple Domains</li>
<li>Gzip compression</li>
<li>Resource caching</li>
<li>Far-future expiry</li>
<li>Minification</li>
<li>Image optimization (not a lot of automated tools out there)</li>
<li>CSS spriting</li>
</ul>
</li>
<li>CI tools should take care of optimization, but if you put it on a different machine, they can’t test their optimizations</li>
<li>Use mod_pagespeed
<ul>
<li>Really good for server-generated content</li>
<li>Take look at HTML being sent from the server and then does a whole ton of optimizations on that.  Handles multiple domains behind load balancers.</li>
<li>Works great on WordPress &amp; other such stuff.  Not so good with Client-side stuff</li>
</ul>
</li>
<li>Making dev &amp; ops work well together:
<ul>
<li>parameterize environments</li>
<li>Make it so when a dev changes something, it changes all environments or can affect all environments</li>
</ul>
</li>
<li>For static resources:
<ul>
<li>Try <strong>nginx</strong> or lighttpd</li>
<li>Simple / fast / low overhead / gzip &amp; caching</li>
<li>Have it go in front of Apache &amp; reverse-proxy back for some or go direct to files for others</li>
</ul>
</li>
</ul>
<div class="wp-caption alignnone" style="width: 510px"><a title="Performance Benefits Implementing Nginx by tadnkat, on Flickr" href="http://www.flickr.com/photos/tadnkat/7443528980/"><img title="Performance Benefits Implementing Nginx" src="http://farm8.staticflickr.com/7275/7443528980_4c27a9acd8.jpg" alt="Performance Benefits Implementing Nginx" width="500" height="333" /></a><p class="wp-caption-text">Performance Benefits Implementing Nginx</p></div>
<p>&nbsp;</p>
<ul>
<li>Far-future expires:
<ul>
<li>consider using MD5 as the version</li>
<li>Only issue is lack of human readability &amp; tough to see if one is using the right version for that build.</li>
</ul>
</li>
<li>Image Opt
<ul>
<li>JPEG Mini or Smooshit from Yahoo</li>
<li>PNGcrush, others</li>
<li>Look for “7 image optimiation mistakes”</li>
<li>See <a href="http://developer.apple.com/library/ios/#documentation/2DDrawing/Conceptual/DrawingPrintingiOS/SupportingHiResScreens/SupportingHiResScreens.html">http://developer.apple.com/library/ios/#documentation/2DDrawing/Conceptual/DrawingPrintingiOS/SupportingHiResScreens/SupportingHiResScreens.html</a> for Generating 2X res images for apple retina displays</li>
<li>Use Glue (github.com/jorgebastida/glue) for Sprite Manufacturing</li>
</ul>
</li>
</ul>
<p>More text</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jetteroheller.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jetteroheller.wordpress.com/530/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=530&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jetteroheller.wordpress.com/2012/06/25/ian-white-from-neustar-performance-optimization-build-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>38.896264 -77.168816</georss:point>
		<geo:lat>38.896264</geo:lat>
		<geo:long>-77.168816</geo:long>
		<media:content url="http://1.gravatar.com/avatar/772886d0bd473818c92a30cfafbb09b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turbotad</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7280/7443539532_b2aa192dc4.jpg" medium="image">
			<media:title type="html">Ian White from Neustar - Performance Optimization &#38; Build Process by tadnkat</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7275/7443528980_4c27a9acd8.jpg" medium="image">
			<media:title type="html">Performance Benefits Implementing Nginx</media:title>
		</media:content>
	</item>
		<item>
		<title>Cowie from Etsy &#8211; Cooking with Chef</title>
		<link>http://jetteroheller.wordpress.com/2012/06/25/cowie-from-etsy-cooking-with-chef/</link>
		<comments>http://jetteroheller.wordpress.com/2012/06/25/cowie-from-etsy-cooking-with-chef/#comments</comments>
		<pubDate>Mon, 25 Jun 2012 19:09:40 +0000</pubDate>
		<dc:creator>turbotad</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[chef]]></category>
		<category><![CDATA[knife-spork]]></category>
		<category><![CDATA[opscode]]></category>
		<category><![CDATA[velocity]]></category>
		<category><![CDATA[velocityconf]]></category>

		<guid isPermaLink="false">http://jetteroheller.wordpress.com/?p=526</guid>
		<description><![CDATA[Cowie from Etsy &#8211; Cooking with Chef, a photo by tadnkat on Flickr. John Cowie from Etsy gave insight on how they use Chef at Etsy. This is a turbo-overview of his talk and my impressions. First, as a note, Etsy prefers running on bare metal as opposed to the cloud.  There are cases where [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=526&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div style="margin:0 0 10px;padding:0;font-size:.8em;line-height:1.6em;"><a title="Cowie from Etsy - Cooking with Chef" href="http://www.flickr.com/photos/tadnkat/7441972388/"><img src="http://farm8.staticflickr.com/7251/7441972388_20e3550aa4.jpg" alt="Cowie from Etsy - Cooking with Chef by tadnkat" /></a><br />
<span style="margin:0;"><a href="http://www.flickr.com/photos/tadnkat/7441972388/">Cowie from Etsy &#8211; Cooking with Chef</a>, a photo by <a href="http://www.flickr.com/photos/tadnkat/">tadnkat</a> on Flickr.</span></div>
<p>John Cowie from Etsy gave insight on how they use Chef at Etsy. This is a turbo-overview of his talk and my impressions.</p>
<p>First, as a note, <strong>Etsy prefers running on bare metal</strong> as opposed to the cloud.  There are cases where working in cloud is better, but not EVERY case as some techno-pundits seem to evangelize.   Not that some managers I&#8217;ve dealt with have this idea, but just know that the ENTIRE WORLD IS NOT MOVING TO AMAZON.  They&#8217;ve got around 800 servers and they&#8217;re real servers &#8211; not VMs and not AMIs.</p>
<p>Some rules of thumb for dealing with Chef they&#8217;ve got:</p>
<ul>
<li>Never test chef in production</li>
<li>Keep things as simple as possible</li>
<li>For metrics &#8211; they use Chef handler to send data to graphite (in github.com/etsy/chef-handlers.git</li>
<li>They push their chef failures to IRC.</li>
</ul>
<p>With respect to handling of <strong>Failures</strong>:</p>
<ul>
<li>Use “knife node lastrun &lt;&lt;hostname&gt;&gt; to get what happened on the last run</li>
<li>gem install knife-lastrun, then install on client.rb to get this data.</li>
<li>Try to keep conditions simple if possible &#8211; not huge regexes, try to keep to simplicities if possible to help your readability at 3am.</li>
</ul>
<p><strong>Standards in Chef:</strong></p>
<ul>
<li>Foodcritic: This is a tool for enforcing rules &amp; standards on Chef, and it sounds FULLY RAD.  <a href="http://acrmp.github.com/foodcritic/">http://acrmp.github.com/foodcritic/</a>
<ul>
<li>Foodcritic integrates with Jenkins (!!)</li>
<li>Supports custom rules</li>
</ul>
</li>
<li>Etsy standards (guidelines)
<ul>
<li>Never have chef auto-upgrade packages</li>
<li>If you want to send an action:restart &#8212; RELOAD instead of restart</li>
<li>(foodcritic can enforce)</li>
</ul>
</li>
</ul>
<ul>
<li>Some more rules of thumb:
<ul>
<li>Don’t take Opscode’s word for it &#8211; if it doesn’t work for you, change it.</li>
<li>41 people have Chef access, most have keys to push to prod</li>
<li>There is an unconstrained Test env.  NEVER test in prod</li>
<li>They tweaked the “environments” workflow with some tooling
<ul>
<li>SPORK!  (knife-spork)</li>
<li>knife-spork is a wrapper around environments
<ul>
<li>check / bump / upload / promote</li>
<li><a href="https://github.com/jonlives/knife-spork">https://github.com/jonlives/knife-spork</a></li>
<li>Spork has a bunch of safety checks</li>
<li>Spork now does chat notifications, git support, default environments, etc</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jetteroheller.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jetteroheller.wordpress.com/526/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jetteroheller.wordpress.com&#038;blog=375784&#038;post=526&#038;subd=jetteroheller&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jetteroheller.wordpress.com/2012/06/25/cowie-from-etsy-cooking-with-chef/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>38.896264 -77.168816</georss:point>
		<geo:lat>38.896264</geo:lat>
		<geo:long>-77.168816</geo:long>
		<media:content url="http://1.gravatar.com/avatar/772886d0bd473818c92a30cfafbb09b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turbotad</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7251/7441972388_20e3550aa4.jpg" medium="image">
			<media:title type="html">Cowie from Etsy - Cooking with Chef by tadnkat</media:title>
		</media:content>
	</item>
	</channel>
</rss>
