From owner-freebsd-current@FreeBSD.ORG Mon Jul 7 05:22:55 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0894F37B401 for ; Mon, 7 Jul 2003 05:22:55 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 3F85E43FCB for ; Mon, 7 Jul 2003 05:22:53 -0700 (PDT) (envelope-from mdcki@gmx.net) Received: (qmail 13141 invoked by uid 65534); 7 Jul 2003 12:22:52 -0000 Received: from pD9E2D21A.dip.t-dialin.net (EHLO gmx.net) (217.226.210.26) by mail.gmx.net (mp010) with SMTP; 07 Jul 2003 14:22:52 +0200 Message-ID: <3F09663D.9020200@gmx.net> Date: Mon, 07 Jul 2003 14:23:25 +0200 From: Marcin Dalecki User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en, pl, ru MIME-Version: 1.0 To: Matthias Andree References: <3F08B199.3050409@comcast.net> <3F08B79B.2040805@gmx.net> <20030707001443.GA1530@invisible-island.net> <20030707002347.GC5141@aurema.com> <20030706203440.D89894@vhost101.his.com> <3F08C4FD.8010107@gmx.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: "Myron J. Mayfield" cc: current@freebsd.org cc: dickey@herndon4.his.com Subject: Re: /dev/shm X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 12:22:55 -0000 Matthias Andree wrote: > Marcin Dalecki writes: > > >>There isn't much either Solaris /proc or FresBSD /proc have in common with >>what Linux calls /proc. And finally on my FreeBSD box - >>kozaczek# mount >>/dev/ad0s1a on / (ufs, local, soft-updates) >>devfs on /dev (devfs, local) >>kozaczek# top >> >>And top doesn't eat tons of CPU time there like it does on Linux. > > > Update your Linux top or run fewer processes on it then. :-> You know that file system name lookup is one of the most expensive system calls under UNIX?