Jürgen Keil schrieb:
Right now cpu is clocked to the max frequency but the system is idling
and 'cpupm' is enabled by /etc/power.conf:
...
ash-3.2$ kstat -p cpu_info:::current_clock_Hz
cpu_info:0:cpu_info0:current_clock_Hz   2000000000
cpu_info:1:cpu_info1:current_clock_Hz   2000000000

What are the supported cpu frequencies (supported_frequencies_Hz) that the kernel did find for this system?

    kstat -p cpu_info:::supported_frequencies_Hz

bash-3.2$ kstat -p cpu_info:::supported_frequencies_Hz
cpu_info:0:cpu_info0:supported_frequencies_Hz 1000000000:1333000000:1667000000:2000000000 cpu_info:1:cpu_info1:supported_frequencies_Hz 1000000000:1333000000:1667000000:2000000000

It seems the different frequencies are available but not used..
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to