I've been searcing for hours trying to find a way to retrieve the current CPU load, but still nothing. I can find the CPU speed with HW_CPU_FREQ (sysctl), but that's all I know. Since I'm on OS X there's no /proc directory that can help me either. I need the current CPU load in a C program, but how do I find it? It has to be possible..