<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="Tiki CMS/Groupware via FeedCreator 1.7.2.1" -->
<?xml-stylesheet href="http://www.redirfs.org/lib/rss/rss-style.css" type="text/css"?>
<?xml-stylesheet href="http://www.redirfs.org/lib/rss/rss20.xsl" type="text/xsl"?>
<rss version="2.0">
    <channel>
        <title>Tiki RSS feed for weblogs</title>
        <description></description>
        <link>http://www.redirfs.org/tiki-blogs_rss.php?ver=2</link>
        <lastBuildDate>Sun, 05 Sep 2010 02:18:42 +0100</lastBuildDate>
        <generator>Tiki CMS/Groupware via FeedCreator 1.7.2.1</generator>
        <image>
            <url>http://www.redirfs.org/img/tiki.jpg</url>
            <title>RedirFS</title>
            <link>http://www.redirfs.org/tiki-index.php</link>
            <description><![CDATA[Feed provided by RedirFS. Click to visit.]]></description>
        </image>
        <language>en-us</language>
        <item>
            <title>First RedirFS performance test - Linux Kernel Compilation</title>
            <link>http://www.redirfs.org/tiki-view_blog_post.php?blogId=1&amp;postId=3</link>
            <description><![CDATA[<br />
Today I made the first RedirFS performance test. It was just the Linux Vanila Kernel 2.6.19 compilation but I think that it is enough for the first sight on the RedirFS overhead. Following operations were used in the dummyflt. As you can see both pre and post callbacks are used.<br />
<br />
<pre>
static struct rfs_op_info op_info[] = {
        {RFS_REG_IOP_PERMISSION, dummyflt_fun, dummyflt_fun},
        {RFS_DIR_IOP_PERMISSION, dummyflt_fun, dummyflt_fun},
        {RFS_REG_FOP_OPEN, dummyflt_fun, dummyflt_fun},
        {RFS_DIR_FOP_OPEN, dummyflt_fun, dummyflt_fun},
        {RFS_REG_FOP_RELEASE, dummyflt_fun, dummyflt_fun},
        {RFS_DIR_FOP_RELEASE, dummyflt_fun, dummyflt_fun},
        {RFS_DIR_IOP_MKDIR, dummyflt_fun, dummyflt_fun},
        {RFS_DIR_IOP_LOOKUP, dummyflt_fun, dummyflt_fun},
        {RFS_DIR_IOP_CREATE, dummyflt_fun, dummyflt_fun},
        {RFS_REG_DOP_D_IPUT, dummyflt_fun, dummyflt_fun},
        {RFS_DIR_DOP_D_IPUT, dummyflt_fun, dummyflt_fun},
        {RFS_OP_END, NULL, NULL}
};
</pre><br />
The dummyflt_fun does nothing just returns RFS_CONTINUE.<br />
<br />
Tested on Linux debian 2.6.19 #1 SMP PREEMPT i686 GNU/Linux, Intel(R) Pentium(R) 4 CPU 3.00GHz HT, 512MB RAM<br />
<br />
Run<br />
<ol><li> make mrproper
</li><li> make menuconfig (default configuration)
</li><li> time make
</li></ol>
<br />
<table class="wikitable"><tr><td class="wikicell" > </td><td class="wikicell" > </td><td class="wikicell" > <b>with RedirFS</b> </td><td class="wikicell" > </td><td class="wikicell" > </td><td class="wikicell" > <b>without RedirFS</b> </td><td class="wikicell" > </td><td class="wikicell" ></td></tr><tr><td class="wikicell" ><b>runs</b> </td><td class="wikicell" > <b>1st run</b> </td><td class="wikicell" > <b>2nd run</b> </td><td class="wikicell" > <b>3rd run</b> </td><td class="wikicell" > <b>1st run</b> </td><td class="wikicell" > <b>2nd run</b> </td><td class="wikicell" > <b>3rd run</b> </td><td class="wikicell" ></td></tr><tr><td class="wikicell" ><b>real</b> </td><td class="wikicell" > 13m43.858s </td><td class="wikicell" > 13m35.704s </td><td class="wikicell" > 13m35.896s </td><td class="wikicell" > 13m36.456s </td><td class="wikicell" > 13m27.403s </td><td class="wikicell"  colspan="2"> 13m28.546s</td></tr><tr><td class="wikicell" ><b>user</b> </td><td class="wikicell" > 13m2.105s  </td><td class="wikicell" > 13m2.017s  </td><td class="wikicell" > 13m2.969s  </td><td class="wikicell" > 13m0.449s  </td><td class="wikicell" > 13m0.653s  </td><td class="wikicell"  colspan="2"> 13m0.857s</td></tr><tr><td class="wikicell" ><b>sys</b>  </td><td class="wikicell" > 1m15.525s  </td><td class="wikicell" > 1m16.441s  </td><td class="wikicell" > 1m15.533s  </td><td class="wikicell" > 1m9.248s   </td><td class="wikicell" > 1m9.772s   </td><td class="wikicell"  colspan="2"> 1m9.872s</td></tr></table><br />
<br />
]]></description>
            <author>hrbata</author>
            <pubDate>Thu, 05 Apr 2007 16:14:11 +0100</pubDate>
        </item>
    </channel>
</rss>
