From owner-freebsd-stable@FreeBSD.ORG Mon Nov 19 15:05:53 2012 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A95586E6 for ; Mon, 19 Nov 2012 15:05:53 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id 54FF58FC15 for ; Mon, 19 Nov 2012 15:05:53 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1TaSuu-0007V2-TQ; Mon, 19 Nov 2012 17:05:45 +0200 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: =?ISO-8859-1?Q?Peter_Ankerst=E5l?= Subject: Re: Poor iSCSI performance with istgt. In-reply-to: <50AA3FCD.7030808@pean.org> References: <50AA3FCD.7030808@pean.org> Comments: In-reply-to =?ISO-8859-1?Q?Peter_Ankerst=E5l?= message dated "Mon, 19 Nov 2012 15:18:53 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 19 Nov 2012 17:05:44 +0200 From: Daniel Braniss Message-ID: Cc: freebsd-stable@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2012 15:05:53 -0000 > > On 11/19/2012 02:48 PM, Daniel Braniss wrote: > > try increasing the tag opening - see camcontrol(8) > > > > danny > > > > > > > I tried camcontrol tags daX -N 32 (and a few different values) but cant > see any change in speeds. > > (pass25:iscsi0:0:0:0): dev_openings 30 > (pass25:iscsi0:0:0:0): dev_active 2 > (pass25:iscsi0:0:0:0): devq_openings 30 > (pass25:iscsi0:0:0:0): devq_queued 0 > (pass25:iscsi0:0:0:0): held 0 > (pass25:iscsi0:0:0:0): mintags 2 > (pass25:iscsi0:0:0:0): maxtags 255 I think there is some magic to allow istgt to do tagging, but at the moment can't find it, sorry. danny