Skip to content

A python script to keep track of, check and control the network usage

License

Notifications You must be signed in to change notification settings

adityashrm21/Network-Usage-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Network-Usage-Tracker

A python script to keep a track of network usage and notify you if it exceeds a specified limit (only support for wifi right now)

Requirements:

#####This script needs Python 2+

You may also need to install vnstat if you don't have it already installed

$ sudo apt-get install vnstat

Usage:

$ python bandwidth.py xxx MiB/GiB &

The '&' has been added to run the process in background. If you want to stop the process at any time use :

$ ps -ef

to get the list of running processes and then get the pid of the process you want to kill and do :

$ sudo kill pid

To do:

  1. add support for ethernet network usage

Feel free to Pull requests!

Releases

No releases published

Packages

No packages published

Languages