Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. while true; do
  2. date -Iseconds >> onlinenet2.log;
  3. curl -s -S -n http://ipv4.download.thinkbroadband.com/100MB.zip -o /dev/null -w '%{time_total},%{size_download},%{speed_download}\n' >> onlinenet2.log;
  4. done
  5.  
  6. out
  7.  
  8. 2020-02-18T23:43:33+08:00
  9. 28.245440,104857600,3712430.000
  10. 2020-02-18T23:44:02+08:00
  11. 21.179271,104857600,4951017.000
  12. 2020-02-18T23:44:23+08:00
  13. 47.273182,104857600,2218128.000
  14. 2020-02-18T23:45:10+08:00
  15. 82.253273,104857600,1274817.000
  16. 2020-02-18T23:46:33+08:00
  17. 41.593911,104857600,2521039.000
  18. 2020-02-18T23:47:14+08:00
  19. 72.786970,104857600,1440628.000
  20. 2020-02-18T23:48:27+08:00
  21. 67.240456,104857600,1559452.000
  22. 2020-02-18T23:49:35+08:00
  23. 123.313491,104857600,850336.000
  24. 2020-02-18T23:51:38+08:00
  25. 228.086542,104857600,459728.000
  26. 2020-02-18T23:55:26+08:00
  27. 107.651076,104857600,974051.000
  28. 2020-02-18T23:57:14+08:00
  29. 128.396680,104857600,816673.000
  30. 2020-02-18T23:59:23+08:00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement