Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > vb.net - performance counter raw data

Reply
Thread Tools

vb.net - performance counter raw data

 
 
=?Utf-8?B?amltaXo=?=
Guest
Posts: n/a
 
      01-24-2005
I have a question on how the performance counter instance returns values.

I have an app that uses the performance counter for
Category name = "Web Service"
Counter name = "Current Connections"
Instance name = "_Total"

That works great / however when I use the following counter it returns some
incorrect data.
Category Name = "Web Service"
Counter Name = "Connection Attempts / sec"
Instance name = "_Total"

I can verifiy this from using the actual performance counter, on the
machine. It appears that it is returning the actual SUM (total) of all
connection attempts.

Has anyone see this before? I am returning the info via
perfcounter.rawvalue.tostring

Thanks

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Page File counter and Private Bytes Counter George2 C++ 1 01-31-2008 09:27 AM
Performance Counter at Application Start? bradwiseathome@hotmail.com ASP .Net 0 07-13-2006 03:38 AM
Performance Counter Question Chortler ASP .Net 0 04-22-2005 12:45 PM
Session("counter") vs. ViewState("counter")...a newbie question The Eeediot ASP .Net 3 12-22-2004 09:31 PM
How to Have Saved Counter Performance Logs Start on Boot/Startup Cyrus Bharda Computer Support 5 07-09-2003 02:01 AM



Advertisments