Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. while true; do
  2. date -Iseconds >> onlinenet.log;
  3. curl -s -S -n http://ping.online.net/5Mo.dat -o /dev/null -w '%{time_total},%{size_download},%{speed_download}\n' >> onlinenet.log;
  4. done
  5.  
  6.  
  7. out
  8.  
  9. 2020-02-18T23:48:02+08:00
  10. 80.313392,201559,2509.000
  11. 2020-02-18T23:49:22+08:00
  12. 317.781837,1504003,4732.000
  13. 2020-02-18T23:54:40+08:00
  14. 160.482972,972571,6060.000
  15. 2020-02-18T23:57:21+08:00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement