Questions tagged [download-speed]

the amount of data being downloaded in a second

Download speed is a metric used to quantify the amount of data being loaded into the client computer from the server. Units usually used for download speed are bytes per second (contrary to link bandwidth which is usually given in bits per second).

34 questions
0
votes
2 answers

Does somebody know a module, which has a function that returns a kb/s downloadspeed?

Does somebody know a module, which has a function that returns ( for example for eth0 ) the download speed?
sid_com
  • 21,289
  • 23
  • 89
  • 171
-1
votes
1 answer

Logic to Calculate current Download speed

I have been trying to calculate the current download speed as the file is being downloaded (not average) using Python's requests module. Searched on google , but could not find a definite solution . What is the logic to calculate the download…
-2
votes
1 answer

Get download speed in python

OK, so I'm creating a little script that downloads video from a page and I can't get the download speed right. I know that download_speed = downloaded_file_size / (current_time - start_time) but i just can't get it right. What I'm doing…
TaoJS
  • 109
  • 1
  • 12
-3
votes
1 answer

Handle the download of several tens of thousands files c#

I'm making a small software that download several tens of thousands files. It's not efficient at all for now because i download each file once by once and so it's very slow, and also lot of files are less than 100ko. Do you have any idea to improve…
kev.g
  • 333
  • 1
  • 14
1 2
3