Pipelines Performance Counters
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The following table describes the pipeline performance counters that you should monitor for data related to particular pipeline components.
Note
Instances of the pipeline performance counters appear in the System Monitor only after the pipelines are loaded from the pipeline configuration files (PCF files) at runtime. An instance is created for each pipeline component in the pipeline, in addition to an instance to track the totals for the pipeline. These instances will no longer appear in System Monitor when the application ends.
You can use the results of the pipeline performance counters to analyze the average execution time and the number of errors or warnings for a particular component of the pipeline. For example, you can monitor the Average execution time counter to make sure that the average time taken to execute a particular pipeline component falls within the expected range.
You can find these counters in Microsoft Windows Server System Monitor. The System Monitor organizes performance counters by performance object. You should monitor your site by using performance counters and view the results collectively.
Commerce: Pipelines
Counter name |
Description |
---|---|
Average execution time |
The average execution time (in microseconds) for the particular component of the pipeline. |
Errors per second |
The number of errors generated by the particular pipeline component per second. |
Errors total |
The total number of Error Level 3 failures returned by the particular pipeline component PIPEERRORLEV_FAIL or FAILED HRESULT. |
Executions per second |
The number of executions made by the particular pipeline component per second. |
Executions total |
The total number of times the particular pipeline component has been executed. |
Warnings per/second |
The number of warnings returned by the pipeline component per second. |
Warnings total |
The total number of Error Level 2 warnings returned by the particular pipeline component PIPEERRORLEV_WARN. |
See Also
Other Resources
Monitoring Performance Counters