head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2006.02.01.20.12.41;	author terry;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@Tperf - The TCP/UDP Bandwidth Measurement Tool

Copyright (c) 2005-2006 Tomohiro Otsuka, All rights reserved.

* About Tperf

Tperf is a very simple TCP/UDP bandwidth measurement tool written
in standard C and UNIX socket API.  Tperf reports bandwidth and UDP
datagram loss.  To download the latest version, please visit the
following site.

  http://www.am.ics.keio.ac.jp/~terry/tperf/

* License

Tperf is free software; you can redistribute and/or modify it under
the modified BSD License.  The complete text of the license can be
found in the COPYING file.

* Installation

To build and install Tperf, please refer to the INSTALL file.

* Usage

The typical procedure to measure the TCP bandwidth between host1 and
host2 is the following:

  host1% tperf -s
  host2% tperf -c <host1's IP address>

There are some options for tuning TCP/UDP parameters, etc.  Please
type `tperf -h' to see the full option list.

* Contact

Please send comments and bug reports to terry@@am.ics.keio.ac.jp.
@
