Previous Topic: Get-State - List all Scenarios defined for a Given HostNext Topic: User Management Commands


Get-Stats - Display Replication Statistics of a Scenario

The Get-Stats command enables you to display scenario statistic per host during a run.

Syntax
Get-Stats [-Name] <String> 
Parameters
Name

The name of the scenario.

Example: Display replication statistics of a given scenario during a run

get-stats "File Server 1"
Outcome
Scenario    : File Server 1
Name        : 192.168.1.152
Role        : Master
Spool_Size  : 0
Sync_Files  : 345
Sync_MBytes : 86
Rep_MBytes  : 0

Scenario    : File Server 1
Name        : 192.168.1.153
Role        : Replica
Spool_Size  : 0
Sync_Files  : 345
Sync_MBytes : 86
Rep_MBytes  : 0