From owner-freebsd-current@FreeBSD.ORG Sat Aug 21 07:33:47 2010 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AA991065697 for ; Sat, 21 Aug 2010 07:33:47 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id CF4DF8FC0C for ; Sat, 21 Aug 2010 07:33:46 +0000 (UTC) Received: (qmail 7594 invoked by uid 399); 21 Aug 2010 07:33:45 -0000 Received: from localhost (HELO laptop.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 21 Aug 2010 07:33:45 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Date: Sat, 21 Aug 2010 00:33:43 -0700 (PDT) From: Doug Barton To: Andriy Gapon In-Reply-To: <4C6F7BD1.4030009@icyb.net.ua> Message-ID: References: <4C6F772A.5020703@icyb.net.ua> <4C6F7BD1.4030009@icyb.net.ua> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-message-flag: Outlook -- Not just for spreading viruses anymore! OpenPGP: id=1A1ABC84 Organization: http://SupersetSolutions.com/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@FreeBSD.org Subject: Re: Latest intr problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2010 07:33:47 -0000 On Sat, 21 Aug 2010, Andriy Gapon wrote: >> I think that for such amount of data it is better to use links (perhaps a >> service like pastebin) rather than inlining it. No problem: http://people.freebsd.org/~dougb/intr-out.txt >> BTW, it seems that there are no followups/comments on results of the old dtrace >> script, so I am not sure if there is any point in continuing to post it. >> It is useless personally for me. Ok. >> Back to the data. >> Could you please report results of >> procstat -k 10 >> procstat -k 11 > > Could you please remind what the "old dtrace script" is? :-) http://people.freebsd.org/~dougb/dtrace-script.txt > Output of sysctl dev.cpu (normal and when the problem hits) > > Another dtrace script: > profile:::profile-1001 > { > @stacks[curthread->td_oncpu, pid, tid, stack()] = count(); > } > END > { > trunc(@stacks, 20); > printa(@stacks); > } All of the above is in that intr-out.txt file. The last 2 (sysctl and the 2nd dtrace script) are actually while the intr cpu% was going down (i.e., the system was recovering) but I'll run it again next time if you like. Thanks! Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso