How would I find:
- The number of nice ticks
- The number of user ticks
- The number of idle ticks
- The number of system ticks
I am on Mac OS X Snowleopard with an 2.4Ghz Intel Core 2 Duo processor. Is there any way I could get this info?
|
How would I find:
I am on Mac OS X Snowleopard with an 2.4Ghz Intel Core 2 Duo processor. Is there any way I could get this info?
| |||
|
show 3 more comments
feedback
|
This question came from our site for computer enthusiasts and power users.
|
I ended up using Mach to programatically access, since I couldn't find any other method to do so. | |||
|
feedback
|
/Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/proc.hhelp? I checked the kernel sources but they aren't provided e.g. as part of the APIsysctluses. Search on opensource.apple.com didn't turn up anything else either, the only non-XNU results are in Libkvm and that wasn't anything useful either. – Daniel Beck Feb 6 at 22:40