2019-09-16 22:19:57 +02:00
2019-09-16 22:19:57 +02:00
2019-09-16 21:16:42 +02:00
2019-09-06 23:06:48 +02:00
2019-09-10 22:41:03 +02:00

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.

Description
No description provided
Readme 6.7 MiB
Languages
Rust 100%