Terminal bandwidth utilization tool
https://github.com/imsnif/bandwhich
Sniffs a given network interface and records IP packet size, cross referencing it with the /proc filesystem on linux, lsof on macOS, or using WinApi on windows. 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.
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout utilities/bandwhich && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000365 365 Bytes | |
bandwhich-0.22.2.tar.gz | 0003009777 2.87 MB | |
bandwhich.changes | 0000001370 1.34 KB | |
bandwhich.spec | 0000003101 3.03 KB | |
vendor.tar.gz | 0053315484 50.8 MB |
Latest Revision
Soc Virnyl Estela (uncomfyhalomacro)
accepted
request 1169246
from
smolsheep
(revision 4)
- Enable completions - Switch _service from deprecated disabled to manual - Update package to modern rust standards. - Update to 0.22.2: Added * Generate completion & manpage - Changes from 0.22.0: Added * Log unresolved processes in more detail + general refactor * Display bandwidth in different unit families * CI: ensure a changelog entry exists for each PR * Show interface names Changed * Table formatting logic overhaul * Refactor OsInputOutput (combine interfaces & frames into single Vec) - Changes from 0.21.1: Fixed * Ignore connections that fail parsing instead of panicking on BSD * Add missing version flag to CLI * Various minor codestyle changes * Handle IPv4-mapped IPv6 addresses when resolving connection owner * Bump rustix dependencies to fix a memory leak Added * Logging infrastrure - Changes from 0.21.0: Fixed * Fixed resolv.conf errors on systems with trust-ad * Fixed build issues by updating various dependencies * migrate out-of-date dependency structopt to clap
Comments 0