Performace Counters: How to get value per minute?

  • Thread starter Thread starter Sam-I-Am
  • Start date Start date
S

Sam-I-Am

Hi There

I would like to create a Perfomance Counter to monitor Joins on a website
per minute.

I have previously used the RateOfCountsPerSecond32 and a timer component.
How can I measure per min?

Thanks,

S
 
Hello Sam,

After reviewing your post, I have some questions. Could you please explain
more on "Joins on a website"? What is the meaning of join here?

If you meant how many user hits on a web site, I think the first think we
need to consider is whether it is possible to get the user hits on a web
site. For this question, I suggest you post in IIS queue since there should
be more experts there on it.

Another side of this question should be "How to create custom performance
counters?" For it, you can refer to MSDN topic:
"Creating Custom Performance Counters"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbtskcreatingcustomperformancecounters.asp
It has a code sample on it.

Hope that help.

Best regards,
Yanhong Huang
Microsoft Community Support

Get Secure! ¨C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
-http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.as
p&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top