Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a windows service and it writes entries into application log ,now i want to create a performance counter for knowing the no. of events generated in particular amount of time. can i do this using visual studio project and how to get the data from event into performance counter.
Posted
Comments
ZurdoDev 18-Aug-14 8:24am    
Where are you stuck?
Nathan Minier 18-Aug-14 9:16am    
This has a homework smell.

Here's your hint: read the application log for the period of time you're interested in and count.
Chinna Suresh 18-Aug-14 12:20pm    
i need to create a performance counter,i know i have to read the application and how can i do that ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900