I saw in A+ monitor, it can show CPU Idle, CPU usage, CPU System. Which API should be used to get the these information? I have searched and I use the getloadavg function, but it can only return the CPU usage. Also it is not co开发者_开发技巧rrectly for it will always be more than 90%.
Thanks!
Most of these can be retrieved using the appropriate sysctl() selectors.
加载中,请稍侯......
精彩评论