<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Storage vs RAM Size</title>
	<atom:link href="http://etbe.coker.com.au/2010/03/08/storage-vs-ram-size/feed/" rel="self" type="application/rss+xml" />
	<link>http://etbe.coker.com.au/2010/03/08/storage-vs-ram-size/</link>
	<description>Linux, politics, and other interesting things</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:09:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ben Martin</title>
		<link>http://etbe.coker.com.au/2010/03/08/storage-vs-ram-size/comment-page-1/#comment-24363</link>
		<dc:creator>Ben Martin</dc:creator>
		<pubDate>Mon, 08 Mar 2010 06:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://etbe.coker.com.au/?p=1840#comment-24363</guid>
		<description>You might like to glance over this:
http://ldn.linuxfoundation.org/article/generating-graphs-with-gnuplot

You can plot multiple data series in a single command:
set xlabel &quot;Year&quot;
set ylabel &quot;MB&quot;
set logscale y 10

set key left

plot &quot;ram&quot;       using  1:2 with l smooth bezier title &quot;ram&quot;,  \
     &quot;max-ram&quot;   u      1:2 w l smooth bezier title &quot;max ram&quot;, \
     &quot;disk&quot;      u      1:2 w l smooth bezier title &quot;disk&quot;,    \
     &quot;max-disk&quot;  u      1:2 w l smooth bezier title &quot;max disk&quot;

I find bezier to be nicer to get overall trend impressions, the above makes this with a suitably configured ~/.gnuplot. See my ldn link above to see the core of my .gnuplot file.

http://www.23hq.com/monkeyiq/photo/5427609</description>
		<content:encoded><![CDATA[<p>You might like to glance over this:<br />
<a href="http://ldn.linuxfoundation.org/article/generating-graphs-with-gnuplot" rel="nofollow">http://ldn.linuxfoundation.org/article/generating-graphs-with-gnuplot</a></p>
<p>You can plot multiple data series in a single command:<br />
set xlabel &#8220;Year&#8221;<br />
set ylabel &#8220;MB&#8221;<br />
set logscale y 10</p>
<p>set key left</p>
<p>plot &#8220;ram&#8221;       using  1:2 with l smooth bezier title &#8220;ram&#8221;,  \<br />
     &#8220;max-ram&#8221;   u      1:2 w l smooth bezier title &#8220;max ram&#8221;, \<br />
     &#8220;disk&#8221;      u      1:2 w l smooth bezier title &#8220;disk&#8221;,    \<br />
     &#8220;max-disk&#8221;  u      1:2 w l smooth bezier title &#8220;max disk&#8221;</p>
<p>I find bezier to be nicer to get overall trend impressions, the above makes this with a suitably configured ~/.gnuplot. See my ldn link above to see the core of my .gnuplot file.</p>
<p><a href="http://www.23hq.com/monkeyiq/photo/5427609" rel="nofollow">http://www.23hq.com/monkeyiq/photo/5427609</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://etbe.coker.com.au/2010/03/08/storage-vs-ram-size/comment-page-1/#comment-24362</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 08 Mar 2010 05:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://etbe.coker.com.au/?p=1840#comment-24362</guid>
		<description>It would be really cool if a full featured desktop distro would work with this approach. Provide small stripped down packages and load everything to RAM and only suspend/resume from there on out.

But sadly Distro makers are not visionaries .. if only I had the time and/or the money.</description>
		<content:encoded><![CDATA[<p>It would be really cool if a full featured desktop distro would work with this approach. Provide small stripped down packages and load everything to RAM and only suspend/resume from there on out.</p>
<p>But sadly Distro makers are not visionaries .. if only I had the time and/or the money.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

