https://github.com/tozd/docker-iperf
Dockerized iperf. Read-only mirror of https://gitlab.com/tozd/docker/iperf
https://github.com/tozd/docker-iperf
docker docker-image iperf
Last synced: about 1 year ago
JSON representation
Dockerized iperf. Read-only mirror of https://gitlab.com/tozd/docker/iperf
- Host: GitHub
- URL: https://github.com/tozd/docker-iperf
- Owner: tozd
- Created: 2016-09-24T23:38:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T01:17:38.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T16:37:37.958Z (over 1 year ago)
- Topics: docker, docker-image, iperf
- Language: Dockerfile
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# tozd/iperf
Available as:
- [`tozd/iperf`](https://hub.docker.com/r/tozd/iperf)
- [`registry.gitlab.com/tozd/docker/iperf`](https://gitlab.com/tozd/docker/iperf/container_registry)
## Image inheritance
[`tozd/base`](https://gitlab.com/tozd/docker/base) ← [`tozd/dinit`](https://gitlab.com/tozd/docker/dinit) ← `tozd/iperf`
## Tags
- `ubuntu-trusty`: iperf 2.0.5
- `ubuntu-xenial`: iperf 2.0.5
- `ubuntu-bionic`: iperf 2.0.10
- `ubuntu-focal`: iperf 2.0.13
- `ubuntu-jammy`: iperf 2.1.5
## Ports
- `5001/tcp`: HTTP port on which iperf listens.
## Description
The TCP window size option can be set by the environment variable
`TCP_WINDOW_SIZE`. Most other options can be set by an environment variable
`IPERF_`, such as `IPERF_BANDWIDTH`.
Docker image logs output to stdout and stderr. All stdout output is JSON.
## GitHub mirror
There is also a [read-only GitHub mirror available](https://github.com/tozd/docker-iperf),
if you need to fork the project there.