File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ foreach($RubrikNode in $RubrikNodes){
6868 Write-Host " Running .\iperf.exe -c $ ( $RubrikNode.ipAddress ) -i 5 -t 60 -w 1M"
6969 .\iperf.exe - c $RubrikNode.ipAddress - i 5 - t 60 - w 1M > " iperf_$ ( $HostName ) _to_$ ( $RubrikNode.ipAddress ) _1MB_1_Thread.txt"
7070
71- Write-Host " Running .\iperf.exe -c $ ( $RubrikNode.ipAddress ) -i 5 -t 60 -w 1M -P 8 "
71+ Write-Host " Running .\iperf.exe -c $ ( $RubrikNode.ipAddress ) -i 5 -t 60 -w 1M -P 16 "
7272 .\iperf.exe - c $RubrikNode.ipAddress - i 5 - t 60 - w 1M - P 8 > " iperf_$ ( $HostName ) _to_$ ( $RubrikNode.ipAddress ) _1MB_8_Threads.txt"
7373 }
7474 3 {
@@ -78,7 +78,7 @@ foreach($RubrikNode in $RubrikNodes){
7878 Write-Host " Running .\iperf3.exe -c $ ( $RubrikNode.ipAddress ) -i 5 -t 60 -w 1M"
7979 .\iperf3.exe - c $RubrikNode.ipAddress - i 5 - t 60 - w 1M > " iperf_$ ( $HostName ) _to_$ ( $RubrikNode.ipAddress ) _1MB_1_Thread.txt"
8080
81- Write-Host " Running .\iperf3.exe -c $ ( $RubrikNode.ipAddress ) -i 5 -t 60 -w 1M -P 8 "
81+ Write-Host " Running .\iperf3.exe -c $ ( $RubrikNode.ipAddress ) -i 5 -t 60 -w 1M -P 16 "
8282 .\iperf3.exe - c $RubrikNode.ipAddress - i 5 - t 60 - w 1M - P 8 > " iperf_$ ( $HostName ) _to_$ ( $RubrikNode.ipAddress ) _1MB_8_Threads.txt"
8383 }
8484 }
You can’t perform that action at this time.
0 commit comments