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.

propertyNameDescription
IsEnabledManage measuring of data processing performance statistics.
Default = false
EXAMPLE
<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>