views:

97

answers:

3

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 ...
+2  A: 

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.

1800 INFORMATION
Nice to know. It bit "utilitarian" but gets most of the point.
BCS
A: 

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!

Simon Hughes
I'd try the them (they looks good) but it asks for a login :(
BCS
A: 

Just use NAPI.