From 6e1e63cad13d26e38e56c30dbacd24d1134d69e6 Mon Sep 17 00:00:00 2001 From: Ruakij Date: Wed, 23 Nov 2022 18:42:34 +0100 Subject: [PATCH] Add example command --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec5b205..1c4fc3b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ Collection of Dockerfiles created to build & pack various tools. ## 1.1. Bandwhich +### 1.1.1. Source >This is a CLI utility for displaying current network utilization by process, connection and remote IP/hostname -Source: https://github.com/imsnif/bandwhich +https://github.com/imsnif/bandwhich + +
+ +### 1.1.2. Example +``` +docker run --net host bandwhich -i eth0 +```