From owner-freebsd-arch Wed May 1 22: 2:58 2002 Delivered-To: freebsd-arch@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 6C7C637B417 for ; Wed, 1 May 2002 22:02:54 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g4252TqE076798; Thu, 2 May 2002 07:02:29 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Dag-Erling Smorgrav Cc: arch@FreeBSD.ORG Subject: Re: deperlifying sockstat(1) In-Reply-To: Your message of "02 May 2002 00:54:29 +0200." Date: Thu, 02 May 2002 07:02:29 +0200 Message-ID: <76797.1020315749@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message , Dag-Erling Smorgrav writes: >I'm working on a C version of sockstat(1), and to complete it I need >to do nasty stuff like using libkvm and defining _KERNEL before >including some headers (see fstat). I'm starting to think that it >would be easier to just make a kern.sockstat sysctl node, and make >sockstat(1) a #!/bin/sh wrapper around sysctl(8). Ideas? sysctl is way better than libkvm because it provides a chance for presentation. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message