Tamino API for .NET Samples

SoftwareAG.Tamino.MeasuringSamples Namespace

Namespace hierarchy


Classes

ClassDescription
CoreAPIManagementEvents 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.
CoreAPIPerformanceCounters 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.
DataSetManagementEvents 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.
DataSetPerformanceCounters 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.
TaminoCommandEventWatcher A simple Management Event Watcher to monitor and log TaminoCommandEvents.

Usage scenario:
  • Start TaminoCommandEventWatcher.exe
  • Activate "Start Watcher"
  • Start the application to be measured, for instance CoreAPIManagementEvent.exe
  • Activate "Refresh" to watch the events in the DataGrid control.
  • Activate "Write To File" to log the events as an XML document.
TaminoDataAdapterEventWatcher A simple Management Event Watcher to monitor and log TaminoDataAdapterEvents.

Usage scenario:
  • Start TaminoDataAdapterEventWatcher.exe
  • Activate "Start Watcher"
  • Start the application to be measured, for instance DataSetManagementEvent.exe
  • Activate "Refresh" to watch the events in the DataGrid control.
  • Activate "Write To File" to log the events as an XML document.