Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Starting from v5.6, StresStimulus has an option to use SQL Server on the controller and use SQLite instances on the load agents.

Image Added

Set the Where to use SQL server property to:

  • Controller only: To use SQL Server for data storage on the Controller only. Each remote load agent will use local SQLite instances.

    Note
    titleData replication

    Using this setting, data from the remote load agents will be replicated by the Save sessions from agents? and Agent data scope properties described above. All replicated data will be stored in the SQL Server instance.


  • Controller and all load agents (default): To use the SQL Server as a shared data storage for all test machines.

    Note
    titleData replication

    If using this setting, then data from the remote load agents will not be replicated.


    Warning
    titleSQL Server Authentication

    If using this setting, then it is recommended to use SQL Server Authentication to log in to the SQL Server instance. 

...