mirror of
https://github.com/imsnif/bandwhich.git
synced 2026-02-09 01:59:18 +08:00
docs(readme): initial
This commit is contained in:
12
README.md
12
README.md
@@ -1 +1,11 @@
|
||||
WIP
|
||||
### what
|
||||
Display current network utilization by process and connection.
|
||||
|
||||
This is my first attempt at Rust and is still very much a WIP. :)
|
||||
|
||||
### How does it work?
|
||||
`what` sniffs a given network interface (provided as the second cli argument, eg. `what eth0`) and records packet size, cross referencing it with the `/proc` filesystem.
|
||||
|
||||
Currently, it relies on the display loop to reset its state every second and thus always display the bandwidth per second.
|
||||
|
||||
At the moment there is only a linux implementation but the tests should (hopefully!) run on all platforms.
|
||||
|
||||
Reference in New Issue
Block a user