Network monitoring tool written in Rust.
You can use install.sh
to install binary release.
$ curl -sSf -L https://raw.githubusercontent.com/gky360/mone/master/install.sh | sh
Or you can install mone using cargo.
$ cargo install mone
Start mone with the mone
command.
$ mone
To stop mone use q
, or ctrl+c
in most shell environments.
mone consists of a Reader and a Writer. Readers collect network stats on your machine. Writers output the network stats collected by a Reader. Available Readers and Writers are as follows.
getifaddr
function.Reader and Writer can be specified via command options.
See mone --help
for more details.
Released under the MIT license.