Revise a print error for test_service script
[iec.git] / src / tools / test_service_latency.sh
index 2d200f5..fff0ead 100755 (executable)
@@ -100,7 +100,7 @@ for (( c=$START; c<=$END; c++))
 do
     curl -w "%{time_total}\n" -o /dev/null -s $nodeIP:$nodePort
 done | jq -s add/length
-echo "Now access the $nodeIP:$nodePort, $aNum times, time total:"
+echo "Now access the $nodeIP:$nodePort, $aNum times, time connect:"
 for (( c=$START; c<=$END; c++))
 do
     curl -w "%{time_connect}\n" -o /dev/null -s $nodeIP:$nodePort