From owner-freebsd-mobile@FreeBSD.ORG Tue Sep 21 10:05:19 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4743916A4CF for ; Tue, 21 Sep 2004 10:05:19 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1C66E43D55 for ; Tue, 21 Sep 2004 10:05:18 +0000 (GMT) (envelope-from incmc@gmx.de) Received: (qmail 31983 invoked by uid 65534); 21 Sep 2004 10:05:16 -0000 Received: from p5089E2EB.dip.t-dialin.net (EHLO ms.homeip.net) (80.137.226.235) by mail.gmx.net (mp025) with SMTP; 21 Sep 2004 12:05:16 +0200 X-Authenticated: #15946415 Received: from [10.0.0.101] (helo=[10.0.0.101]) by ms.homeip.net with asmtp (TLSv1:AES256-SHA:256) id 1C9hWP-0005C3-IY; Tue, 21 Sep 2004 12:05:17 +0200 Message-ID: <414FFCD8.8020000@gmx.de> Date: Tue, 21 Sep 2004 12:05:12 +0200 From: Jochen Gensch User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040826) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bruno Ducrot , freebsd-mobile@freebsd.org References: <414894AC.3060608@gmx.de> <20040920103115.GH16132@poupinou.org> In-Reply-To: <20040920103115.GH16132@poupinou.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [speedstep] testers wanted X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 10:05:19 -0000 Bruno Ducrot wrote: dev.ichist.0.speedstep: 0 NB ~:openssl speed sha1 To get the most accurate results, try to run this program when this computer is idle. Doing sha1 for 3s on 16 size blocks: 713113 sha1's in 2.97s Doing sha1 for 3s on 64 size blocks: 530042 sha1's in 2.98s Doing sha1 for 3s on 256 size blocks: 352461 sha1's in 2.98s Doing sha1 for 3s on 1024 size blocks: 149551 sha1's in 2.97s Doing sha1 for 3s on 8192 size blocks: 23666 sha1's in 2.98s OpenSSL 0.9.7d 17 Mar 2004 built on: Sun Sep 19 20:01:24 CEST 2004 options:bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) aes(partial) blowfish(idx) compiler: cc available timing options: USE_TOD HZ=128 [sysconf value] timing function used: getrusage The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes sha1 3837.34k 11373.23k 30244.12k 51526.49k 65003.29k > Could you please do something like that: > sysctl dev.ichist.0.speedstep=1 SU NB /home/incmc:sysctl dev.ichist.0.speedstep=1 dev.ichist.0.speedstep: 0 -> 1 SU NB /home/incmc:openssl speed sha1 To get the most accurate results, try to run this program when this computer is idle. Doing sha1 for 3s on 16 size blocks: 474089 sha1's in 2.97s Doing sha1 for 3s on 64 size blocks: 351283 sha1's in 2.96s Doing sha1 for 3s on 256 size blocks: 234112 sha1's in 2.97s Doing sha1 for 3s on 1024 size blocks: 99731 sha1's in 2.97s Doing sha1 for 3s on 8192 size blocks: 15716 sha1's in 2.96s OpenSSL 0.9.7d 17 Mar 2004 built on: Sun Sep 19 20:01:24 CEST 2004 options:bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) aes(partial) blowfish(idx) compiler: cc available timing options: USE_TOD HZ=128 [sysconf value] timing function used: getrusage The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes sha1 2557.64k 7595.62k 20148.14k 34333.95k 43423.69k Guess it works... now this needs to be made dynamic :-) Isn't there someone else, who is working on cpufreq (njl or so)? Jochen