Application Response Time Monitoring

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is it possible to develop a .Net app that can monitor response times of
other windows applications (not necessarily developed in .Net) running on the
same PC?
If yes, what would be the high-level logic that could be used to determine
an application's response times for different user interactions?

Appreciate any help/guidance.

Thanks,
Ullas.
 
Hi,

you can create windows service and can use any of the performance counter or
can create your own counters to monitor other application.

Nishith
 
Nishith,

Thank you for response. However, I am not sure I understand how performance
counters (existing or custom ones) can be used to address the problem I have
described. I do not know much about performance counters. However, based on
what I know, I believe performance counters would be the way to go, if I
wanted to monitor the performance of my own application.

Just to reiterate, the core problem that I am trying to tackle is for one
application/service to determine the response times (as experienced by an end
user) of all other applications running on the same PC.

Thanks,
Ullas.
 
Back
Top