Menu

Tree [3f308a] master /
 History

HTTPS access


File Date Author Commit
 compat 2025-04-18 Robert McMahon Robert McMahon [8a5675] automake support for creating interleaved assem...
 doc 2024-10-27 Robert McMahon Robert McMahon [7a638f] update release notes
 flows 2024-08-02 Robert McMahon Robert McMahon [7fdac4] fixe to dist-all
 include 2025-05-27 Robert McMahon Robert McMahon [3f308a] set the SO_TXTIME on a socket when --send-delay...
 m4 2024-04-23 ta921953 ta921953 [6176b6] Remove unused ax_create_stdint_h
 man 2025-05-25 Robert McMahon Robert McMahon [d5f94c] update send-delay help
 src 2025-05-27 Robert McMahon Robert McMahon [3f308a] set the SO_TXTIME on a socket when --send-delay...
 t 2023-11-08 Robert McMahon Robert McMahon [78cac7] add final PDF check with histogram make check test
 wireshark 2023-02-15 ta921953 ta921953 [f5e2f8] Update to iperf2.1.9
 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 2024-12-04 Robert McMahon Robert McMahon [ce32d5] update INSTALL
 LICENSE 2021-12-19 Robert McMahon Robert McMahon [d28973] add LICENSE file
 Makefile.am 2023-11-30 Robert McMahon Robert McMahon [18dbb7] add flows directory to SUBDIRS
 Makefile.in 2024-08-02 Robert McMahon Robert McMahon [7fdac4] fixe to dist-all
 NEWS.md 2021-09-28 Robert McMahon Robert McMahon [4c4cbf] some edits to NEWS.md, much more needed
 README 2020-09-23 Robert McMahon Robert McMahon [956207] update README a bit more
 aclocal.m4 2024-08-02 Robert McMahon Robert McMahon [7fdac4] fixe to dist-all
 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 2025-05-25 Robert McMahon Robert McMahon [c3172c] configure support for checking SO_TXTIME +more
 config.sub 2022-09-25 Robert McMahon Robert McMahon [6cf428] update config.guess and config.sub, taken from ...
 configure 2025-05-25 Robert McMahon Robert McMahon [c3172c] configure support for checking SO_TXTIME +more
 configure.ac 2025-05-25 Robert McMahon Robert McMahon [c3172c] configure support for checking SO_TXTIME +more
 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
 udp_cdfplot.py 2023-12-12 Robert McMahon Robert McMahon [22116e] add udp cdf plot pyflows script

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 - 2020
Broadcom Corporation
All Rights Reserved

$Id: README,v 1.1.1.1 2004/05/18 01:50:44 kgibbs Exp $
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.