Syntax
Test-VsanNetworkPerformance [-Cluster] <Cluster[]> [-DurationInSecond <Int32>] [-Server <VIServer[]>] [-UseCache] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet runs a network performance test on the specified vSAN clusters and returns the test results.Parameters
Return Type
VsanClusterNetworkPerformanceTestResult objects representing the result of the test runNotes
Examples
-------------------------- Example 1 --------------------------
Test-VsanNetworkPerformance -Cluster $cluster
Runs the network performance test on the $cluster vSAN cluster and returns the result of the test.
-------------------------- Example 2 --------------------------
Test-VsanNetworkPerformance -Cluster $cluster -UseCache
Gets the result of the last network performance test run on the $cluster vSAN cluster.
-------------------------- Example 3 --------------------------
Test-VsanNetworkPerformance -Cluster $cluster -DurationInSecond 10
Runs the network performance test on the $cluster vSAN cluster for 10 seconds and returns the result of the test.