Hi All,
I am looking for information on how to implicitly invoke performance monitor for windows application and capture windows application activities(features example: scheduling job, executing job for IT scheduling services application) and system resources utilization.
I am planning as follows:
1. To have windows service and have performancecounter component.
2. This windows service invokes automatically when ever windows application is active
3. Performance counter component will be tagged to windows service.
4. This windows service should identify the active processes and pass the processe(s) information to performance counter component.
5. Performance counter identifies the category of performance based on process information.
6. And will capture performance for the identified category and will store the details into database
Please guide me if you have any idea on this.
Thanks in advance,
Ravi Ayitha