On 27/03/05 15:59 +0530, Sajid ali Baig wrote:
hi, I want to find the average percentage CPU utilisation in C.can any one help me out.
Depending on the OS, you have to do different things. In Linux, look at /proc, in particular, /proc/loadavg. man proc is your friend.
Devdas Bhagat