perfromance monitor in ASp.net application

V

Vinki

Hello Everyone,

I want to create a performance monitor for one of my window service.
This performance monitor will be displayed in the web application in ASp.net
application, but it will be monitoring a window service.
Can I do something like that. Does any one has any example or web link for
this.


Thanks.
 
N

Nicholas Paldino [.NET/C# MVP]

V

Vinki

Thanks Nicholas, I solved the problem of Peformance counters, but I cannot
display graph on my asp.net web page. I can display the counters, but now the
perfromance counter graph. Please let me know if you have any ideas.

Thanks.



Nicholas Paldino said:
Vinki,

Well, first you want your service to create a custom performance
counter. See the section of the MSDN documentation titled "How to: Create
Custom Performance Counters", located at:

http://msdn2.microsoft.com/en-us/library/5e3s61wf.aspx

Then, you want to read those counters from your ASP.NET application.
See the section of the MSDN documentation titled "Walkthrough: Retrieving
Categories and Counters":

http://msdn2.microsoft.com/en-us/library/2fh4x1xb.aspx


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


Vinki said:
Hello Everyone,

I want to create a performance monitor for one of my window service.
This performance monitor will be displayed in the web application in
ASp.net
application, but it will be monitoring a window service.
Can I do something like that. Does any one has any example or web link for
this.


Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top