From owner-freebsd-questions@FreeBSD.ORG Thu Dec 18 22:09:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 476F61065674 for ; Thu, 18 Dec 2008 22:09:54 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id CBEFF8FC1A for ; Thu, 18 Dec 2008 22:09:53 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by ewy14 with SMTP id 14so884385ewy.19 for ; Thu, 18 Dec 2008 14:09:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=cQ+bddQaGbBGgl4tFw/XLQ1LT1poxAvyokwNLYD24+4=; b=ty5LqPlezsuq0dluWNEQJBaPfXuLU+7Rq+t6q/GKrPG2jC64yeFhTkyyQ88XjYVLVz 9126T96uH8/KElXzmPeockZXhrBTg3lb9/DnX03KOHFj2vaHKrhMKih+2FZ7RsU+N2tO pJwRTBNLulYrvzl+E+E9170un0P9vDLH2bi0I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=Qe0U63VpfxXEnnitcTrBP5eBnGfm+teDkkJFAbS5ffZ1o83raSDJcnYikeK7BJ7oXh rs5Xs7tgYfxtiII1nO+qt1EZ1HllmpA/S04fvbVI8K0pXuyB4zRHje6nboAG8niaLsdS qk7kiPN2+AmuY0WTpZuVAbgPrJ/wa2+VnqzP4= Received: by 10.210.120.7 with SMTP id s7mr2889736ebc.184.1229638192584; Thu, 18 Dec 2008 14:09:52 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id c25sm19409350ika.14.2008.12.18.14.09.50 (version=SSLv3 cipher=RC4-MD5); Thu, 18 Dec 2008 14:09:51 -0800 (PST) Date: Thu, 18 Dec 2008 22:09:48 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20081218220948.3b39db08@gumby.homeunix.com> In-Reply-To: <494AAED8.2020809@optiksecurite.com> References: <494A693A.5050204@optiksecurite.com> <200812181028.18306.kirk@strauser.com> <20081218163632.GE5150@torus.slightlystrange.org> <494A820E.2030907@optiksecurite.com> <20081218171135.GF5150@torus.slightlystrange.org> <494AAED8.2020809@optiksecurite.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Simple swap question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2008 22:09:54 -0000 On Thu, 18 Dec 2008 15:13:12 -0500 FreeBSD wrote: > I can't see any process within parentheses in top... I also looked at > the -f option of ps but the process that caused the swapping are not > listed. > FreeBSD only swaps in extreme cases - most of the time it's paging instead. If it really worries you: swapoff -a ; swapon -a