Skip to content

RandomGuy090/speed-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Monitor

Simple program to parse output from /proc/net/dev, and show internet download speed

./monitor
	-f 		file to save output
	-s 		show output
	-d 		delay
	-h 		show help

eg this will printout and save (and update) a file XYZ

./monitor.sh -s -f XYZ

usage with i3status

edit /etc/i3status.conf

order += "read_file band"
[...]
read_file band{
        path = "path/to/output/file"
}

add to the .config/i3/status

exec bash /path/to/monitor.sh -f /path/to/output/file

1 2

About

bash program to monitor internet download bandwidth

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages