arieonline

test download

Mar 18th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. this is how i check the network speed
  2.  
  3. # axel -a http://202.124.205.26/backtrack/BT5R3-GNOME-32.iso
  4.  
  5. Note:
  6. 202.124.205.26 - My Office's Dedicated Server located on Indonesia
  7.  
  8. because mainly i use the vps for ssh tunnel from my office (for bypassing the proxy limitation), i need the fastest network from your node
  9.  
  10. below are the results from my vps on flipper host
  11. ---
  12. 198.96.88.106 - Node LA10
  13.  
  14. root@us01:~# axel -a http://202.124.205.26/backtrack/BT5R3-GNOME-32.iso
  15. Initializing download: http://202.124.205.26/backtrack/BT5R3-GNOME-32.iso
  16. File size: 3295094784 bytes
  17. Opening output file BT5R3-GNOME-32.iso
  18. State file found: 436103368 bytes downloaded, 2858991416 to go.
  19. Starting download
  20.  
  21. [ 15%] [..0 .1 .2 .3 ] [ 1.5MB/s] [30:05]^C
  22.  
  23. Downloaded 45.7 megabytes in 30 seconds. (1519.89 KB/s)
  24. ---
  25. 198.55.103.112 - Node LAX30
  26.  
  27. root@us01:~# axel -a http://202.124.205.26/backtrack/BT5R3-GNOME-32.iso
  28. Initializing download: http://202.124.205.26/backtrack/BT5R3-GNOME-32.iso
  29. File size: 3295094784 bytes
  30. Opening output file BT5R3-GNOME-32.iso
  31. State file found: 434557014 bytes downloaded, 2860537770 to go.
  32. Starting download
  33.  
  34. [ 15%] [.0 .1 .2 .3 ] [ 978.1KB/s] [46:35]^C
  35.  
  36. Downloaded 57.4 megabytes in 1:00 seconds. (978.13 KB/s)
  37. ---
  38. 198.136.60.134 - Node LA30
  39.  
  40. root@us01:~# axel -a http://202.124.205.26/backtrack/BT5R3-GNOME-32.iso
  41. Initializing download: http://202.124.205.26/backtrack/BT5R3-GNOME-32.iso
  42. File size: 3295094784 bytes
  43. Opening output file BT5R3-GNOME-32.iso
  44. State file found: 1123029148 bytes downloaded, 2172065636 to go.
  45. Starting download
  46.  
  47. [ 38%] [.....0 ....1 ....2 ...3 ] [ 7.8MB/s] [04:09]^C
  48. Downloaded 131.6 megabytes in 16 seconds. (7947.82 KB/s)
  49.  
  50. ---
  51. 198.136.59.219 - Node FLO20
  52.  
  53. axel -a http://202.124.205.26/backtrack/BT5R3-GNOME-32.iso
  54. Initializing download: http://202.124.205.26/backtrack/BT5R3-GNOME-32.iso
  55. File size: 3295094784 bytes
  56. Opening output file BT5R3-GNOME-32.iso.0
  57. Starting download
  58.  
  59. Connection 1 finished ]
  60. Connection 3 finished ]
  61. Connection 0 finished ]
  62. [100%] [..................................................] [ 4.6MB/s] [00:00]
  63.  
  64. Downloaded 3142.4 megabytes in 11:22 seconds. (4715.66 KB/s)
Add Comment
Please, Sign In to add comment