From owner-freebsd-hackers@FreeBSD.ORG Sat Aug 2 09:20:25 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F4C034A for ; Sat, 2 Aug 2014 09:20:25 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B96FB2695 for ; Sat, 2 Aug 2014 09:20:24 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hi2so2524790wib.16 for ; Sat, 02 Aug 2014 02:20:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=UH02ww0jkVF1ktPBO8S9lqNxugt1TTSg1KQl0emidxg=; b=1B+PtOhCP37dH2b0hErPsenT875BwFT7RGMrJqY8fGkYhvnazszzkYVAM65ZTyFWFl gmEnmgQvHQBPniJE8bzL0nYNcRxOxrcNv3ykLvJTM1sEaeOLv3SpZyDRHLC4WuYua6ma 7nAOk2tN7ApELHlIatXNhyksiEcKQWMI0ru5Dbg6i3+e2uXFssLXuXMexY5kjAaHN/fX ERc3sfiqxg3FkNarfkxMaVcb/knnNjQzn3yxjFH0zDd0RxCL/tEzPpgRRLnd9yunKeZc Gvkss/i0WRc7Lx3zkhauknV7HisuoQzh1S37z0zSyww4dqdEjpEtOwg/X4lJMcqUbjTe TGKQ== X-Received: by 10.180.96.169 with SMTP id dt9mr14345535wib.62.1406971222982; Sat, 02 Aug 2014 02:20:22 -0700 (PDT) Received: from [192.168.2.100] (dhcp46-187-149-223.eaw.com.pl. [46.187.149.223]) by mx.google.com with ESMTPSA id p3sm27004311wjw.13.2014.08.02.02.20.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 02 Aug 2014 02:20:22 -0700 (PDT) Message-ID: <53DCAD70.3000900@gmail.com> Date: Sat, 02 Aug 2014 11:20:48 +0200 From: Adi User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Re: FreeBSD 10 swapping Idle processes :/ References: <53D962A7.5090105@gmail.com> <53D97C71.3050806@freebsd.org> <53D9F04C.6080607@gmail.com> <20140801135652.264bdd4d@gumby.homeunix.com> <53DB9C76.2080208@gmail.com> <20140801163050.66d32b85@gumby.homeunix.com> In-Reply-To: <20140801163050.66d32b85@gumby.homeunix.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2014 09:20:25 -0000 Hello > but seeing processes marked as swapped is not in itself a significant > problem. yes, but is very annoying and confusing > It's really just a way of reducing the priority of certain > pages in case actual page-outs occur later. whether this affects the performance? > In your original post you had many idle processes marked as swapped and > *zero* swap usage. Yes there where zero swap usage. if it is not broken and correctly indicates :) Best Regards.