Skip to content

Commit

Permalink
typo (#2952)
Browse files Browse the repository at this point in the history
  • Loading branch information
changluyi committed Jun 16, 2023
1 parent de9c960 commit d8739d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/images/kubectl-ko
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ perf(){
unicastPerfTest() {
clientPodName=$1
serverIP=$2
echo "=================================== unicast perfromance test ============================================================="
echo "=================================== unicast performance test ============================================================="
printf "%-15s %-15s %-15s %-15s %-15s %-15s\n" "Size" "TCP Latency" "TCP Bandwidth" "UDP Latency" "UDP Lost Rate" "UDP Bandwidth"
for size in "64" "128" "512" "1k" "4k"
do
Expand Down Expand Up @@ -1390,7 +1390,7 @@ genMulticastPerfResult() {
start_server_cmd="iperf -s -B 224.0.0.100 -i 1 -u"
kubectl exec $serverName -n $KUBE_OVN_NS -- $start_server_cmd > $serverName.log &

echo "=================================== multicast perfromance test ========================================================="
echo "=================================== multicast performance test ========================================================="
printf "%-15s %-15s %-15s %-15s\n" "Size" "UDP Latency" "UDP Lost Rate" "UDP Bandwidth"
for size in "64" "128" "512" "1k" "4k"
do
Expand Down Expand Up @@ -1444,7 +1444,7 @@ getPodRecoverTime(){

end_time=$(date +%s.%N)
elapsed_time=$(echo "$end_time - $start_time" | bc)
echo "================================ OVN $component_name recover takes $elapsed_time s =================================="
echo "================================ OVN $component_name recovery takes $elapsed_time s =================================="
}


Expand Down

0 comments on commit d8739d2

Please sign in to comment.