From owner-freebsd-net@FreeBSD.ORG Fri Jun 18 06:20:31 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F77C16A4CE for ; Fri, 18 Jun 2004 06:20:31 +0000 (GMT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 242E743D1F for ; Fri, 18 Jun 2004 06:20:31 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 11489 invoked from network); 18 Jun 2004 06:19:17 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 18 Jun 2004 06:19:17 -0000 X-pair-Authenticated: 209.68.2.70 Date: Fri, 18 Jun 2004 01:19:16 -0500 (CDT) From: Mike Silbersack To: Igor Sysoev In-Reply-To: <20040618094356.O22477@is.park.rambler.ru> Message-ID: <20040618011745.W72823@odysseus.silby.com> References: <20040618094356.O22477@is.park.rambler.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-net@freebsd.org cc: Alfred Perlstein cc: Max Khon Subject: Re: "netstat -m" and sendfile(2) statistics in STABLE X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 06:20:31 -0000 On Fri, 18 Jun 2004, Igor Sysoev wrote: > Hi, > > I read objections in cvs-all@ about netstat's output after MFC > of sendfile(2) statistics. > > How about "netstat -ms" ? > > Right now this switch combination is treated as simple "-m" in both -STABLE > and -CURRENT. > > > Igor Sysoev > http://sysoev.ru/en/ I would prefer that sfbufs statistics either be kept in netstat -m, OR added to an entirely different program (perhaps vmstat). Making yet another netstat flag just because we're scared of confusing users is a noble compromise, but will in the end just make things more confusing. Mike "Silby" Silbersack