G
Guest
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
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