From ce0b1f5d8403c3161d4e376996d368e33b79751e Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sun, 5 Apr 2020 19:03:43 +0200 Subject: docs(readme): update utilization and bump version --- Cargo.lock | 2 +- Cargo.toml | 5 +++-- README.md | 16 +++++++++------- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2c7b93..8506aeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,7 +80,7 @@ dependencies = [ [[package]] name = "bandwhich" -version = "0.12.0" +version = "0.13.0" dependencies = [ "async-trait 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "cargo-insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d892f1b..c1ac1b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2018" name = "bandwhich" description = "Display current network utilization by process, connection and remote IP/hostname" -version = "0.12.0" +version = "0.13.0" homepage = "https://github.com/imsnif/bandwhich" repository = "https://github.com/imsnif/bandwhich" readme = "README.md" @@ -10,7 +10,8 @@ authors = [ "Aram Drevekenin ", "Eduardo Toledo ", "Eduardo Broto ", - "Kelvin Zhang " + "Kelvin Zhang ", + "Brooks Rady " ] keywords = ["networking", "utilization", "cli"] categories = ["network-programming", "command-line-utilities"] diff --git a/README.md b/README.md index fa64772..9b1a80c 100644 --- a/README.md +++ b/README.md @@ -73,13 +73,15 @@ USAGE: bandwhich [FLAGS] [OPTIONS] FLAGS: - -a, --addresses Show remote addresses table only - -c, --connections Show connections table only - -h, --help Prints help information - -n, --no-resolve Do not attempt to resolve IPs to their hostnames - -p, --processes Show processes table only - -r, --raw Machine friendlier output - -V, --version Prints version information + -a, --addresses Show remote addresses table only + -c, --connections Show connections table only + -h, --help Prints help information + -n, --no-resolve Do not attempt to resolve IPs to their hostnames + -p, --processes Show processes table only + -r, --raw Machine friendlier output + -s, --show-dns Show DNS queries + -t, --total-utilization Show total (cumulative) usages + -V, --version Prints version information OPTIONS: -i, --interface The network interface to listen on, eg. eth0 -- cgit v1.2.3