Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Description [1]: > iPerf3 is a tool for active measurements of the maximum achievable > bandwidth on IP networks. It supports tuning of various parameters > related to timing, buffers and protocols (TCP, UDP, SCTP with IPv4 and > IPv6). For each test it reports the bandwidth, loss, and other > parameters. This is a new implementation that shares no code with the > original iPerf and also is not backwards compatible. iPerf was > orginally developed by NLANR/DAST. iPerf3 is principally developed by > ESnet / Lawrence Berkeley National Laboratory. It is released under a > three-clause BSD license. Create the bee file with the command below, and convert it to a versionless bee file. ``` $ bee init https://iperf.fr/download/source/iperf-3.1.3-source.tar.gz creating iperf-3.1.3-0.bee from template '/etc/default/bee/templates/fallback' ``` Disable building of static variants of the library. [1] https://iperf.fr/
- Loading branch information