From owner-svn-src-user@FreeBSD.ORG Mon Dec 3 09:46:12 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 B5BF27F9; Mon, 3 Dec 2012 09:46:12 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail.sippysoft.com (hub.sippysoft.com [174.36.24.17]) by mx1.freebsd.org (Postfix) with ESMTP id 8407B8FC0C; Mon, 3 Dec 2012 09:46:12 +0000 (UTC) Received: from s173-180-43-49.bc.hsia.telus.net ([173.180.43.49] helo=[192.168.22.32]) by mail.sippysoft.com with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80 (FreeBSD)) (envelope-from ) id 1TfSbL-0000QN-TD; Mon, 03 Dec 2012 01:46:11 -0800 Message-ID: <50BC74DB.2080307@FreeBSD.org> Date: Mon, 03 Dec 2012 01:46:03 -0800 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: Robert Watson Subject: Re: svn commit: r242910 - in user/andre/tcp_workqueue/sys: kern sys 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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: sobomax@sippysoft.com X-ssp-trusted: yes Cc: Alfred Perlstein , Andre Oppermann , "src-committers@freebsd.org" , "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 09:46:12 -0000 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