File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1130,7 +1130,7 @@ perf(){
1130
1130
unicastPerfTest () {
1131
1131
clientPodName=$1
1132
1132
serverIP=$2
1133
- echo " =================================== unicast perfromance test ============================================================="
1133
+ echo " =================================== unicast performance test ============================================================="
1134
1134
printf " %-15s %-15s %-15s %-15s %-15s %-15s\n" " Size" " TCP Latency" " TCP Bandwidth" " UDP Latency" " UDP Lost Rate" " UDP Bandwidth"
1135
1135
for size in " 64" " 128" " 512" " 1k" " 4k"
1136
1136
do
@@ -1169,7 +1169,7 @@ genMulticastPerfResult() {
1169
1169
start_server_cmd=" iperf -s -B 224.0.0.100 -i 1 -u"
1170
1170
kubectl exec $serverName -n $KUBE_OVN_NS -- $start_server_cmd > $serverName .log &
1171
1171
1172
- echo " =================================== multicast perfromance test ========================================================="
1172
+ echo " =================================== multicast performance test ========================================================="
1173
1173
printf " %-15s %-15s %-15s %-15s\n" " Size" " UDP Latency" " UDP Lost Rate" " UDP Bandwidth"
1174
1174
for size in " 64" " 128" " 512" " 1k" " 4k"
1175
1175
do
@@ -1223,7 +1223,7 @@ getPodRecoverTime(){
1223
1223
1224
1224
end_time=$( date +%s.%N)
1225
1225
elapsed_time=$( echo " $end_time - $start_time " | bc)
1226
- echo " ================================ OVN $component_name recover takes $elapsed_time s =================================="
1226
+ echo " ================================ OVN $component_name recovery takes $elapsed_time s =================================="
1227
1227
}
1228
1228
1229
1229
You can’t perform that action at this time.
0 commit comments