Crates.io | mone |
lib.rs | mone |
version | 0.1.2 |
source | src |
created_at | 2019-05-15 14:01:05.382844 |
updated_at | 2019-05-15 17:04:43.627868 |
description | Network monitoring tool written in Rust. |
homepage | |
repository | https://github.com/gky360/mone |
max_upload_size | |
id | 134462 |
size | 42,967 |
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.