Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37804389
en ru br
ALT Linux repos
S:1.0-alt5.qa1
5.0: 1.0-alt3
4.1: 1.0-alt3
4.0: 1.0-alt3
3.0: 1.0-alt1.2

Group :: Networking/Other
RPM: ettcp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: ettcp
Version: 1.0
Release: alt5.qa1

Summary: A tool for testing TCP throughut between two nodes
License: Public Domain
Group: Networking/Other

URL: http://sourceforge.net/projects/ettcp/
Source0: %name-%version.tar.bz2
Patch1: ettcp-1.0-alt-path.patch
Packager: Michael Shigorin <mike at altlinux.org>

Conflicts: suck

Summary(ru_RU.KOI8-R): Средство тестирования производительности TCP между двумя хостами

%description
ettcp is an updated version of ttcp. It supports the suck and
blow xinetd severs.  suck and blow and the associated xinetd.d
files are included in the package.  ttcp is a tool for testing
the throughput of TCP connections.  Unlike other tools which
might be used for this purpose (such as FTP clients), ttcp does
not read or write data from or to a disk while operating, which
helps ensure more accurate results.

%description -l ru_RU.KOI8-R
ettcp - обновленная версия ttcp. Поддерживает службы suck и blow
через xinetd.  Является средтвом измерения пропускной способности
TCP-соединений. В отличие от других средств, которые могут
использоваться для подобных целей, например, FTP-клиентов, ttcp
не читает и не записывает данные на диск в процессе своей работы,
что позволяет получить более достоверные результаты.

%prep
%setup
%patch1 -p1

%build
%make_build

%install
mkdir -p %buildroot{%_man1dir,%_bindir,%_sysconfdir/xinetd.d}
%makeinstall \
RPM_INSTALL_DIR=%buildroot%_bindir \
RPM_MAN_DIR=%buildroot%_mandir \
RPM_ETC_DIR=%buildroot%_sysconfdir

%files
%doc README TODO
%_bindir/*
%_mandir/man?/*
%_sysconfdir/xinetd.d/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin