https://github.com/dakehero/netshoot-with-netperf
A netshoot image with netperf
https://github.com/dakehero/netshoot-with-netperf
Last synced: 5 months ago
JSON representation
A netshoot image with netperf
- Host: GitHub
- URL: https://github.com/dakehero/netshoot-with-netperf
- Owner: dakehero
- Created: 2025-02-12T06:50:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T11:59:08.000Z (over 1 year ago)
- Last Synced: 2025-05-22T05:35:41.561Z (about 1 year ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# netshoot-netperf Docker Image
A lightweight Docker image based on [nicolaka/netshoot](https://github.com/nicolaka/netshoot) with statically compiled netperf for advanced network performance testing in containerized environments.
## Features
- Prebuilt Static Netperf: Includes netperf 2.7.0 compiled with static linking for dependency-free execution.
- Extended Network Toolkit: Inherits all tools from netshoot (e.g., tcpdump, iperf3, curl) and adds netperf for TCP/UDP throughput and latency benchmarking.
- Minimal Overhead: Alpine Linux base ensures a compact image size (~50MB).
## Build the Image
Clone the repository and build:
``` bash
git clone https://github.com/dakehero/netshoot-with-netperf.git
cd netshoot-netperf
docker build -t netshoot-netperf .
```
## Acknowledgments
Special thanks to the [nicolaka/netshoot](https://github.com/nicolaka/netshoot) project for providing the foundational network troubleshooting toolkit.
For detailed documentation, refer to the original netshoot documentation.