Monitoring a process running on a remote system
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a way to monitor a process, running on a remote system? I want to get its memory usage.... Thanks in advance...
Use PDH API's to get the memory usage, CPU time, VM, Page fault, Threads, Handle count and all other parameters availble in task manager. In this API there is a parameter for machine name give the remote machine and get the result. I dont know all API's now and not having MSDN search on google or MSDN for PDH Happy Coding :)
Get the facts or facts will get you and when you get them, get them right or they will get you wrong. Happy Coding :)