Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 486788 - net-analyzer/nuttcp - network performance measurement tool
Summary: net-analyzer/nuttcp - network performance measurement tool
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://nuttcp.net
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-10-02 12:50 UTC by Vladimir Pavljuchenkov (SpiderX)
Modified: 2018-02-17 17:57 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch, init-script for ebuild (files.tar.gz,886 bytes, application/x-gzip)
2013-10-02 12:52 UTC, Vladimir Pavljuchenkov (SpiderX)
Details
metadata for ebuild (metadata.xml,1.00 KB, text/xml)
2013-10-02 12:52 UTC, Vladimir Pavljuchenkov (SpiderX)
Details
ebuild (nuttcp-6.1.2.ebuild,1.31 KB, text/plain)
2013-10-02 12:52 UTC, Vladimir Pavljuchenkov (SpiderX)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Pavljuchenkov (SpiderX) 2013-10-02 12:50:43 UTC
nuttcp is a network performance measurement tool intended for use by network and system managers. Its most basic usage is to determine the raw TCP (or UDP) network layer throughput by transferring memory buffers from a source system across an interconnecting network to a destination system, either transferring data for a specified time interval, or alternatively transferring a specified number of bytes.

Project does not have *full* build system (no configure, just Makefiles).

I would like to be a proxy-maintainer for this ebuild.

Reproducible: Always
Comment 1 Vladimir Pavljuchenkov (SpiderX) 2013-10-02 12:52:14 UTC
Created attachment 359970 [details]
patch, init-script for ebuild
Comment 2 Vladimir Pavljuchenkov (SpiderX) 2013-10-02 12:52:29 UTC
Created attachment 359972 [details]
metadata for ebuild
Comment 3 Vladimir Pavljuchenkov (SpiderX) 2013-10-02 12:52:41 UTC
Created attachment 359974 [details]
ebuild
Comment 4 Larry the Git Cow gentoo-dev 2018-02-17 17:57:52 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6246077d8e40fee76c66083663b03b4d76b039f

commit c6246077d8e40fee76c66083663b03b4d76b039f
Author:     Vladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>
AuthorDate: 2017-10-29 13:14:01 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-02-17 17:55:43 +0000

    net-analyzer/nuttcp: new ebuild
    
    nuttcp is a network performance measurement tool intended for use
    by network and system managers. Its most basic usage is to determine
    the raw TCP (or UDP) network layer throughput by transferring memory
    buffers from a source system across an interconnecting network to
    a destination system, either transferring data for a specified time
    interval, or alternatively transferring a specified number of bytes.
    
    Closes: https://bugs.gentoo.org/486788
    Closes: https://github.com/gentoo/gentoo/pull/6068
    Package-Manager: Portage-2.3.8, Repoman-2.3.2

 net-analyzer/nuttcp/Manifest                       |  1 +
 .../nuttcp/files/nuttcp-8.1.4-makefile.patch       | 21 ++++++++
 net-analyzer/nuttcp/files/nuttcp.confd             |  5 ++
 net-analyzer/nuttcp/files/nuttcp.initd             | 16 ++++++
 net-analyzer/nuttcp/metadata.xml                   | 23 ++++++++
 net-analyzer/nuttcp/nuttcp-8.1.4.ebuild            | 62 ++++++++++++++++++++++
 6 files changed, 128 insertions(+)