Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751331Ab3EJFJv (ORCPT ); Fri, 10 May 2013 01:09:51 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:49833 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751145Ab3EJFJu (ORCPT ); Fri, 10 May 2013 01:09:50 -0400 Message-ID: <518C805E.7010603@ontolinux.com> Date: Fri, 10 May 2013 07:06:38 +0200 From: Christian Stroetmann User-Agent: Mozilla/5.0 (Windows NT 5.0; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Dave Chinner CC: Linux FS Devel , Linux Kernel Subject: Re: Tux3 Report: Faster than tmpfs, what? References: <20130510045049.GU24635@dastard> In-Reply-To: <20130510045049.GU24635@dastard> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:0myILuoJwE79jSvhnZGY5rGllSGLJzNR58GWshPe4B/ LS7vKIHNron/u6FZUCpTloSFLd+s0LYTArWcHylXIxi3zyfyak RmPQ0y+o5jAlXaj4zE5DGlxxGHM79qwdfjTnhkJQr3U9UP6rnQ 3OE3uIQIaYtXl/TQVA3MeVqsrfd0791W/v1TFtpxcqxDX0VM9g dyKGRgpJNvcNqM56HlozcZj97aS1RzHKysWnN4JU14gNb/l8bB BZNJs1MF2JHN4PSddcnd6Bnk/Ky6DbVmDK72oAOc+wNcgKrUFO ruBz/KCDT+7vKfzEEuKcjmu02TPTbcJ0+xdbBSo3OIQzmwKj6+ 3kEu5w20e+S1B8sSMkkE= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3590 Lines: 78 Aloha hardcore coders Thank you very much for working out the facts, Dave. You proved why I had all the years such a special suspicious feeling by reading between the lines of the Tux3 e-mails sent to the mailing-list, which should not mean that I do not like the work around the Tux3 file system in general. Quite contrary, it is highly interesting to watch if there are possibilites to bring the whole field further. But this kind of marketing seen in the past is truely not constructive but contemporary. Have fun in the sun Christian Stroetmann > On Tue, May 07, 2013 at 04:24:05PM -0700, Daniel Phillips wrote: >> When something sounds to good to be true, it usually is. But not always. Today >> Hirofumi posted some nigh on unbelievable dbench results that show Tux3 >> beating tmpfs. To put this in perspective, we normally regard tmpfs as >> unbeatable because it is just a thin shim between the standard VFS mechanisms >> that every filesystem must use, and the swap device. Our usual definition of >> successful optimization is that we end up somewhere between Ext4 and Tmpfs, >> or in other words, faster than Ext4. This time we got an excellent surprise. >> >> The benchmark: >> >> dbench -t 30 -c client2.txt 1& (while true; do sync; sleep 4; done) > I'm deeply suspicious of what is in that client2.txt file. dbench on > ext4 on a 4 SSD RAID0 array with a single process gets 130MB/s > (kernel is 3.9.0). Your workload gives you over 1GB/s on ext4..... > >> tux3: >> Operation Count AvgLat MaxLat >> ---------------------------------------- >> NTCreateX 1477980 0.003 12.944 > .... >> ReadX 2316653 0.002 0.499 >> LockX 4812 0.002 0.207 >> UnlockX 4812 0.001 0.221 >> Throughput 1546.81 MB/sec 1 clients 1 procs max_latency=12.950 ms > Hmmm... No "Flush" operations. Gotcha - you've removed the data > integrity operations from the benchmark. > > Ah, I get it now - you've done that so the front end of tux3 won't > encounter any blocking operations and so can offload 100% of > operations. It also explains the sync call every 4 seconds to keep > tux3 back end writing out to disk so that a) all the offloaded work > is done by the sync process and not measured by the benchmark, and > b) so the front end doesn't overrun queues and throttle or run out > of memory. > > Oh, so nicely contrived. But terribly obvious now that I've found > it. You've carefully crafted the benchmark to demonstrate a best > case workload for the tux3 architecture, then carefully not > measured the overhead of the work tux3 has offloaded, and then not > disclosed any of this in the hope that all people will look at is > the headline. > > This would make a great case study for a "BenchMarketing For > Dummies" book. > > Shame for you that you sent it to a list where people see the dbench > numbers for ext4 and immediately think "that's not right" and then > look deeper. Phoronix might swallow your sensationalist headline > grab without analysis, but I don't think I'm alone in my suspicion > that there was something stinky about your numbers. > > Perhaps in future you'll disclose such information with your > results, otherwise nobody is ever going to trust anything you say > about tux3.... > > Cheers, > > Dave. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/