The Get-Stats command enables you to display scenario statistic per host during a run.
Get-Stats [-Name] <String>
The name of the scenario.
Example: Display replication statistics of a given scenario during a run
get-stats "File Server 1"
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
Copyright © 2015 Arcserve.
All rights reserved.
|
|