| File |
Date |
Author |
Commit |
|
compat
|
2025-12-30
|
Robert McMahon
|
[e730ac]
set columns to 120
|
|
doc
|
2025-12-30
|
Robert McMahon
|
[3a8d87]
remove git test in master, only support in udp-...
|
|
flows
|
2025-12-30
|
Robert McMahon
|
[3a8d87]
remove git test in master, only support in udp-...
|
|
include
|
2026-01-02
|
Robert McMahon
|
[65fc99]
move toggleLevel into Reporter context only
|
|
m4
|
2024-04-23
|
ta921953
|
[6176b6]
Remove unused ax_create_stdint_h
|
|
man
|
2025-12-30
|
Robert McMahon
|
[3a8d87]
remove git test in master, only support in udp-...
|
|
src
|
2 days ago
|
Robert McMahon
|
[0fe373]
fix for ticket 389: Compilation fails with --di...
|
|
t
|
2023-11-08
|
Robert McMahon
|
[78cac7]
add final PDF check with histogram make check test
|
|
wireshark
|
2023-02-15
|
ta921953
|
[f5e2f8]
Update to iperf2.1.9
|
|
.clang-format
|
2025-12-30
|
Robert McMahon
|
[e730ac]
set columns to 120
|
|
AUTHORS
|
2016-11-01
|
Robert McMahon
|
[7d8614]
remove trailing whitespace across all files in ...
|
|
COPYING
|
2016-11-01
|
Robert McMahon
|
[7d8614]
remove trailing whitespace across all files in ...
|
|
ChangeLog
|
2016-11-01
|
Robert McMahon
|
[7d8614]
remove trailing whitespace across all files in ...
|
|
INSTALL
|
2024-12-04
|
Robert McMahon
|
[ce32d5]
update INSTALL
|
|
LICENSE
|
2021-12-19
|
Robert McMahon
|
[d28973]
add LICENSE file
|
|
Makefile.am
|
2023-11-30
|
Robert McMahon
|
[18dbb7]
add flows directory to SUBDIRS
|
|
Makefile.in
|
2025-12-30
|
Robert McMahon
|
[3a8d87]
remove git test in master, only support in udp-...
|
|
NEWS.md
|
2021-09-28
|
Robert McMahon
|
[4c4cbf]
some edits to NEWS.md, much more needed
|
|
README
|
2020-09-23
|
Robert McMahon
|
[956207]
update README a bit more
|
|
aclocal.m4
|
2025-12-30
|
Robert McMahon
|
[3a8d87]
remove git test in master, only support in udp-...
|
|
compile
|
2021-02-04
|
ta921953
|
[cd8050]
Add automake required file
|
|
config.guess
|
2022-09-25
|
Robert McMahon
|
[6cf428]
update config.guess and config.sub, taken from ...
|
|
config.h.in
|
2025-05-25
|
Robert McMahon
|
[c3172c]
configure support for checking SO_TXTIME +more
|
|
config.sub
|
2022-09-25
|
Robert McMahon
|
[6cf428]
update config.guess and config.sub, taken from ...
|
|
configure
|
2025-12-30
|
Robert McMahon
|
[3a8d87]
remove git test in master, only support in udp-...
|
|
configure.ac
|
2025-12-30
|
Robert McMahon
|
[3a8d87]
remove git test in master, only support in udp-...
|
|
depcomp
|
2014-03-10
|
Robert McMahon
|
[a7db82]
Initial commit
|
|
install-sh
|
2014-03-10
|
Robert McMahon
|
[a7db82]
Initial commit
|
|
missing
|
2020-09-23
|
Robert McMahon
|
[75c911]
restore missing file
|
|
test-driver
|
2021-02-04
|
ta921953
|
[0dd748]
Add automake tests
|
|
udp_cdfplot.py
|
2023-12-12
|
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 $