From owner-freebsd-multimedia@freebsd.org Fri Aug 19 19:28:03 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9E0ABBF4E8 for ; Fri, 19 Aug 2016 19:28:03 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 706BD151E; Fri, 19 Aug 2016 19:28:03 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 2E1141FE023; Fri, 19 Aug 2016 21:28:00 +0200 (CEST) Subject: Re: [CFT] New version of webcamd, now v4.8.0.2 To: =?UTF-8?B?T3RhY8OtbGlv?= , vbox@FreeBSD.org, freebsd-multimedia@freebsd.org References: <308013fd-1eec-eb3b-ca89-146f816803a9@selasky.org> <919ec558-e17c-9698-4d89-6299b4045d17@bsd.com.br> From: Hans Petter Selasky Message-ID: <868feaf1-195b-dac8-b572-d7029a84dfdf@selasky.org> Date: Fri, 19 Aug 2016 21:32:29 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <919ec558-e17c-9698-4d89-6299b4045d17@bsd.com.br> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 19:28:03 -0000 On 08/19/16 16:13, Otacílio wrote: > last pid: 1063; load averages: 3.05, 1.48, > 0.67 up > 0+00:05:56 11:12:12 > 75 processes: 2 running, 73 sleeping > CPU: 4.6% user, 0.0% nice, 43.3% system, 48.3% interrupt, 3.8% idle > Mem: 143M Active, 146M Inact, 157M Wired, 24M Buf, 3501M Free > Swap: 3072M Total, 3072M Free > > PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND > 841 root 3 79 0 549M 198M RUN 1 0:36 52.21% Xorg > 1027 root 10 -44 r8 38308K 6012K cuse-s 1 0:10 11.62% > webcamd > 1050 ota 1 24 0 99M 11816K cuse-c 0 0:06 6.06% > cameraserver > 1014 ota 4 22 0 186M 27820K select 0 0:07 4.17% > xfce4-terminal > 846 haldaemon 2 22 0 54512K 8280K select 1 0:03 4.15% hald > 1054 ota 1 20 0 20112K 3616K CPU0 0 0:01 2.39% top > 676 root 6 52 0 22172K 3060K sigwai 0 0:02 2.18% > VBoxService Looks like an IRQ problem. What does "vmstat -i" say? --HPS