1
1
Jon Dugan 7b1bded36e significant changes to the iperf structures:
iperf_stream_result now uses two struct timeval's instead of a duration
  bufsize in iperf_settings is now blksize
  iperf_test no longer has remote_addr and local_addr
  iperf_test now uses server_hostname to hold the server name
  listener_port in iperf_test has been renamed server_port
  custom_data in iperf_stream_result is now data (opaque data)
  added an opaque data memeber to iperf_stream, named data

updates to iperf_api.c from the name changes

this simplifies the run client code because we don't have to do so much
footwork for netdial

the calculation for the throughput currently uses test->duration rather than
the difference of the stream_results timevals.
2009-06-18 02:39:13 +00:00
2008-05-10 03:18:35 +00:00
2008-05-10 03:18:35 +00:00
2007-08-29 22:07:15 +00:00
2008-04-08 03:32:45 +00:00
2008-04-08 03:32:45 +00:00
2008-05-10 03:18:35 +00:00
2007-08-29 21:57:27 +00:00
2008-05-10 03:18:35 +00:00
2007-08-29 22:07:15 +00:00
2007-08-29 22:07:15 +00:00
2008-04-08 03:32:45 +00:00
2008-04-08 03:32:45 +00:00
2007-08-29 22:07:15 +00:00
2007-08-29 21:57:27 +00:00
2007-08-29 22:07:15 +00:00
2008-04-08 03:32:45 +00:00
2007-08-29 22:07:15 +00:00
2007-08-29 21:57:27 +00:00

This is Iperf v2.0.0, a tool for measuring Internet bandwidth performance.
See the doc directory for more documentation.
Briefly:

  ./configure      -- configure for your machine
  make             -- compile Iperf
  make install     -- install Iperf, if desired

  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)

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.

$Id: README,v 1.1.1.1 2004/05/18 01:50:44 kgibbs Exp $
Описание
iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool (BSD license)
https://github.com/esnet/iperf
Readme 9 MiB
Languages
C 50.2%
Shell 34.1%
Makefile 11.9%
Roff 2%
M4 1.3%
Разное 0.3%