From owner-freebsd-questions Fri Jun 15 13:10:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 6277137B401 for ; Fri, 15 Jun 2001 13:10:38 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 26736 invoked by uid 100); 15 Jun 2001 20:10:37 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15146.27581.231967.722641@guru.mired.org> Date: Fri, 15 Jun 2001 15:10:37 -0500 To: RJ45 Cc: freebsd-questions@freebsd.org Subject: Re: processes shown by ps In-Reply-To: References: <15146.14878.143391.691179@guru.mired.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ 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 RJ45 types: > 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 I don't see anything that makes tempted to change the initial diagnosis. It doesn't look like a serious problem. Most of the processes on the system at any given time are waiting for something to happen, so having their user structs paged out is irrelevant until that something happens. vmstat will give you paging statistics so you can check. 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. > > > > -- 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