I want to monitor my current upload/download speed in a python script. The script runs but the problem is that i want the current upload/download speed instead of the maximum. Is there a way to get it to display that instead?
Asked
Active
Viewed 93 times
0
-
web page speedtest.net and script `speedtest-cli` was created only to get max speed. If you need current speed then you have to find other method. But `upload/download speed` exists only when you something upload or download - and this is how `speedtest` measure it. It uploads/downloads data and measure time. So you can upload/download shothing and measure time. But this may also depends on server which you use for uploading/downloading. – furas Dec 15 '21 at 01:46
-
Do you know any other Python library that Can test current speed instead of max? – Apprehensive Dec 15 '21 at 12:35
-
Please provide enough code so others can better understand or reproduce the problem. – Community Dec 21 '21 at 17:20