for i in {1..3};do curl -s -w "%{time_total}\n" -o /dev/null http://www.google.com/; done

 

1454420031