From owner-freebsd-hackers@FreeBSD.ORG Sat Jan 19 03:28:56 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 337CDC1A; Sat, 19 Jan 2013 03:28:56 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by mx1.freebsd.org (Postfix) with ESMTP id 45C54858; Sat, 19 Jan 2013 03:28:54 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hj13so3500177wib.13 for ; Fri, 18 Jan 2013 19:28:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=D30pTAiFqKTRb7UYULFy2xrLmmOn78B04uAzzDb1lkA=; b=Apre06AjzEYrqNaFJBge9UVaZNfkdgKnBZntj+4VLfORVoII8RugtPtwq7qZzQ6RGe 0mwMEwBL1Vsd8yKVMCNjg8GwGE/4++AQUsD2CMzsq2xfmX/IZ0T8kCILWAF43KGccrnZ XlPd9hTOg3zx8A33BMxxZQdGWDTaC7qKvVIobGGvH5uHNg9sVKDVIc/f3mtC2d5/yyOy DUt9Eru3p4dkGnlvEfBB4dQw+V7G7DIxIxY139B/XCQ3L/8BHB7z6c+6z+GRINdSURdW sjhvikSc8kckX22ZhU8zPCfFj3uCJsdMetIEYOaLadmBqhLo2wgDlt5ArECeFKxih2Lf 4hVQ== MIME-Version: 1.0 X-Received: by 10.180.100.163 with SMTP id ez3mr6533009wib.32.1358566128659; Fri, 18 Jan 2013 19:28:48 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.217.57.9 with HTTP; Fri, 18 Jan 2013 19:28:48 -0800 (PST) In-Reply-To: References: Date: Fri, 18 Jan 2013 19:28:48 -0800 X-Google-Sender-Auth: Jbb1zQDobbAq8z34Nw8GlBtQUbk Message-ID: Subject: Re: IBM blade server abysmal disk write performances From: Adrian Chadd To: Dieter BSD Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org, gibbs@freebsd.org, scottl@freebsd.org, mjacob@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2013 03:28:56 -0000 On 18 January 2013 19:11, Dieter BSD wrote: > Matthew writes: >> There is also no information in the original email as to which direction >> the I/O was being sent. > > In one of the followups, Karim reported: > # dd if=/dev/zero of=foo count=10 bs=1024000 > 10+0 records in > 10+0 records out > 10240000 bytes transferred in 19.615134 secs (522046 bytes/sec) > > 522 KB/s is pathetic. When this is running, use gstat and see exactly how many IOPS/sec there are and the average io size is. Yes, 522kbytes/sec is really pathetic, but there's a lot of potential reasons for that. adrian