From owner-freebsd-questions Fri Jun 15 14:46:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id 226D237B401 for ; Fri, 15 Jun 2001 14:46:46 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f5FLl5a14776; Fri, 15 Jun 2001 17:47:05 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Fri, 15 Jun 2001 17:47:05 -0400 (EDT) From: Joe Clarke To: RJ45 Cc: Mike Meyer , Subject: Re: processes shown by ps In-Reply-To: Message-ID: <20010615174542.O9358-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 All processes that are swapped out are in ()'s. Perhaps you had a process that started eating a lot of memory (like X for instance). When it died, it relinquished the memory, but not all the processes swapped back into memory. Take a look, you have 29 MB of swap in use. Joe Clarke On Fri, 15 Jun 2001, RJ45 wrote: > ps -auwx > > my system ad 256MB memory and nearly all processes are in parenthesis > Mem: 159M Active, 21M Inact, 47M Wired, 15M Cache, 45M Buf, 2216K Free > Swap: 1024M Total, 29M Used, 995M Free, 2% Inuse > > > thanks > > Rick > > > On Fri, 15 Jun 2001, Mike Meyer wrote: > > > RJ45 types: > > > how come most of the processes in PS are showed between parentheses ? > > > > Because your system doesn't have enough memory? ps puts the process > > args in parenthesis when they aren't in memory. > > > > It would help if you had said what flags you fed ps. > > > > > -- > > Mike Meyer http://www.mired.org/home/mwm/ > > Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message