netuse
netuse copied to clipboard
Network Usage Monitoring for Linux.
kadeen@Null01:~$ netuse Traceback (most recent call last): File "/usr/bin/netuse", line 25, in from config import ( ImportError: cannot import name 'START_DATE' from 'config' (/usr/local/lib/python3.7/dist-packages/config/__init__.py)
Good morning, I install everything and the modules and I get the following error: Traceback (most recent call last): File "./netuse.py", line 318, in noti() File "./netuse.py", line 250, in...
Neat little tool, but I think you should get these shipped into distros so that updates can be handled via package managers instead of a github repository, and the script...
When running dumper from the commandline I get the following error: date: invalid date ‘%d %b %G’ ./dumper: line 16: /sys/class/net/ppp0/statistics/rx_bytes: No such file or directory ./dumper: line 16: /home/parkour86/.net///down/:...
Bash isn't really my forte (as was evident from #1) so I think just having the dumper in Python would be better. This will also help in fixing #5
Due to issues with environment variables etc. the current `notify` functionality does not work inside `cron` To remedy that I'm using a module called `proc`. But it has too many...
so...netuse didn't work well, and there is an importerror:no module named termgraph what should i do? Is there something need to be installed? Waiting for ur help..