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 before ? > > Thanks !
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 Is that what you're after ?