From owner-freebsd-fs@FreeBSD.ORG Thu Feb 24 10:55:26 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FB25106566B for ; Thu, 24 Feb 2011 10:55:26 +0000 (UTC) (envelope-from martin@lispworks.com) Received: from lwfs1-cam.cam.lispworks.com (mail.lispworks.com [193.34.186.230]) by mx1.freebsd.org (Postfix) with ESMTP id 9B5AD8FC18 for ; Thu, 24 Feb 2011 10:55:24 +0000 (UTC) Received: from higson.cam.lispworks.com (higson [192.168.1.7]) by lwfs1-cam.cam.lispworks.com (8.14.3/8.14.3) with ESMTP id p1OAtL2x020244; Thu, 24 Feb 2011 10:55:21 GMT (envelope-from martin@lispworks.com) Received: from higson.cam.lispworks.com (localhost.localdomain [127.0.0.1]) by higson.cam.lispworks.com (8.14.4) id p1OAtLCu024577; Thu, 24 Feb 2011 10:55:21 GMT Received: (from martin@localhost) by higson.cam.lispworks.com (8.14.4/8.14.4/Submit) id p1OAtL5W024574; Thu, 24 Feb 2011 10:55:21 GMT Date: Thu, 24 Feb 2011 10:55:21 GMT Message-Id: <201102241055.p1OAtL5W024574@higson.cam.lispworks.com> From: Martin Simmons To: freebsd-fs@freebsd.org In-reply-to: <4D65C3D6.9060205@freebsd.org> (message from Julian Elischer on Wed, 23 Feb 2011 18:35:02 -0800) References: <201102211707.p1LH7c8n075660@lurza.secnetix.de> <4D65C3D6.9060205@freebsd.org> Subject: Re: Why is procfs deprecated in favor of procstat? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2011 10:55:26 -0000 >>>>> On Wed, 23 Feb 2011 18:35:02 -0800, Julian Elischer said: > > While sysctl is 'ok' I will admit that the procfs variant is a bit > more convenient to use. > simply because you can enumerate the damned tree without seeing all > the contents. If by contents you mean values then try the sysctl -N option (though that still does a recursive enumeration). __Martin