From owner-cvs-all Fri Mar 23 7:50:31 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id DEB9437B71E; Fri, 23 Mar 2001 07:50:22 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id KAA41801; Fri, 23 Mar 2001 10:50:14 -0500 (EST) (envelope-from wollman) Date: Fri, 23 Mar 2001 10:50:14 -0500 (EST) From: Garrett Wollman Message-Id: <200103231550.KAA41801@khavrinen.lcs.mit.edu> To: Thomas Moestl Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat Makefile extern.h fetch.c iostat.c main.c netcmds.c netstat.c swap.c systat.h vmstat.c In-Reply-To: <200103230358.f2N3wQH70210@freefall.freebsd.org> References: <200103230358.f2N3wQH70210@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > if systat was started with the needed privileges, otherwise sysctls are > used. The reason for this is that with really many open sockets, the > sysctl method is probably slower, Actually, the sysctl method is the only one which is capable of providing the information reliably, which is why I wrote it in the first place. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message