Tagged Questions

11
votes
3answers
995 views

What are the best ASP.NET performance counters to monitor?

There are truckloads of counters available in perfmon for ASP.NET. What are the best (I am thinking of choosing 5-10) that will be the best to monitor in our test environment so t …
3
votes
3answers
213 views

Concept of “Performance Counters” in Linux/Unix

Windows has a Performance Counters infrastructure. The OS provides some common counters, and I can go add my own. What is the corresponding concept in Linux/Unix?
3
votes
2answers
287 views

Windows Performance Counter limits

What limits exist on the amount of data one can publish to a custom Windows performance counter category? I understand there is no hard limit on the number of counters or the numb …
2
votes
2answers
335 views

C# replacement for PerformanceCounter

Hi, I'm wondering if there is a ".net integrated" solution for exact time measurement (like the execution time of a function)? At the moment I'm using the PerformanceCounters from …
2
votes
3answers
2k views

How to detect SqlServer connection leaks in a ASP.net applications ?

I'm currently doing some GUI testing on a ASP.net 2.0 application. The RDBMS is SQL Server 2005. The host is Win Server 2003 / IIS 6.0. I do not have the source code of the appli …
1
vote
2answers
353 views

Can ASP.NET Impersonate a user to Delete a Performance Counter Category?

I believe that I have successfully impersonated my own user account while running an ASP.NET page on my local machine. Using the method described here, I have successfully chang …
1
vote
1answer
326 views

How to read “.NET Data Provider for SqlServer” performance counters from MS Test?

How do I read from the performance counter "NumberOfActiveConnections" of the category ".NET Data Provider for SqlServer" from a unit test in MS Test? I'm trying the following but …
0
votes
3answers
39 views

Monitoring dashboard for IIS and SQL Server

We have developed a .NET web application that uses SQL Server as a backend. Now we would like to provide a monitoring dashboard app for the tech support team. The idea is that this …
0
votes
1answer
74 views

ASP.NET and the Output Cache - how can see if it’s working?

Hi folks, Problem: I've got an ASP.NET website and i don't believe that my code is getting OutputCached correctly. I'm using IIS7 performance counters to show me the hits or misse …
0
votes
1answer
165 views

How do I get MSMQ performance counters?

I have a bunch of MSMQs that I have created programatically using MessageQueue.Create(path) but when I look in perfmon I don't see those queue instances listed, only queues I creat …
0
votes
0answers
323 views

GetProcessesByName() Throws Process performance counter is disabled

we had an application that uses Process.GetProcessesByName() but it is failing only on one user PC with the following error Process performance counter is disabled i seached the …