From owner-freebsd-questions Thu Jan 2 11:25:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68D137B401 for ; Thu, 2 Jan 2003 11:25:57 -0800 (PST) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D8A43ED1 for ; Thu, 2 Jan 2003 11:25:56 -0800 (PST) (envelope-from cswiger@mac.com) Received: from sec.local ([12.88.90.58]) by mtiwmhc11.worldnet.att.net (InterMail vM.5.01.05.12 201-253-122-126-112-20020820) with ESMTP id <20030102192554.MFBM9286.mtiwmhc11.worldnet.att.net@sec.local>; Thu, 2 Jan 2003 19:25:54 +0000 Received: from mac.com (prime.local [192.168.1.3]) by sec.local (8.12.6/8.12.6) with ESMTP id h02DBCuf006055; Thu, 2 Jan 2003 08:11:33 -0500 (EST) (envelope-from cswiger@mac.com) Message-ID: <3E1491C7.8030305@mac.com> Date: Thu, 02 Jan 2003 14:23:51 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Cc: Walker Pendleton Subject: Re: File Descriptors References: <20030102191238.GA5828@stgiles-moraga.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.3 required=8.0 tests=NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, USER_AGENT,USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG version=2.43 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Walker Pendleton wrote: > Is there any way to see how many entries are being used in the file > descriptor table? > > In other words, I want to know how many files are open on my system. sysctl kern.openfiles sysctl -a will provide you with a vast amount of information about the state of the system... -Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message