I'm looking for a app that does about the same thing at the Performance tab on Task Manager but on a per-process bases and with more plotted valuse. At a minimum I would like to be able to plot CPU and memory usage but it would be nice if it could plot:

  • Network usage
  • File system IO (per drive/share sub headings would be nice)
  • Open file stream count
  • LSOF like stuff
  • All the other stats that the Process tab can give you
  • ... anything else ...
link|improve this question

54% accept rate
feedback

3 Answers

up vote 2 down vote accepted

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

link|improve this answer
Nice to know. It bit "utilitarian" but gets most of the point. – BCS Dec 20 '08 at 1:31
feedback

I worked with Norm at FS Walker Hughes, he made this and published it on CodeProject

What you exacly need is this => processstudio

Both have full source code available.

Enjoy!

link|improve this answer
I'd try the them (they looks good) but it asks for a login :( – BCS Dec 20 '08 at 1:33
feedback

Just use NAPI.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.