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.
- Links to utilities / bandwhich
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:mnhauke/bandwhich && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
_service | 0000000365 365 Bytes | |
bandwhich-0.23.1.tar.gz | 0003024342 2.88 MB | |
bandwhich.changes | 0000001783 1.74 KB | |
bandwhich.spec | 0000003101 3.03 KB | |
vendor.tar.gz | 0056825739 54.2 MB |
Latest Revision
Martin Hauke (mnhauke)
committed
(revision 2)
- Update to version 0.23.1 * Exit gracefully when there is a broken pipe error. * Fix breaking changes of sysinfo crate. * Fix clippy::needless_lifetimes warnings on nightly. - Update to version 0.23.0 * Add PID column to the process table. * Fix IPv6 socket detect logic.
Comments 0