Menu

Tree [f66621] master /
 History

HTTPS access


File Date Author Commit
 android 2 days ago Robert McMahon Robert McMahon [f66621] feat(android): add x-axis time ticks to every l...
 compat 4 days ago Robert McMahon Robert McMahon [eb9e60] feat: add tcpi_sndbuf_limited/tcpi_rwnd_limited...
 doc 2 days ago Robert McMahon Robert McMahon [d55245] docs: add RELEASE_NOTES entries for permit-key ...
 flows 2026-07-04 Robert McMahon Robert McMahon [fb423b] refactor: move latency_w1.py into flows/, where...
 include 2 days ago Robert McMahon Robert McMahon [ae2812] feat(android): dial+time-series layout for all ...
 m4 2024-04-23 ta921953 ta921953 [6176b6] Remove unused ax_create_stdint_h
 man 2026-07-08 Robert McMahon Robert McMahon [81ffb4] docs: bring man page's Professional Edition sec...
 src 2 days ago Robert McMahon Robert McMahon [ae2812] feat(android): dial+time-series layout for all ...
 t 4 days ago Robert McMahon Robert McMahon [eb9e60] feat: add tcpi_sndbuf_limited/tcpi_rwnd_limited...
 wireshark 2023-02-15 ta921953 ta921953 [f5e2f8] Update to iperf2.1.9
 .clang-format 2025-12-30 Robert McMahon Robert McMahon [e730ac] set columns to 120
 AUTHORS 2016-11-01 Robert McMahon Robert McMahon [7d8614] remove trailing whitespace across all files in ...
 COPYING 2016-11-01 Robert McMahon Robert McMahon [7d8614] remove trailing whitespace across all files in ...
 ChangeLog 2016-11-01 Robert McMahon Robert McMahon [7d8614] remove trailing whitespace across all files in ...
 INSTALL 7 days ago Robert McMahon Robert McMahon [d51c67] build: drop --enable-udp-l4s, --enable-professi...
 IperfCompare.html 2026-06-16 Robert McMahon Robert McMahon [f74d8b] docs: apply review fixes to user manual and com...
 LICENSE 2026-06-17 Robert McMahon Robert McMahon [1e00b6] docs: update license headers to reflect post-Br...
 Makefile.am 2026-07-07 Robert McMahon Robert McMahon [0a3813] fix: clamp reverse-mode duration to server -t; ...
 Makefile.in 2026-07-07 Robert McMahon Robert McMahon [0a3813] fix: clamp reverse-mode duration to server -t; ...
 NEWS.md 2021-09-28 Robert McMahon Robert McMahon [4c4cbf] some edits to NEWS.md, much more needed
 README 2026-06-17 Robert McMahon Robert McMahon [1e00b6] docs: update license headers to reflect post-Br...
 aclocal.m4 2026-06-12 Robert McMahon Robert McMahon [1da680] feat: add sendmmsg/recvmmsg UDP burst support (...
 compile 2021-02-04 ta921953 ta921953 [cd8050] Add automake required file
 config.guess 2022-09-25 Robert McMahon Robert McMahon [6cf428] update config.guess and config.sub, taken from ...
 config.h.in 4 days ago Robert McMahon Robert McMahon [eb9e60] feat: add tcpi_sndbuf_limited/tcpi_rwnd_limited...
 config.sub 2022-09-25 Robert McMahon Robert McMahon [6cf428] update config.guess and config.sub, taken from ...
 configure 4 days ago Robert McMahon Robert McMahon [eb9e60] feat: add tcpi_sndbuf_limited/tcpi_rwnd_limited...
 configure.ac 4 days ago Robert McMahon Robert McMahon [eb9e60] feat: add tcpi_sndbuf_limited/tcpi_rwnd_limited...
 depcomp 2014-03-10 Robert McMahon Robert McMahon [a7db82] Initial commit
 install-sh 2014-03-10 Robert McMahon Robert McMahon [a7db82] Initial commit
 missing 2020-09-23 Robert McMahon Robert McMahon [75c911] restore missing file
 test-driver 2021-02-04 ta921953 ta921953 [0dd748] Add automake tests

Read Me

This is Iperf v2.0.x, a tool for measuring Internet bandwidth performance.
See the doc directory for more documentation.

Briefly:

Do one-time if needed:
  dnf install gcc
  dnf install gcc-c++
  dnf install automake

then to build do:
  ./configure      -- configure for your machine
  make             -- compile Iperf
  make install     -- install Iperf, if desired, from root

and to use:
  iperf -s               (on machine "foo.bar.edu")
  iperf -c foo.bar.edu   (on some other machine)
  iperf -h               (for help screen)
  iperf -v               (for version information)

and for more information (requires make install)
  man iperf

Finally, see INSTALL, doc/RELEASE_NOTES, and doc/DESIGN_NOTES for a bit more

The SOURCE CODE is the AUTHORITATIVE source. Any COMMENTS found in the source ARE NOT.

Copyright 1999, 2000, 2001, 2002, 2003, 2004
The Board of Trustees of the University of Illinois
All rights reserved
See UI License (doc/ui_license.html) for complete details.

More copyright per years 2014 - 2025
Broadcom Corporation
All Rights Reserved

Copyright 2014 - 2026
Robert J. McMahon
All Rights Reserved

$Id: README,v 1.1.1.1 2004/05/18 01:50:44 kgibbs Exp $