Skip to content

beaufour/fios-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Simple program to fetch stats from the Fios Quantum Gateway router.

Usage

> fios-stats -p <admin password> [-i <influx_db_uri> ]

Example:

> fios-stats -p secret_password -i 'http://192.168.0.12:8086/write?db=fios_data'

This fetches the stats using the admin password secret_password and stores the data in the influxdb at http://192.168.0.12:8086/write?db=fios_data.

Notes

This is my first Rust program so it is probably not as good Rust as it should be...

Compiling

As long as you are running Rust nightly it should just be a question of cargo build and you are good.

About

Fetches network stats from the Fios Quantum Gateway router

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages