From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 18 05:51:41 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D372CE6; Fri, 18 Jan 2013 05:51:41 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 02A06E7A; Fri, 18 Jan 2013 05:51:40 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id es5so2059697wgb.29 for ; Thu, 17 Jan 2013 21:51:34 -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=E1JmhH5xfTmmvk8KGZd3oCO8vWKUqoeW5BTWQ1KnL6M=; b=eYHFckS614cTIiTGFV33pjOk0gArABojkhlNjGi5rQsIC6bwmnwAN648t+dArnFm6/ aUxArd7zOK6andP7azlP/SGHADBj/WEAtwDfR4f54fgorKTduvKsCwPuSqBxfQrc3dag 2J7DyGZ4fqBSJTPQVcI/IJTwU/lLLzMw1tvzlyZVYL1eqUdReC9yZqR0rHZSeZYuwzz2 qAbdsJW/JL/yXK/J1o3I7dBM6v0t/eSSrulyV+eOtzwuL+oA1hQHP2JPGCOa4mvsD5VP rJ46DoC8D3OL1DQbmVxYWnQ5ke4EpxEMfKuD/jvdWx41ajACcmDhnRLx7TMWBOrFZfIL nogw== MIME-Version: 1.0 X-Received: by 10.194.109.10 with SMTP id ho10mr12206082wjb.16.1358488294437; Thu, 17 Jan 2013 21:51:34 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.217.57.9 with HTTP; Thu, 17 Jan 2013 21:51:34 -0800 (PST) In-Reply-To: References: Date: Thu, 17 Jan 2013 21:51:34 -0800 X-Google-Sender-Auth: g__H_TTecu3u9vh2danM6ML5HzA 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: Fri, 18 Jan 2013 05:51:41 -0000 When you run gstat, how many ops/sec are you seeing? Adrian On 17 January 2013 20:03, Dieter BSD wrote: >> I am thinking that something fancy in that SAS drive is >> not being handled correctly by the FreeBSD driver. > > I think so too, and I think the something fancy is "tagged command queuing". > The driver prints "da0: Command Queueing enabled" and yet your SAS drive > is only getting 1 write per rev, and queuing should get you more than that. > Your SATA drive is getting the expected performance, which means that NCQ > must be working. > >> Please let me know if there is anything you would like me to run on the >> BSD 9.1 system to help diagnose this issue? > > Looking at the mpt driver, a verbose boot may give more info. > Looks like you can set a "debug" device hint, but I don't > see any documentation on what to set it to. > > I think it is time to ask the driver wizards why TCQ isn't working, > so I'm cc-ing the authors listed on the mpt man page. > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"