From owner-svn-src-user@FreeBSD.ORG Mon Dec 3 18:00:50 2012 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7004B9CD; Mon, 3 Dec 2012 18:00:50 +0000 (UTC) (envelope-from bright@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 4865F8FC18; Mon, 3 Dec 2012 18:00:50 +0000 (UTC) Received: from Alfreds-MacBook-Pro-6.local (c-67-180-208-218.hsd1.ca.comcast.net [67.180.208.218]) by elvis.mu.org (Postfix) with ESMTPSA id C21051A3C38; Mon, 3 Dec 2012 10:00:43 -0800 (PST) Message-ID: <50BCE8CB.5020603@mu.org> Date: Mon, 03 Dec 2012 10:00:43 -0800 From: Alfred Perlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Maxim Sobolev Subject: Davide, please comment, LOR in driver? References: <201211120847.qAC8lEAM086331@svn.freebsd.org> <50A0D420.4030106@freebsd.org> <0039CD42-C909-41D0-B0A7-7DFBC5B8D839@mu.org> <50A1206B.1000200@freebsd.org> <3D373186-09E2-48BC-8451-E4439F99B29D@mu.org> <50BC4EF6.8040902@FreeBSD.org> <50BC61A1.9040604@freebsd.org> <50BC6EF9.4040706@FreeBSD.org> <50BC74DB.2080307@FreeBSD.org> In-Reply-To: <50BC74DB.2080307@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Davide Italiano , Andre Oppermann , "src-committers@freebsd.org" , Robert Watson , "svn-src-user@freebsd.org" X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2012 18:00:50 -0000 On 12/3/12 1:46 AM, Maxim Sobolev wrote: > On 12/3/2012 1:38 AM, Robert Watson wrote: >> >> Could you share the results of vmstat -z and netstat -m for the box? >> >> (FYI, if you do find yourself in DDB, "show uma" is essentially the same >> as "vmstat -z".) > > Here it is: > > http://sobomax.sippysoft.com/vmstat.txt > http://sobomax.sippysoft.com/netstat.txt > > It went up a bit since the last message, now it's around 200k mbufs > and 500MB allocated to network. > > Thanks for the ddb hint, I'll keep it in mind. > > -Maxim > We've recently used WITNESS based kernels and found some LORs in the stack/driver. Davide was on point for this. Afaik, this was on a 9.0 based system. Davide, can you please comment? -Alfred