From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 14:57:11 2012 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 8582A1065672 for ; Mon, 20 Feb 2012 14:57:11 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0B6C98FC1B for ; Mon, 20 Feb 2012 14:57:10 +0000 (UTC) Received: by bkcjg1 with SMTP id jg1so6295900bkc.13 for ; Mon, 20 Feb 2012 06:57:09 -0800 (PST) Received-SPF: pass (google.com: domain of ml@my.gd designates 10.204.10.70 as permitted sender) client-ip=10.204.10.70; Authentication-Results: mr.google.com; spf=pass (google.com: domain of ml@my.gd designates 10.204.10.70 as permitted sender) smtp.mail=ml@my.gd Received: from mr.google.com ([10.204.10.70]) by 10.204.10.70 with SMTP id o6mr7109509bko.38.1329749829936 (num_hops = 1); Mon, 20 Feb 2012 06:57:09 -0800 (PST) Received: by 10.204.10.70 with SMTP id o6mr5666660bko.38.1329749829729; Mon, 20 Feb 2012 06:57:09 -0800 (PST) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id y9sm39786402bkw.5.2012.02.20.06.57.08 (version=SSLv3 cipher=OTHER); Mon, 20 Feb 2012 06:57:08 -0800 (PST) Message-ID: <4F425F43.1060202@my.gd> Date: Mon, 20 Feb 2012 15:57:07 +0100 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQl+FD6KlJdm/GQtZn56mqqd2uQITwNvImvL1tPdonZ6v33gEApt1vdqDN0eSlZ8vrRZzfnR Subject: Re: htpd going wild 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: Mon, 20 Feb 2012 14:57:11 -0000 On 2/20/12 3:30 PM, n dhert wrote: > FreeBSD 8.2-RELEASE, all sucerity patches applied, all ports updated to the > latest version (every week) > > In the last 6 months I have experienced 3 or 4 times the httpd deamon > (apache-2 latest version) going 'wild', > that is: an ever increasing number of httpd processes is being launched. > In a top (shows default the 18 most consuming processes), after a short > time all the 18 top processes are httpd > It shows a load of 30, 40, and ever increasing > Next time this happens, get an apache2ctl fullstatus This should show the top current queries. Obviously, there's one (or a handful) that block the others, possibly DB related stuff.