|
How Do I... Work with tracing?
|
Total Hit (2277) |
Trace instrumentation allows developers and administrators to monitor the health of applications running in real-life settings (as opposed to running in a debugger). Sometimes using a debugger can hide bugs and obscure some performance and threading problems. Tracing is a very important monitoring a
....Read More |
Rating
|
|
|
A general benchmarking class
|
Total Hit (2985) |
Many times we need to benchmark some routine or a block of code. This class will help you to benchmark a routine or a block of code.
«code LangId=2»Public Class BenchMark
Delegate Sub BenchmarkDelegate()
Enum BenchmarkModes
DontShow
Console
MessageBox
End
....Read More |
Rating
|
|
|
How Do I...Use tracing switches and listeners?
|
Total Hit (992) |
Trace instrumentation allows developers and administrators to monitor the health of applications running in real-life settings (as opposed to running in a debugger). Sometimes using a debugger can hide bugs and obscure some performance and threading problems. Tracing is a very important monitoring a
....Read More |
Rating
|
|
|
How Do I...Instrument a small application with tracing?
|
Total Hit (981) |
Trace instrumentation enables developers and administrators to monitor applications running in real-life settings (as opposed to running in a debugger). Sometimes using a debugger can hide bugs and obscure some performance and threading problems. Tracing is a very important monitoring and debugging
....Read More |
Rating
|
|
|
How Do I...Start and stop a process?
|
Total Hit (1059) |
You can use the Process component to accomplish most process management tasks quickly and easily. You can use this component to work with processes on either local or remote computers. On a local computer, you can, for example, start and stop a process.
....Read More |
Rating
|
|
|
How Do I...Get information about processes?
|
Total Hit (978) |
Please note that this sample might fail on Windows 95 or Windows 98 machines.
You can use the Process component to accomplish most process management tasks quickly and easily. You can use this component to work with processes on either local or remote computers. For example, you can query a proc
....Read More |
Rating
|
|
|
How Do I...Write to an event log?
|
Total Hit (2501) |
Event logging provides a standard, centralized way for your applications to record important software and hardware events. Windows supplies a standard user interface for viewing the logs (the Event Viewer). Using the common language runtime's EventLog component, you can easily connect to existing ev
....Read More |
Rating
|
|
|
How Do I...Read from an event log?
|
Total Hit (2633) |
Event logging provides a standard, centralized way for you to have your applications record important software and hardware events. Windows supplies a standard user interface for viewing the logs (Event Log). Using the Microsoft .NET Framework's EventLog component, you can easily connect to existing
....Read More |
Rating
|
|
|
How Do I...Monitor an event log?
|
Total Hit (2420) |
Event logging provides a standard, centralized way for you to have your applications record important software and hardware events. Windows supplies a standard user interface for viewing the logs (Event Log). Using the common language runtime's EventLog component, you can easily connect to existing
....Read More |
Rating
|
|
|
How Do I...Write to a performance counter?
|
Total Hit (1116) |
Windows performance counters allow your applications and components to publish, capture, and analyze the performance data that applications, services, and drivers provide. You can use this information to determine system bottlenecks, and fine-tune system and application performance. For example, you
....Read More |
Rating
|
|
|
How Do I...Read from a performance counter?
|
Total Hit (987) |
Windows performance counters enable your applications and components to publish, capture (read), and analyze the performance data that applications, services, and drivers provide. You can use this information to determine system bottlenecks and fine-tune system and application performance. For examp
....Read More |
Rating
|
|
|
How Do I...Count rate of change?
|
Total Hit (1034) |
Windows performance counters enable your applications and components to publish, capture, and analyze the performance data that applications, services, and drivers provide. You can use this information to determine system bottlenecks and fine-tune system and application performance. For example, you
....Read More |
Rating
|
|