From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1Dw8Zj-0001T5-Qp for garchives@archives.gentoo.org; Sat, 23 Jul 2005 01:13:12 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6N1Bm2E006521; Sat, 23 Jul 2005 01:11:48 GMT Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6N18Gpj031079 for ; Sat, 23 Jul 2005 01:08:17 GMT Received: (qmail 14974 invoked from network); 23 Jul 2005 01:08:49 -0000 Received: from dsl027-182-150.sfo1.dsl.speakeasy.net (HELO chi.speakeasy.net) (rmsand@[216.27.182.150]) (envelope-sender ) by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Jul 2005 01:08:49 -0000 Date: Fri, 22 Jul 2005 18:08:47 -0700 From: Bob Sanders To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: update - was 1.) Kernel panic - not syncing: Aiee, killing interupt handler Message-ID: <20050722180847.769913cf@chi.speakeasy.net> In-Reply-To: <1122076329.32121.99.camel@sysconcept.ca> References: <1121911713.14090.82.camel@sysconcept.ca> <1121916136.14088.109.camel@sysconcept.ca> <42DF16FE.1010306@gmail.com> <1121918961.14088.123.camel@sysconcept.ca> <42DF22D2.8000901@gmail.com> <1121921477.14090.128.camel@sysconcept.ca> <42DF2C58.4040009@gmail.com> <1121970909.26831.38.camel@sysconcept.ca> <42DFEDCF.7030102@gmail.com> <1121973849.25415.50.camel@sysconcept.ca> <42DFFA11.9000402@gmail.com> <1121976456.25412.66.camel@sysconcept.ca> <42E02230.30309@gmail.com> <1121986250.8720.8.camel@sysconcept.ca> <20050721171757.5519f407@chi.speakeasy.net> <42E05482.4000304@gmail.com> <1121999627.8722.35.camel@sysconcept.ca> <1122001679.8720.46.camel@sysconcept.ca> <42E07F75.9050806@gmail.com> <1122012503.8722.59.camel@sysconcept.ca> <42E09BCB.10705@gmail.com> <1122038927.32124.10.camel@sysconcept.ca> <42E11E67.4030009@gmail.com> <1122064623.2399.77.camel@sysconcept.ca> <42E175CA.2070701@erols.com> <1122076329.32121.99.camel@sysconcept.ca> X-Mailer: Sylpheed-Claws 1.0.4a (GTK+ 1.2.10; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: f471d5a2-637c-483a-b4cb-2057c768090e X-Archives-Hash: 9a548a78da85fc6a651e86396d492da1 On Fri, 22 Jul 2005 17:52:09 -0600 Joseph wrote: > > >Does anybody has any other solutions? > > >i There are a few tools that will allow you to do some diagnosing. These will isolate your harddrive and drive controllers. app-benchmarks/bonnie (2.0.6): Performance Test of Filesystem I/O using standard C library calls. app-benchmarks/bonnie++ (1.93c): Hard drive bottleneck testing benchmark suite. If is is the motherboard, it should fall over pretty quick. Another tool I like is - app-benchmarks/stress (0.18.6): Imposes stressful loads on different aspects of the system. You'll have to add - app-benchmarks/stress x86, to your /etc/portage/package.keywords as they don't have the amd64 keyword in the ebuild. It builds and runs fine. Stress allows you to load all or parts of the system up for a defined period of time. It's even possible to run the system out of resources. It's a real nice test of system stabilty. All except the Xserver and that's easy to add by running 3 of the rss-glx screensavers from a term while running stress. And if you make the virtual memory component large enough at runtime, the system will start swapping. This line will get the load up to about 20 and cause about 500MB of swapping to occur on a 1P amd64 system with 1 GB of main memory - stress --cpu 16 --io 4 --vm 2 --vm-bytes 1024M --timeout 60s -d 2 Change the timeout to be around 5 minutes or 600 seconds. Get a tail -f /var/log/messages or use root-tail. And get a top running in another term. Bob - -- gentoo-user@gentoo.org mailing list