1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
Source: netpipe
Section: net
Priority: optional
Maintainer: Camm Maguire <camm@debian.org>
Build-Depends: lam4-dev ( >= 7.1.4-5 ),
libopenmpi-dev [!armel !armhf !hppa !any-i386 !m68k !powerpc !sh4 !x32],
libmpich-dev,
debhelper-compat ( = 13 )
Standards-Version: 4.3.0
Package: netpipe-tcp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Network performance tool using the TCP protocol
NetPIPE is a protocol independent performance tool that encapsulates
the best of ttcp and netperf and visually represents the network
performance under a variety of conditions. By taking the end-to-end
application view of a network, NetPIPE clearly shows the overhead
associated with different protocol layers. NetPIPE answers such
questions as: how soon will a given data block of size k arrive at its
destination? Which network and protocol will transmit size k blocks
the fastest? What is a given network's effective maximum throughput
and saturation level? Does there exist a block size k for which the
throughput is maximized? How much communication overhead is due to the
network communication protocol layer(s)? How quickly will a small (< 1
kbyte) control message arrive, and which network and protocol are best
for this purpose?
.
This package uses a raw TCP protocol to measure network performance.
Package: netpipe-lam
Architecture: any
Depends: lam-runtime, ${shlibs:Depends}, ${misc:Depends}
Description: Network performance tool using LAM MPI
NetPIPE is a protocol independent performance tool that encapsulates
the best of ttcp and netperf and visually represents the network
performance under a variety of conditions. By taking the end-to-end
application view of a network, NetPIPE clearly shows the overhead
associated with different protocol layers. NetPIPE answers such
questions as: how soon will a given data block of size k arrive at its
destination? Which network and protocol will transmit size k blocks
the fastest? What is a given network's effective maximum throughput
and saturation level? Does there exist a block size k for which the
throughput is maximized? How much communication overhead is due to the
network communication protocol layer(s)? How quickly will a small (< 1
kbyte) control message arrive, and which network and protocol are best
for this purpose?
.
This package measures network performance using the MPI protocol, a
Message Passing Interface frequently used in parallel processing, and
which uses in turn TCP as its underlying transport. The implementation
of the MPI standard used by this package is that provided by the lam set
of packages.
Package: netpipe-openmpi
Architecture: alpha amd64 arm64 ia64 ppc64el sparc64 kfreebsd-amd64
Depends: openmpi-bin, ${shlibs:Depends}, ${misc:Depends}
Description: Network performance tool using OpenMPI
NetPIPE is a protocol independent performance tool that encapsulates
the best of ttcp and netperf and visually represents the network
performance under a variety of conditions. By taking the end-to-end
application view of a network, NetPIPE clearly shows the overhead
associated with different protocol layers. NetPIPE answers such
questions as: how soon will a given data block of size k arrive at its
destination? Which network and protocol will transmit size k blocks
the fastest? What is a given network's effective maximum throughput
and saturation level? Does there exist a block size k for which the
throughput is maximized? How much communication overhead is due to the
network communication protocol layer(s)? How quickly will a small (< 1
kbyte) control message arrive, and which network and protocol are best
for this purpose?
.
This package measures network performance using the MPI protocol, a
Message Passing Interface frequently used in parallel processing, and
which uses in turn TCP as its underlying transport. The implementation
of the MPI standard used by this package is that provided by the openmpi
set of packages.
Package: netpipe-mpich2
Architecture: any
Depends: mpich, ${shlibs:Depends}, ${misc:Depends}
Description: Network performance tool using MPICH2 MPI
NetPIPE is a protocol independent performance tool that encapsulates
the best of ttcp and netperf and visually represents the network
performance under a variety of conditions. By taking the end-to-end
application view of a network, NetPIPE clearly shows the overhead
associated with different protocol layers. NetPIPE answers such
questions as: how soon will a given data block of size k arrive at its
destination? Which network and protocol will transmit size k blocks
the fastest? What is a given network's effective maximum throughput
and saturation level? Does there exist a block size k for which the
throughput is maximized? How much communication overhead is due to the
network communication protocol layer(s)? How quickly will a small (< 1
kbyte) control message arrive, and which network and protocol are best
for this purpose?
.
This package measures network performance using the MPI protocol, a
Message Passing Interface frequently used in parallel processing, and
which uses in turn TCP as its underlying transport. The implementation
of the MPI standard used by this package is that provided by the mpich
package.
|