Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 745 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 745 Bytes

ISPbane

ISPbane is a tool that you can use to monitor your internet connection.

ISPbane

Usage

  • Build the project using cargo build --release
  • Run the project using ./target/release/ispbane
  • Open your browser and navigate to http://localhost:5000

ISPbane will send a HTTP GET request to http://ismycomputeron.com/ every 5 seconds and keep track of the request succeeding or failing in the file data.json. It keeps the last 7 days of data. It considers any request succeeding that gets a response, even if that response is not a 200 OK.

TODOs

  • Add configuration for port, URL, interval
  • Facelift the UI
  • Add more statistics, like request duration, etc.
  • Add CI and docker image