mirror of
https://github.com/imsnif/bandwhich.git
synced 2026-02-09 01:59:18 +08:00
docs(readme): update utilization and bump version
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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)",
|
||||
|
||||
@@ -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"]
|
||||
|
||||
16
README.md
16
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
|
||||
|
||||
Reference in New Issue
Block a user