How to proceed to get CPU usage or disk usage of application using API in C++???
I want to get the highest CPU usage or disk usage among the application running on w
Windows 7 already has this built-in, as part of the Resource Monitor (realmon.exe). If you want to find this in code, you can either use the Perf Counter API or create a Realtime ETW consumer against the NT kernel provider.