perfmon - CPU Utiliztion per process in Win32 API -


I am doing a project on a centralized LAN management system. I must know how many CPU cycles are the process of remote PC consumer (As a task manager) so that the network administrator can shut down certain processes, if the use of the system is more than acceptable rates in the network ..

I would like to know that if I have this requirement Win32 API for I request you to give information about this ..

Thank you in advance ..

There are many functions in the Win32 API to get all kinds of information about running processes and threads, from the full list of them:

List of Explore and you should be able to find the function (s) that meet your needs, eg For RAAN, GetProcessTimes () returns those structures, which contain the amount of time that the process has been executed in kernel mode, in user mode, etc.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -