Menu

Tree [e941ca] master /
 History

HTTPS access


File Date Author Commit
 compat 2024-04-23 ta921953 ta921953 [d4353c] Rerun autoconf
 doc 2024-07-02 Robert McMahon Robert McMahon [5595a2] add files to doc directory in tarball (or make ...
 flows 2024-04-23 ta921953 ta921953 [d4353c] Rerun autoconf
 include 2024-10-06 Robert McMahon Robert McMahon [e48bb9] update version
 m4 2024-04-23 ta921953 ta921953 [6176b6] Remove unused ax_create_stdint_h
 man 2024-06-18 Robert McMahon Robert McMahon [c02c13] simplify TCP_TX_DELAY code
 src 2024-10-10 Robert McMahon Robert McMahon [e941ca] fix calloc with tap interface
 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-04-19 Robert McMahon Robert McMahon [9e270b] add win 64 build info to 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-04-23 ta921953 ta921953 [d4353c] Rerun autoconf
 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-03-01 Robert McMahon Robert McMahon [c83c18] add configure support for --enable-summing-debu...
 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 2024-04-23 Robert McMahon Robert McMahon [1e4abb] fix udp regression with high pps, sosndtimer ne...
 config.sub 2022-09-25 Robert McMahon Robert McMahon [6cf428] update config.guess and config.sub, taken from ...
 configure 2024-04-23 ta921953 ta921953 [d4353c] Rerun autoconf
 configure.ac 2024-04-23 ta921953 ta921953 [6176b6] Remove unused ax_create_stdint_h
 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 $