I'm doing a load balancing project(using jni) and i want
to read the CPU usage from windows 2000. How can i do
that? is there any api from microsoft to do so? please
help me...
p/s:i want to read the total CPU usage and not for the
particular process only. the programming i'm using is
VC++. If there is any sample codes, please let me
know...thanks
Fabio - 20 Feb 2004 15:41 GMT
I think you need code to write in your project but the only way I know is open task manager ( ctrl+alt+canc - task manager) and see the cpu usage while program running
Fabio