System resource monitor / graph

I'm looking for an app that does roughly the same thing in the Performance tab of the Task Manager, but on a per-process basis and with a lot of plotted values. At a minimum, I would like to be able to display the CPU and memory usage, but it would be nice if this could be built:

  • Network usage
  • IO filesystem (per drive / share header would be nice)
  • Open number of file streams
  • LSOF as material
  • All other options that the Process tab can provide you
  • ... anything else...
0


source to share


3 answers


Windows comes with perfmon, which is pretty much what you want. It has endless different counters with different categories - also individual applications can register their own counters.



+2


source


I worked with Norm at FS Walker Hughes, he did it and posted it on CodeProject

What you really need is this => processstudio



Both have complete source code.

Enjoy!

0


source


Just use NAPI.

0


source







All Articles