performancecounter
How can I use a perfomance counter for my process? C#
I have an application , and I need to show the total time of the process when this ends. I am using the Swith case,[详细]
2023-02-27 07:57 分类:问答guidance on profiling (performance & memory) .net application
I am new to profiling applications. As of now I have to work on a .net connected system which comprises of client server architecture. Server comprises of server wcf services hosted as windows service[详细]
2023-02-26 20:58 分类:问答Retrieve performance counter value in a language-independent way
Under Windows, performance counters have different names, depending on the 开发者_如何转开发operating system language. For example, on an English Windows version, there is the performance counter \\Pr[详细]
2023-02-23 06:56 分类:问答Which way should I follow for the load test in .Net?
I saw a few ways for load test. However reall开发者_Python百科y I\'m confused about it! Because my story is :[详细]
2023-02-23 04:42 分类:问答oracle requests counters
I am using IIS counters to monitor \"bussiness\" of IIS. Specially I like 2 of them: Current Anonymous Users (The number of users who currently have an anonymous request pending with the WWW service[详细]
2023-02-22 12:30 分类:问答How to get CPU usage for more than 2 cores?
I try to get in my program CPU usage divided by a cores. Now I use the PerformanceCounter and changing the InstanceName between 0 and 1 I have the data from 2 cores.[详细]
2023-02-21 17:55 分类:问答Adding a counter through PerformanceCounterCategory
Hi Once I create a Performance Counter Category using PerformanceCounterCategory.Create, is it possible to add an additional counter to that category?[详细]
2023-02-20 10:49 分类:问答Using RegQueryValueEx and HKEY_PERFORMANCE_COUNTER to Get "Disk Bytes/sec%
I\'ve looked for examples and documentation, but I still can\'t figure this out... How do you use RegQueryValueEx (not the PdhXxx functions) to query for something like Disk Bytes/sec?[详细]
2023-02-20 03:44 分类:问答How to Get available bytes of Windows system using C#
I am facing one problem while retrieving available bytes of system through System开发者_开发技巧.Diagnostics namespace and I tried in this bellow code.[详细]
2023-02-20 00:53 分类:问答tools for displaying custom performance counters across multiple machines [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-19 11:24 分类:问答