From owner-freebsd-current@FreeBSD.ORG Wed Nov 11 19:09:04 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0063A106568F for ; Wed, 11 Nov 2009 19:09:04 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id AF56E8FC1F for ; Wed, 11 Nov 2009 19:09:03 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N8IYu-0005rp-5D for freebsd-current@freebsd.org; Wed, 11 Nov 2009 20:09:00 +0100 Received: from 78-1-155-113.adsl.net.t-com.hr ([78.1.155.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Nov 2009 20:09:00 +0100 Received: from ivoras by 78-1-155-113.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Nov 2009 20:09:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Ivan Voras Date: Wed, 11 Nov 2009 20:08:37 +0100 Lines: 12 Message-ID: References: <11167f520911111050j36dd94far667c81e6f5c18e69@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 78-1-155-113.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090612) In-Reply-To: <11167f520911111050j36dd94far667c81e6f5c18e69@mail.gmail.com> Sender: news Subject: Re: Help ZFS FreeBSD 8.0 RC2 Write performance issue X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2009 19:09:04 -0000 Sam Fourman Jr. wrote: > Hello list, > > I am running FreeBSD 8.0RC2 and I dont understand why my ZFS/NFS is > acting weird on writes. > I get ~150mbit writes idk if this is good or not? but it paused for a > few seconds every once and awhile. You didn't give any "iostat" statistics - I suspect that if you correlate ifstat and iostat output that you will see that network "pauses" happen during spikes in IO. You should check for this and post your results.