For aarch64 platform, I have built "iperf" from source.
Open
- Dominant language
- C
- Stars
- 8.8k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
## Steps
Following [STEPS](https://github.com/esnet/iperf?tab=readme-ov-file#building) were used for the building and installation:
~~~
$ wget https://downloads.es.net/pub/iperf/iperf-3.0.1.tar.gz
$ tar –zxf iperf-3.0.1.tar.gz && cd iperf-3.0.1
$ ./configure
$ make
$ make install
$ iperf --version
~~~
## Outcome
To validate that the build was successful we ran version check. The version info returned matched expected value(s).
All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).
Contributor guide
Assessment
This issue has not been assessed yet.