Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm looking for a method to obtain my provisioned ISP bandwidth via shell script.

To be clear, I'm not looking to do a speed test. My goal is the following:

1. Get my provisioned bandwidth (up/down)
2. Run a test to obtain the percentage of that bandwidth that my network is currently able to push/pull through

What I have tried:

curl -s ipinfo.io/org <---only obtains my ISP name

Searched the net. Nothing found.
Posted
Updated 2-Apr-21 12:28pm

1 solution

The only way to get your bandwidth is a speed test. There is no information stored on your machine or any standard method on the internet to get your provisioned bandwidth.
 
Share this answer
 
Comments
wifinut 2-Apr-21 19:56pm    
That's pretty much what I figured. Thanks!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900