Skip to content
This repository was archived by the owner on Sep 9, 2021. It is now read-only.
/ netlogger Public archive

A simple program that logs how much internet data each program consumes in a month.

Notifications You must be signed in to change notification settings

zeko9381/netlogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlogger

A simple collection of scripts that log how much network data each process consumes in a month. It uses nethogs to log your network activity and nethogs-parser so parse and show that data. Network activity is stored in text files on the filesystem. For now, activity is only logged on a monthly basis.

Install instructions

List of dependencies

Using the install script

Download the installer script:
wget https://raw.githubusercontent.com/zeko9381/netlogger/main/netlogger_installer.sh

Make it executable:
sudo chmod +x netlogger_installer.sh

And run it:
./netlogger_installer.sh

About

A simple program that logs how much internet data each program consumes in a month.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published