You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
457 B
Markdown
30 lines
457 B
Markdown
DockerBUILDs
|
|
===
|
|
|
|
Collection of Dockerfiles created to build & pack various tools.
|
|
|
|
<br>
|
|
|
|
<!-- TOC -->
|
|
- [1. Tools](#1-tools)
|
|
- [1.1. Bandwhich](#11-bandwhich)
|
|
<!-- /TOC -->
|
|
|
|
<br>
|
|
|
|
# 1. 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
|
|
|
|
https://github.com/imsnif/bandwhich
|
|
|
|
<br>
|
|
|
|
### 1.1.2. Example
|
|
```
|
|
docker run --net host bandwhich -i eth0
|
|
```
|