# Configuring WinSAR

WinSAR consistently monitors and records different aspects of system performance, such as memory consumption and various other activities like disk I/O and system resource allocation. This thorough logging offers a detailed perspective of system behavior over time, allowing users to analyze performance trends and optimize resource management.

# Requirements

# Introduction

Open iT supports configuring WinSAR reporting. This will produce the following aggregated data type used for historical reporting:

The following sections will guide you on the necessary configurations for WinSAR reports.

# Configuring WinSAR Data Collection

  1. Open winsar.xml in the Components directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\Components.

  2. Under collect object, make sure that the WinSAR and Idle sub-objects are set to true.

    winsar.xml
    71| <Object>
    72|    <Name>WinSAR</Name>
    73|    <Description>Main collection scheme.</Description>
    74|    <SubObjects>
    75|        <Object>
    76|            <Name>active</Name>
    77|            <Description>Is this scheme active?</Description>
    78|            <Value type="Bool">true</Value>
    79|        </Object>
    winsar.xml
     98| <Object>
     99|    <Name>Idle</Name>
    100|    <Description>Idle collection scheme.</Description>
    101|    <SubObjects>
    102|        <Object>
    103|            <Name>active</Name>
    104|            <Description>Is this scheme active?</Description>
    105|            <Value type="Bool">true</Value>
    106|        </Object>
  3. Save the changes.

# Verifying Data Collection

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
     cd $BIN_DIR
    Example
     cd C:\Program Files\OpeniT\Core\bin
  3. Run the command:

    Command Syntax
     openit_executor -r collect_license_sar-win
  4. Verify that there are archiver*.in files created in the server in the archiver directory, which is by default in C:\ProgramData\OpeniT\Data\incoming\archiver.

# Sample Historical Report

Physical and Logical Disks' Read and Write

Physical and Logical Disks' Read and Write

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close