<?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>_mxr blog &#187; geekery</title>
	<atom:link href="http://blog.mxr.at/category/geekery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mxr.at</link>
	<description>unprocessed dumps of various kind</description>
	<lastBuildDate>Thu, 13 May 2010 21:39:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HD speed comparison.</title>
		<link>http://blog.mxr.at/hd-speed-comparison/</link>
		<comments>http://blog.mxr.at/hd-speed-comparison/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 12:12:18 +0000</pubDate>
		<dc:creator>Christoph Tilley</dc:creator>
				<category><![CDATA[geekery]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.mxr.at/?p=279</guid>
		<description><![CDATA[A quick follow-up to my <a href="http://blog.mxr.at/my-7d5d-backup-workflow/">post which describes my backup workflow</a>: I wanted to know how the different drive setups perform. <a href="http://blog.mxr.at/hd-speed-comparison/">Here is</a> the read/write performance of following drive configurations:
<a href="http://blog.mxr.at/hd-speed-comparison/" rel="attachment wp-att-281"><img src="http://blog.mxr.at/wp-content/uploads/2010/03/blog_readwrite-448x238.jpg" alt="" title="blog_readwrite" width="448" height="238" class="alignnone size-medium wp-image-281" /></a>]]></description>
			<content:encoded><![CDATA[<p>A quick follow-up to my <a href="http://blog.mxr.at/my-7d5d-backup-workflow/">post which describes my backup workflow</a>: I wanted to know how the different drive setups perform. I grabbed a free application called <a href="http://www.versiontracker.com/dyn/moreinfo/mac/2395">Helios LAN test</a> which originally was designed to test LAN performance, but lets you choose local drives as testing source. You can run various tests on the drive but I sticked to simple read/write tests with 300MB files.</p>
<div id="attachment_280" class="wp-caption alignnone" style="width: 618px"><a href="http://blog.mxr.at/wp-content/uploads/2010/03/blog_helios.jpg"><img class="size-full wp-image-280" title="blog_helios" src="http://blog.mxr.at/wp-content/uploads/2010/03/blog_helios.jpg" alt="" width="608" height="377" /></a><p class="wp-caption-text">Halios LAN test: Setup for the drive test. I just ran the read/write tests.</p></div>
<p>I tested following drive configurations: Apple software striped RAID (configured in disk utility with 32k and 128k blocks) with two 1,5TB 7200rpm internal SATA drives, internal <a href="http://www.wdc.com/en/products/products.asp?DriveID=495">VelociRaptor</a> SAS drive with 10,000rpm and 300GB, internal SATA drive with 7200rpm and 1,5 TB, external SATA drive with 7200rpm and 1,0TB <span style="font-weight: normal;">connected via eSATA over the Sonnet </span><a href="http://www.sonnettech.com/product/tempo_sata_e2p.html"><span style="font-weight: normal;">Tempo SATA E2P</span></a><span style="font-weight: normal;"> and an external SATA drive with 7200rpm and 1,0TB connected via USB 2.0. Here are the results:</span><br />
<a href="http://blog.mxr.at/wp-content/uploads/2010/03/blog_readwrite.jpg"><img class="size-full wp-image-281" title="blog_readwrite" src="http://blog.mxr.at/wp-content/uploads/2010/03/blog_readwrite.jpg" alt="" width="608" height="324" /></a></strong></p>
<p><strong>Conclusion:</strong> <span style="font-weight: normal;">A striped RAID is fast! Even the disk utility-software-configured RAID is. And eSATA is fast too. So my workflow is as following: Use the VelociRaptor for system files, use the one internal SATA for stock footage and stuff, use the striped RAID for daily work, but backup frequently to external SATA drives via eSATA.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mxr.at/hd-speed-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mrtg running on osx 10.5</title>
		<link>http://blog.mxr.at/mrtg-running-on-osx-10-5/</link>
		<comments>http://blog.mxr.at/mrtg-running-on-osx-10-5/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 23:13:54 +0000</pubDate>
		<dc:creator>Christoph Tilley</dc:creator>
				<category><![CDATA[geekery]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://blog.tilley.at/?p=30</guid>
		<description><![CDATA[I am running a software-router with DHCP and NAT but without any statistics or monitoring functionality. But I can do SNMP polls so I decided to give the popular mrtg (multi-router-traffic-grapher) a shot. 
Mrtg is written by Tobi Oetiker, the author of the rrd-graph tool, and makes use of it. From mrtg&#8217;s website a short [...]]]></description>
			<content:encoded><![CDATA[<p>I am running a software-router with DHCP and NAT but without any statistics or monitoring functionality. But I can do SNMP polls so I decided to give the popular <a href="http://oss.oetiker.ch/mrtg/">mrtg</a> (multi-router-traffic-grapher) a shot. <span id="more-30"></span></p>
<p>Mrtg is written by Tobi Oetiker, the author of the rrd-graph tool, and makes use of it. From mrtg&#8217;s website a short description: <em>You have a router, you want to know what it does all day long? Then MRTG is for you. It will monitor SNMP network devices and draw pretty pictures showing how much traffic has passed through each interface.</em></p>
<p>I installed mrtg using macports via: <code>sudo port install mrtg</code><br />
The configuration is a bit tricky then, but not a big deal. If you need help or assistance just post your worries in the comments.</p>
<p>As proof of concept here is my updated mrtg graph:<br />
<img alt="" src="http://server.mxr.at/mrtg/data/localhost_en1-day.png" title="mrtg graph" class="alignnone" width="500" height="135" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mxr.at/mrtg-running-on-osx-10-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
