Skip to main content

Performance statistics

MeasurementMetricReplicationModule

This module enables archiving of performance statistics of the data processing. The feature is used for troubleshooting, and has little impact on the server performance.

propertyName

Description

IsEnabled

Manage measuring of data processing performance statistics.

Default = false

Example 23.
<ModuleConfiguration>
    <Module typeName="MeasurementMetricReplicationModule">
      <Setter propertyName="Window">"00:00:15"</Setter>
      <Setter propertyName="FlushInterval">"00:02:00"</Setter>
      <Setter propertyName="IsEnabled">true</Setter>
      <Setter propertyName="StatisticsDirectory">"C:\\Program Files\\Snow Software\\Snow Inventory\\Server\\stats"</Setter>
    </Module>
</ModuleConfiguration>