Demonstrates how to use Windows Management Events to measure core operations
of the Tamino API for .NET.
Before starting this example, be sure that you have copied
the file CoreAPIManagementEvents.exe.config into your application directory.
You can use TaminoCommandEventWatcher.exe to watch the fired TaminoCommandEvents.
Demonstrates how to use Windows Performance Counters to measure core operations
of the Tamino API for .NET.
Before starting this example, be sure that you have copied
the file CoreAPIPerformanceCounters.exe.config into your application directory.
You can use the Windows Performance Monitor to monitor or log the performance
counter values. The file CoreAPIPerformanceCounters.htm is a template file which
can be imported into the Windows Performance Monitor.
Demonstrates how to use Windows Management Events to measure TaminoDataAdapter operations
of the Tamino API for .NET.
Before starting this example, be sure that you have copied
the file DataSetManagementEvents.exe.config into your application directory.
You can use TaminoDataSetEventWatcher.exe to watch the fired TaminoDataAdapterEvents
and TaminoCommandEventWatcher.exe to watch the fired TaminoCommandEvents.
Demonstrates how to use Windows Performance Counters to measure DataSet operations
of the Tamino API for .NET.
Before starting this example, be sure that you have copied
the file DataSetPerformanceCounters.exe.config into your application directory.
You can use the Windows Performane Monitor tool to monitor or log the performance
counter values. The file DataSetPerformanceCounters.htm is a template file which
can be imported into the Windows Performance Monitor.