performancecounter
Measuring average execution time in service
I\'m trying to use Windows Performance Counters to measure the Hits Per Second a开发者_运维知识库nd Seconds Per Hit of a WCF service and am seeing some strange results.[详细]
2023-02-16 03:46 分类:问答Evaluating performances and execution times of .exe(s) in Windows
This question Measure execution time... allows programmers to find good tools to evaluate execution times of executable files using command line on Windows. My question is a bit different. Please do n[详细]
2023-02-15 09:50 分类:问答Memory mapped files: how to monitor memory usage
I work on a 32 bit end user application that needs a lot of memory. Up to several gigabytes. I recently switched our internal memory allocation strategy to use memory-mapped-files-without-files inspir[详细]
2023-02-15 04:04 分类:问答Creating Events for hard disk read and write
I am trying to write something that will fire an event anytime the hard disk reads data or writes data. I know this involves using System.Diagnostics.PerformanceCounter but I don\'t know this well eno[详细]
2023-02-14 01:24 分类:问答What performance counter type to use?
We do use zip compression in our application quite extensively. I need to measure performance of different zip compressors using real life data (synthetic tests that we performed appear to be not very[详细]
2023-02-09 05:44 分类:问答Are performance counters the best way to implement and average per second count?
I want to include some sort of performance counts in my application. Are Windows Performance counters开发者_StackOverflow (Perfmon) counters the best way to go. I am just worried that maybe it is too[详细]
2023-02-08 04:03 分类:问答Performance counter vs ETW
Are performance counters part of ETW? If not, what is the difference betw开发者_运维知识库een the two?Performance counters and ETW are distinct technologies.Performance counters are not exposed throug[详细]
2023-02-08 02:51 分类:问答Options for uniquely identifying objects at runtime?
I need to attach a unique identifier to objects at runtime.The identifier must be unique for the duration of the application. I plan to do this my having 开发者_C百科a private member variable in the b[详细]
2023-02-07 13:53 分类:问答What would be reason behid WaitType PAGEIOLATCH_SH?
I am executing a stord proc that basically truncates & reload the table x.During reload of data , It joins table a , table b that contains 100 millions & 2 millions records resp.During the exe[详细]
2023-02-07 05:32 分类:问答What is the correct Performance Counter to get CPU and Memory Usage of a Process?
How can I get the CPU and Memory usage of a particular process using the .NET Perfor开发者_如何学运维manceCounter class? And also what is the difference between[详细]
2023-02-05 00:28 分类:问答