An open API service indexing awesome lists of open source software.

https://github.com/darkseriuscode/traffic-usage

A simple program collecting and storing a data about your internet usage
https://github.com/darkseriuscode/traffic-usage

Last synced: 4 months ago
JSON representation

A simple program collecting and storing a data about your internet usage

Awesome Lists containing this project

README

          

# Traffic usage
It is a simple program that collects statistics about your internet usage and stores them in a file. It depends on `ncurses`

# Build and usage
```
make
sudo make install
traffic_usage --help
```
By default the program will be installed to `/usr/local/`
At first, run the daemon that will collect statistics: `traffic_usage -d `
where `` is an interface to collect statistics (to see list of all interfaces on your
system use: `traffic_usage -l`)

To kill the daemon use: `traffic_usage -k`

# TUI
You can see the statistics using: `traffic_usage -t`

* `h` - previous month
* `l` - next month
* `j` - scroll down
* `k` - scroll up