• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

compat/H19-Aug-2021-2,7201,670

doc/H03-May-2022-430364

include/H19-Aug-2021-5,8622,894

m4/H19-Aug-2021-1,3281,168

man/H19-Aug-2021-1,3391,240

src/H19-Aug-2021-18,40513,252

t/H09-Aug-2021-21981

AUTHORSH A D09-Aug-2021847 3923

COPYINGH A D09-Aug-20211.8 KiB4134

ChangeLogH A D09-Aug-20213.4 KiB10766

INSTALLH A D09-Aug-20214.2 KiB141100

Makefile.amH A D09-Aug-2021466 1914

Makefile.inH A D16-Aug-202138.2 KiB1,1801,048

READMEH A D09-Aug-20211.1 KiB3928

aclocal.m4H A D16-Aug-202142.7 KiB1,1741,066

compileH A D09-Aug-20217.2 KiB349259

config.guessH A D09-Aug-202141.9 KiB1,4221,230

config.h.inH A D16-Aug-202112.5 KiB463322

config.subH A D09-Aug-202135.2 KiB1,8081,670

configureH A D19-Aug-2021295.4 KiB10,4538,451

configure.acH A D19-Aug-202113.6 KiB418343

depcompH A D09-Aug-202115.5 KiB530329

install-shH A D09-Aug-20219 KiB324189

missingH A D09-Aug-20216.7 KiB216143

test-driverH A D09-Aug-20214.5 KiB14987

README

1This is Iperf v2.0.x, a tool for measuring Internet bandwidth performance.
2See the doc directory for more documentation.
3
4Briefly:
5
6Do one-time if needed:
7  dnf install gcc
8  dnf install gcc-c++
9  dnf install automake
10
11then to build do:
12  ./configure      -- configure for your machine
13  make             -- compile Iperf
14  make install     -- install Iperf, if desired, from root
15
16and to use:
17  iperf -s               (on machine "foo.bar.edu")
18  iperf -c foo.bar.edu   (on some other machine)
19  iperf -h               (for help screen)
20  iperf -v               (for version information)
21
22and for more information (requires make install)
23  man iperf
24
25Finally, see INSTALL, doc/RELEASE_NOTES, and doc/DESIGN_NOTES for a bit more
26
27The SOURCE CODE is the AUTHORITATIVE source. Any COMMENTS found in the source ARE NOT.
28
29Copyright 1999, 2000, 2001, 2002, 2003, 2004
30The Board of Trustees of the University of Illinois
31All rights reserved
32See UI License (doc/ui_license.html) for complete details.
33
34More copyright per years 2014 - 2020
35Broadcom Corporation
36All Rights Reserved
37
38$Id: README,v 1.1.1.1 2004/05/18 01:50:44 kgibbs Exp $
39