summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-04-05 19:03:43 +0200
committerAram Drevekenin <aram@poor.dev>2020-04-05 19:03:43 +0200
commitce0b1f5d8403c3161d4e376996d368e33b79751e (patch)
treebcb02ee93ac86a69f121be327590b1fe3357e99b
parentbc9e2bf577b3415b2cde7b375684cf92a2fa2236 (diff)
docs(readme): update utilization and bump version
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml5
-rw-r--r--README.md16
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 <aram@poor.dev>",
"Eduardo Toledo <etoledom@icloud.com>",
"Eduardo Broto <ebroto@tutanota.com>",
- "Kelvin Zhang <zhangxp1998@gmail.com>"
+ "Kelvin Zhang <zhangxp1998@gmail.com>",
+ "Brooks Rady <b.j.rady@gmail.com>"
]
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 <interface> The network interface to listen on, eg. eth0