Re: I need to measure the CPU Load with C++



On 2008-02-24, nonSonomaEsisto <non@xxxxxxxxx> wrote:


I need to measure the CPU Load with C++ ,

can I use thread and sleep istruction?

or I need other istruction?

You can read /proc/loadavg.

.