GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BANDWHICH(1) FreeBSD General Commands Manual BANDWHICH(1)

bandwhich - display current network utilization by process, connection and remote IP/hostname

bandwhich [FLAGS] [OPTIONS]

bandwhich provides a responsive terminal dashboard for displaying bandwidth information. It sniffs a given network interface and cross references it with lsof. It is responsive to the terminal window size, displaying less info if there is no room for it. It will also attempt to resolve ips to their host name in the background using reverse DNS on a best effort basis.

It has a raw mode that can be used to parse and log this data.

-a, --addresses
Show remote addresses table only
-c, --connections
Show connections table only
-h, --help
Prints help information
-n, --no-resolve
Do not attempt to resolve IPs to their hostnames
-p, --processes
Show processes table only
-r, --raw
Print output to STDOUT so it can be parsed or redirected.
-s, --show-dns
Show DNS queries
-t, --total-utilization
Show total (cumulative) usages
-V, --version
Print version and exit

-i, --interface interface
The network interface to listen on, eg. eth0

Copyright © 2019 Aram Drevekenin License MIT: https://github.com/imsnif/bandwhich/blob/main/LICENSE.md
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

iftop(1), lsof(1), nethogs(1), netstat(1), nload(1), ss(1),

Please report bugs here: https://github.com/imsnif/bandwhich/issues

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.