From owner-freebsd-questions@FreeBSD.ORG Tue Feb 28 21:58:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20C8016A420 for ; Tue, 28 Feb 2006 21:58:42 +0000 (GMT) (envelope-from lgrady@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2AE043D6E for ; Tue, 28 Feb 2006 21:58:39 +0000 (GMT) (envelope-from lgrady@gmail.com) Received: by wproxy.gmail.com with SMTP id i13so241490wra for ; Tue, 28 Feb 2006 13:58:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=JdJedKwG7halj7SEKiMVLKfGTOa4Ai2d0plKsphnfSVIj9KWG+T/rcoWdWi3mkvMzA/zAnNmX6PhwMQiKwO7zneokwsux3Apc+lzeNYaRorwat9+6kRWmNRYhPV7OwxCI1RRSevIijhL+OIa3uf2E+1fedPaJRmxG5v+r6uIvho= Received: by 10.35.12.13 with SMTP id p13mr1244251pyi; Tue, 28 Feb 2006 13:33:14 -0800 (PST) Received: by 10.35.19.18 with HTTP; Tue, 28 Feb 2006 13:33:14 -0800 (PST) Message-ID: <5fee5e300602281333s299745c0kd8e5f8505aa1b0d7@mail.gmail.com> Date: Tue, 28 Feb 2006 15:33:14 -0600 From: luke To: "Derek Ragona" In-Reply-To: <6.0.0.22.2.20060228143214.02651750@mail.computinginnovations.com> MIME-Version: 1.0 References: <058101c63ca5$585d0780$0300020a@mickey> <6.0.0.22.2.20060228143214.02651750@mail.computinginnovations.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Don O'Neil , freebsd-questions@freebsd.org Subject: Re: System Burn In 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: Tue, 28 Feb 2006 21:58:42 -0000 > > At 02:27 PM 2/28/2006, Don O'Neil wrote: > >What is the best way to 'burn in' or 'stress test' a new system w/ > FreeBSD? > >I'd like to stress test the CPU, Memory, Disk, etc.. To make sure the > >hardware is 100% good before putting it in production. a good test of network, motherboard, cpu, memory, and limited hard drive is to build world from scratch. if this completes successfully, you can be fairly sure everything is working properly. luke