From owner-freebsd-current@FreeBSD.ORG Tue Mar 2 10:36:58 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0973216A4CE for ; Tue, 2 Mar 2004 10:36:58 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 018DF43D39 for ; Tue, 2 Mar 2004 10:36:57 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i22Ialn5081726; Tue, 2 Mar 2004 19:36:52 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Dimitry Andric From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 02 Mar 2004 19:32:11 +0100." <1942228052.20040302193211@andric.com> Date: Tue, 02 Mar 2004 19:36:47 +0100 Message-ID: <81725.1078252607@critter.freebsd.dk> cc: freebsd-current@freebsd.org cc: Colin Percival Subject: Re: detecting overheating processors? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 02 Mar 2004 18:36:58 -0000 In message <1942228052.20040302193211@andric.com>, Dimitry Andric writes: >> I would prefer to have a program called "stress" which could be run >> at any time to test hardware. > >It's called "make buildworld". ;) In fact it isn't (anymore). I've seen modern hardware run buildworld for days, but explode on scientific FP work in a few minutes. It used to be the case that buildworld would stress a CPU, but with all the specialty circuitry put into CPUs these days, buildworld probably ends up using the MMX and SSE extension silicon as a heatsink. A real stress-test would be something which engages bus-interface, integer, floating point and preferably any "extensions" as well. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.