I am using WMI interface to get various counter values like memory/ disk/IO utilisations. I also got total percentage CPU utilisation using WIN32_Process class.
But I need percentage CPU utilisation per process. Please help me out with C/C++/VC++/JAVA code to do this.
I am using VS2010 as IDE.