I would like to find a way to loop through all the active processes and do diagnostics checks on them (mem usage, cpu time etc) kinda similar to the task manager.
The problem is broken down into two parts:
- Finding all the processes
- Finding diagnostics attributes about them
I am not sure even in what namespace to go looking about it. Any help / tips / links is grateful.