vote up 0 vote down star

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 ...
flag

50% accept rate

3 Answers

vote up 2 vote down check

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|flag
Nice to know. It bit "utilitarian" but gets most of the point. – BCS Dec 20 '08 at 1:31
vote up 0 vote down

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|flag
I'd try the them (they looks good) but it asks for a login :( – BCS Dec 20 '08 at 1:33
vote up 0 vote down

Just use NAPI.

link|flag

Your Answer

Get an OpenID
or

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