Skip to content

Commit

Permalink
feat: add nethogs
Browse files Browse the repository at this point in the history
Top-like monitor for network traffic.

Closes #43
  • Loading branch information
jonlabelle committed Nov 20, 2024
1 parent ad8169b commit 3203e39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN apk -U upgrade \
arp-scan \
inetutils-telnet \
kcat \
nethogs \
&& rm -rf /var/cache/apk/* \
&& echo 'export PS1="[network-tools]\$ "' >> /root/.bash_profile

Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ docker run --rm -it jonlabelle/network-tools nmap -v 10.0.10.0/24

### Bandwidth

| Tool | Description | Resources |
| --------------------------------------------------------- | ------------------------------------------------ | ------------------------------------------------------------------------------ |
| [`nload`](https://github.com/rolandriegel/nload) | Console network traffic and bandwidth monitor. | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/nload.md) |
| [`iperf`](https://sourceforge.net/projects/iperf2/) | A tool to measure IP bandwidth using UDP or TCP. | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/iperf.md) |
| [`speedtest-cli`](https://github.com/sivel/speedtest-cli) | CLI for testing bandwidth using speedtest.net. | [usage](https://github.com/sivel/speedtest-cli#usage) |
| Tool | Description | Resources |
| --------------------------------------------------------- | ------------------------------------------------ | ------------------------------------------------------------------------------- |
| [`nethogs`](https://github.com/raboof/nethogs) | Top-like monitor for network traffic. | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/linux/nethogs.md) |
| [`nload`](https://github.com/rolandriegel/nload) | Console network traffic and bandwidth monitor. | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/nload.md) |
| [`iperf`](https://sourceforge.net/projects/iperf2/) | A tool to measure IP bandwidth using UDP or TCP. | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/iperf.md) |
| [`speedtest-cli`](https://github.com/sivel/speedtest-cli) | CLI for testing bandwidth using speedtest.net. | [usage](https://github.com/sivel/speedtest-cli#usage) |

### DNS

Expand Down Expand Up @@ -192,7 +193,7 @@ docker run --rm -it jonlabelle/network-tools nmap -v 10.0.10.0/24

## Related

- [jonlabelle/docker-nmap](https://github.com/jonlabelle/docker-nmap). Minimal Docker image with Nmap Network Security Scanner pre-installed.
[jonlabelle/docker-nmap](https://github.com/jonlabelle/docker-nmap). Minimal Docker image with Nmap Network Security Scanner pre-installed.

## License

Expand Down

0 comments on commit 3203e39

Please sign in to comment.