From owner-freebsd-stable@FreeBSD.ORG Sat Jun 2 23:37:42 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 500C316A400 for ; Sat, 2 Jun 2007 23:37:42 +0000 (UTC) (envelope-from ken73.chen@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id 2BEC313C458 for ; Sat, 2 Jun 2007 23:37:41 +0000 (UTC) (envelope-from ken73.chen@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so1266927wag for ; Sat, 02 Jun 2007 16:37:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=qXUC6NRAQ71VoBsaPwR8x1pznL7XnUZ1fH2HOkc1Pfl28hHZuwD1uYVorIxofJfWuTFaFIMwT7S0u2LtM77v7tnmRY/dFPOvlOxzpP7s8IV+N0VYjch578j1WcdQQnzBoFLnxig7+2eLD7Exy1NvxCHt+Dgfdsggvrs6+dtw26s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=dGM6WbQzfJqkvcPFpTkvQhIAds3k4BeXghsDg1fNquJ3g4kNwMIGJU+NYODBG8a4EdXLrnq72x/Mr2+IfrK2vXxXl4tPIxJvPulY0Q1Kq/joAf+Yy+FAfunwmMfOXSDla8TDUOhuU4q7RBYam6rqXnqfxHbkIjQmKVqp2F4CAlg= Received: by 10.114.202.15 with SMTP id z15mr3230500waf.1180827461554; Sat, 02 Jun 2007 16:37:41 -0700 (PDT) Received: by 10.114.15.8 with HTTP; Sat, 2 Jun 2007 16:37:41 -0700 (PDT) Message-ID: Date: Sun, 3 Jun 2007 07:37:41 +0800 From: "Ken Chen" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: why FreeBSD swap they? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 23:37:42 -0000 I have some web servers to do serve by DNS load-sharing. But one of the machine always swaped the PHP processes after days, others don't. There PHPs are running under fastcgi mode. web4# uname -a FreeBSD web4.top1069.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Thu Apr 19 09:26:59 CST 2007 root@web4.xxxx.com:/usr/src/sys/i386/compile/WEB4 i386 web4# ps -ax | grep -i php | awk '{print $3}' | sort | uniq -c | sort -n 1 S+ 2 Is 2 S 3 IW< 13 S< 15 IW