Tagged Questions

0
votes
1answer
70 views

PerformanceCounters on .NET 4.0 & Windows 7

I have a program that works fine on VS2008 and Vista, but I'm trying it on Windows 7 and VS2010 / .NET Framework 4.0 and it's not working. Ultimately the problem is that System.Dia …
0
votes
3answers
35 views

Need example of using CounterDelta32 PerformanceCounter

I'm trying to show the number of times an operation occurred since the last performance iteration. I have created a performance counter using the following: var clearStateCounter …
4
votes
2answers
697 views

How to determine total size of ASP.Net cache?

I'm using the ASP.net cache in a web project, and I'm writing a "status" page for it which shows the items in the cache, and as many statistics about the cache as I can find. Is th …
3
votes
4answers
438 views

Using custom performance counters across appdomain recyclyes

I have an ASP.NET application which tracks statistics by creating and writing to custom performance counters. Occasionally, I see in the error logs that indicate that the counters …
5
votes
5answers
461 views

What is the performance hit of Performance Counters

When considering using performance counters as my companies' .NET based site, I was wondering how big the overhead is of using them. Do I want to have my site continuously update …
1
vote
1answer
109 views

Web Service - “Current Connections” performance counter

Hello, Recently I start to work with VSTS and I made some test scripts to run against an website. The scripts consists basically of a synchronous WebService request. I ran this …
3
votes
4answers
410 views

Installing a Total instance for Performance Counters

VS 2005, C# 2.0, .NET 2.0/3.0, Win2003 I'm trying to install a set of performance counters for a MultiInstance. I noticed that some system performance counter categories manage to …
2
votes
4answers
207 views

How to use the PerformanceCounter to find the bandwidth used by my appication?

there are 2 problems with the following code: 1- it gets bandwidth used by all network cards... 2- it gets all bandwidth used.... I wanna be able to change it to do the followin …
0
votes
0answers
73 views

Best Method to Log Rows in a Data Flow for SSIS Performance Counters

I have a centralized table that is populated with row counts and process-level information for every stored procedure on my server. What is the best method for logging rows in a d …
1
vote
0answers
16 views

Strange behaivour of process counters

Hi, All! We have web application in which we are using some performance counters. For cases when there are more then one application run simultaneously we have code for determinin …
4
votes
4answers
2k views

Get Performance Counter Instance Name (w3wp#XX) from ASP.NET worker process ID

Hello, I would like to display some memory statistics (working set, GCs etc.) on a web page using the .NET/Process performance counters. Unfortunately, if there are multiple appli …
0
votes
2answers
44 views

How to version a performance counter category?

I have a performance counter category. The counters in this category may change for my next release so when the program starts, I want to check if the category exists and it is th …
1
vote
1answer
32 views

What is the appropriate initial value for a ElapsedTime Performance Counter?

What is the proper initial value for an ElapsedTime performance counter? When my app starts up I am setting the .RawValue of the performance counter instance to 0 but that is not …
0
votes
3answers
77 views

How to use performance counters to track application throughput

Hello, I'm trying to use c#'s performance counters to track the throughput of an application (a windows service actually). But I have a question on how to tackle this... My applica …
1
vote
1answer
75 views

How to use AverageTimer32 and AverageBase performance counters with System.Diagnostics.Stopwatch?

When I execute the following program and look at the performance counter the results don't make sense to me. The average value is zero and the min/max values are ~0.4 when I would …

1 2 3 next
15 30 50 per page