From owner-freebsd-questions Fri Feb 9 9:47:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 89EF737E68A for ; Fri, 9 Feb 2001 09:47:04 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id TAA14863; Fri, 9 Feb 2001 19:52:37 +0100 Message-ID: <3A842D5A.B2F49FA2@i-clue.de> Date: Fri, 09 Feb 2001 18:48:10 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: youlgok@attglobal.net Cc: FreeBSD-Questions Subject: Re: Question: (swapper) References: <3A82EE36.47DE25A0@attglobal.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG youlgok@attglobal.net schrieb: > > Hi, All: > > What is swapper? I got following process by ps -aux: > > root 0 0.0 0.0 0 0 ?? DLs 9:28AM 0:00.12 (swapper) It is the kernel process dealing with virtual memory. It is named after its job: to swap memory pages out of core (RAM) into secondary or tertiary storage (disk, tape, net). Since it is started as part of the kernel, it shows up in parentheses. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message