Re: CPU max frequency

2012-10-30 Thread rustyBSD
Le 30/10/2012 09:19, Remco a écrit : > AFAICT these dmesg lines tell me the possible frequency settings of my CPU: > > $ dmesg |grep acpicpu > acpicpu0 at acpi0: FVS, 2400, 1600 MHz > acpicpu1 at acpi0: FVS, 2400, 1600 MHz It doesn't give me the frequency. > Is that what you're after ? In fact, I

Re: CPU max frequency

2012-10-30 Thread Remco
rustyBSD wrote: > Hi, > that's maybe a stupid question, but how can I get the max frequency of > my cpu ? > > I saw sysctl has hw.cpuspeed and hw.setperf, but can I get the maximum > frequency > without setting setperf to 100%, getting cpuspeed and then restoring > setperf to > the value it has b

Re: CPU max frequency

2012-10-30 Thread Olivier Cherrier
On Tue, Oct 30, 2012 at 03:53:21AM +0100, rusty...@gmx.fr wrote: > that's maybe a stupid question, but how can I get the max frequency of > my cpu ? > > I saw sysctl has hw.cpuspeed and hw.setperf, but can I get the maximum > frequency > without setting setperf to 100%, getting cpuspeed and then r

CPU max frequency

2012-10-29 Thread rustyBSD
Hi, that's maybe a stupid question, but how can I get the max frequency of my cpu ? I saw sysctl has hw.cpuspeed and hw.setperf, but can I get the maximum frequency without setting setperf to 100%, getting cpuspeed and then restoring setperf to the value it has before ? Thanks !