<status/>

This section controls status report and/or log file generation. The SNFMulti engine generates regular status reports each second, each minute, and each hour. This data is always available internally via the API or via the XCI interface if it is enabled.

<status>
    <second log='yes' append='no'/>
    <minute log='yes' append='yes'/>
    <hour log='no' append='no'/>
</status>

When log='yes', a file will be generated for that status report. When log='no' then no file will be produced for that report.

When append='yes', the reports will be appended to the file to generate a report suitable for import into databases or processing through other tools to generate trends analysis. For example, appending the minute status report will provide a data set that contains rate and histogram data with a resolution of one minute per sample.

When append='no', the report file (if enabled) is overwritten with each report. This provides ready real-time status reports without creating log files that grow over time.

Please email support@armresearch.com with any questions.