Advertisement
SerhioRamas

curl

Oct 22nd, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.40 KB | None | 0 0
  1. [root@unixd ~]# time for i in {1..100};do curl -I sweb.ru.ru >> /dev/null 2>&1;done
  2.  
  3. real    0m7.083s
  4. user    0m2.049s
  5. sys 0m1.259s
  6. [root@unixd ~]# time for i in {1..100};do curl -I sweb.ru.ru >> /dev/null 2>&1;done
  7.  
  8. real    0m5.746s
  9. user    0m1.991s
  10. sys 0m1.343s
  11. [root@unixd ~]# time for i in {1..100};do curl -I sweb.ru.ru >> /dev/null 2>&1;done
  12.  
  13. real    0m5.616s
  14. user    0m1.944s
  15. sys 0m1.391s
  16. [root@unixd ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement