snetz(8)
simple bandwidth monitoring tool
SYNOPSIS
snetz [options]
DESCRIPTION
snetz is a small and simple live network bandwidth monitoring tool implemented in python.
These tool get a some values from the pseudo-file "/proc/net/dev" and re-presented to the standard output.
OPTIONS
- -h, --help
-
Show manual help.
- -t, --time
-
Update display time/sec, defaults to 1.5 seconds if not specified.
- -p, --path
-
The path of network device status information, This gives the number of received and sent packets,
the number of errors and collisions and other basic statistics. Filename defaults to '/proc/net/dev' if not specified.
- -l, --license
-
Show software license.
- -v, --version
-
Show version number.
BUGS
Not yet bugs found.