I’m new to objective-c, for an academic reason I need to read CPU speed and H.D.D rpm
What is the simplest way to access some system setting in objective-c or python
I can choose between objective-c and python for this project.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This can get the reported CPU speed for Windows 2000 and up by reading the registry using python:
I don’t know how to do it for other operating systems nor how to get the HDD rpms though.