CPUfrequency Scripts - 1.0displays maximum processor speed |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
sysctl hw.cpufrequency does work for this script... - Version: 1.0, 11/19/2003 05:42AM PST
(0 of 1 users found this comment useful)
cksample3
So, the CPUfrequency scripts work fine for what they are meant to do, which is simply to report the maximum possible number (speed in hertz) your computer currently thinks in the processor is capable of achieving. If it reports back 5333333334 and you have an 867mhz chip, as happened with me earlier this week, then your PMU needs to be reset, so that the computer will realize that there is more processing power available there, should it be needed...
Thanks, Sarah, I'll make the changes to the script's output and repost it here as version, 1.1!
Mozart111, did your clock reset on starting the computer back up? If not, then the PMU probably wasn't reset correctly... Here's the link to the Apple Knowledgebase Article that explains in more detail how to do this. -C.K.
sysctl hw.cpufrequency does work for this script... - Version: 1.0, 11/19/2003 05:36AM PST
(0 of 1 users found this comment useful)
cksample3
So, the CPUfrequency scripts work fine for what they are meant to do, which is simply to report the maximum possible number (speed in hertz) your computer currently thinks in the processor is capable of achieving. If it reports back 5333333334 and you have an 867mhz chip, as happened with me earlier this week, then your PMU needs to be reset, so that the computer will realize that there is more processing power available there, should it be needed...
Thanks, Sarah, I'll make the changes to the script's output and repost it here as version, 1.1!
Mozart111, did your clock reset on starting the computer back up? If not, then the PMU probably wasn't reset correctly... Here's the link to the Apple Knowledgebase Article that explains in more detail how to do this. -C.K.
Better Display - Version: 1.0, 11/19/2003 01:33AM PST
Sarah Baucom
This little adjustment to the script will make it look a little better:
display dialog "Processor Speed: " & (round ((do shell script "sysctl hw.cpufrequency | sed 's/^hw.cpufrequency: //'")) / 1000000) & " MHz"
display dialog "Processor Speed: " & (round ((do shell script "sysctl hw.cpufrequency | sed 's/^hw.cpufrequency: //'")) / 1000000) & " MHz"
Most Recent Replies: View All 1 Replies
- Better Display