You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use bandwhich on a remote server over ssh. It would be really neat if my own connection wasn't included in any of the utilization reports.
Perhaps adding an --exclude <IP> or --exclude <network> to achieve this might be useful to others too?
So bandwhich --exclude 1.2.3.4 or bandwhich --exclude 192.168.0.0/24 could be the kind of inputs to drive this feature. Within bandwhich, I'd expect any data for those addresses to just be silently dropped from any reports.
The text was updated successfully, but these errors were encountered:
Thanks for making Bandwhich. ❤️
I use bandwhich on a remote server over ssh. It would be really neat if my own connection wasn't included in any of the utilization reports.
Perhaps adding an
--exclude <IP>
or--exclude <network>
to achieve this might be useful to others too?So
bandwhich --exclude 1.2.3.4
orbandwhich --exclude 192.168.0.0/24
could be the kind of inputs to drive this feature. Within bandwhich, I'd expect any data for those addresses to just be silently dropped from any reports.The text was updated successfully, but these errors were encountered: