<?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>Jui-Nan Lin's Blog &#187; ufs</title>
	<atom:link href="http://en.jnlin.org/tags/ufs/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.jnlin.org</link>
	<description>My Mumuring in English, about Un*x, FreeBSD, Network in Taiwan</description>
	<lastBuildDate>Sat, 07 Nov 2009 03:42:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>FreeBSD: vfs.read_max for Hardware RAID</title>
		<link>http://en.jnlin.org/2008/03/03/7/</link>
		<comments>http://en.jnlin.org/2008/03/03/7/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 05:46:18 +0000</pubDate>
		<dc:creator>jnlin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[ufs]]></category>

		<guid isPermaLink="false">http://en.jnlin.org/2008/03/03/7/</guid>
		<description><![CDATA[Tested with: bonnie -s 2048, FreeBSD 7.0 UFS2 , Hardware RAID 5 (6 PATA 7200rpm 250G disks) vfs.read_max=8 (default) -------Sequential Output-------- -Per Char- --Block--- -Rewrite-- Machine MB K/sec %CPU K/sec %CPU K/sec %CPU 2048 25812 24.8 26483 6.6 13886 4.4 ---Sequential Input-- --Random-- -Per Char- --Block--- --Seeks--- K/sec %CPU K/sec %CPU /sec %CPU 32162 32.5 [...]]]></description>
			<content:encoded><![CDATA[<p>Tested with: bonnie -s 2048, FreeBSD 7.0 UFS2 , Hardware RAID 5 (6 PATA 7200rpm 250G disks)<br />
vfs.read_max=8 (default)</p>
<blockquote><p><code>             -------Sequential Output--------<br />
-Per Char- --Block--- -Rewrite--<br />
Machine   MB K/sec %CPU K/sec %CPU K/sec %CPU<br />
2048 25812 24.8 26483  6.6 13886  4.4<br />
---Sequential Input-- --Random--<br />
-Per Char- --Block--- --Seeks---<br />
K/sec %CPU K/sec %CPU  /sec %CPU<br />
32162 32.5 33386  5.1 232.3  1.5</code></p></blockquote>
<p>vfs.read_mas=128</p>
<blockquote><p><code>             -------Sequential Output--------<br />
-Per Char- --Block--- -Rewrite--<br />
Machine MB   K/sec %CPU K/sec %CPU K/sec %CPU<br />
2048 25380 24.3 25949  6.5 13956  4.3<br />
---Sequential Input-- --Random--<br />
-Per Char- --Block--- --Seeks---<br />
K/sec %CPU K/sec %CPU  /sec %CPU<br />
41060 43.4 42839  8.3 224.9  1.4</code><code><br />
</code></p></blockquote>
<p>vfs.read_max=256</p>
<blockquote><p><code>             -------Sequential Output--------<br />
-Per Char- --Block--- -Rewrite--<br />
Machine   MB K/sec %CPU K/sec %CPU K/sec %CPU<br />
2048 25714 24.3 25939  6.5 13966  4.3<br />
---Sequential Input-- --Random--<br />
-Per Char- --Block--- --Seeks---<br />
K/sec %CPU K/sec %CPU  /sec %CPU<br />
41442 43.8 43737 8.6  225.2  1.5<br />
</code></p></blockquote>
<p>Conclusion: No performance gain on random access, but about 25% better sequential read performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://en.jnlin.org/2008/03/03/7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD gjournal and UFS snapshot</title>
		<link>http://en.jnlin.org/2008/02/29/3/</link>
		<comments>http://en.jnlin.org/2008/02/29/3/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 16:33:53 +0000</pubDate>
		<dc:creator>jnlin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[gjournal]]></category>
		<category><![CDATA[panic]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[ufs]]></category>

		<guid isPermaLink="false">http://en.jnlin.org/?p=3</guid>
		<description><![CDATA[Recently I am testing a new feature in FreeBSD 7.0: gjournal. However, taking a snapshot on a journalized ufs causes kernel panic. (Size of the RAID is 5TB) And I cannot write into the filesystem when I am taking a snapshot, and ever can not read data from it. We should use ZFS or NetApp [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I am testing a new feature in FreeBSD 7.0: gjournal. However, taking a snapshot on a journalized ufs causes kernel panic. (Size of the RAID is 5TB)</p>
<p><a href="http://www.flickr.com/photos/92537428@N00/2298474660/" title="panic"><img src="http://static.flickr.com/3024/2298474660_7439791d42.jpg" alt="panic" border="0" /></a></p>
<p>And I cannot write into the filesystem when I am taking a snapshot, and ever can not read data from it. We should use ZFS or NetApp when we need filesystem snapshot in FreeBSD&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://en.jnlin.org/2008/02/29/3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
