From owner-freebsd-stable@FreeBSD.ORG Fri Jan 21 00:09:09 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 309E016A4CE for ; Fri, 21 Jan 2005 00:09:09 +0000 (GMT) Received: from dd3.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F67143D55 for ; Fri, 21 Jan 2005 00:09:08 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [192.168.0.5] (dsl-082-083-049-133.arcor-ip.net [82.83.49.133]) by dd3.kasserver.com (Postfix) with ESMTP id A237E81159; Fri, 21 Jan 2005 01:08:30 +0100 (CET) Message-ID: <41F0482D.7080308@chillt.de> Date: Fri, 21 Jan 2005 01:09:17 +0100 From: Bartosz Fabianowski User-Agent: Mozilla Thunderbird 1.0 (X11/20050107) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gavin Atkinson References: <41EF0B1E.6010209@chillt.de> <1106223310.68614.4.camel@buffy.york.ac.uk> In-Reply-To: <1106223310.68614.4.camel@buffy.york.ac.uk> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org cc: Kris Kennaway Subject: Re: Persisting troubles with periodic stalls every few minutes X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 00:09:09 -0000 > top -qbSs 1 -d max > /var/tmp/somefile Thank you, that helped. Although top did not tell me which process was guilty directly, it allowed me to track it down. For the record: The process hogging the entire CPU was Xorg, which in turn was being pushed by the KDE World Clock. At my screen resolution, the clock redraws itself every 45 minutes. Apparently, it does this in a very inefficient way, using a lot of CPU and making heavy use of the disk drive. I have filed a bug report on this with KDE: http://bugs.kde.org/show_bug.cgi?id=97565 Thanks Gavin and Kris for your input, - Bartosz