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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
Source: netpipe
Section: net
Priority: extra
Maintainer: Camm Maguire <camm@debian.org>
Build-Depends: lam4-dev ( >= 7.1.1-5 ),
libopenmpi-dev [alpha amd64 armel armhf arm64 i386 ia64 powerpc powerpcspe ppc64el sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386],
libmpich-dev,
pvm-dev,debhelper ( >= 4 ),
debhelper ( >= 9 )
Standards-Version: 3.9.6
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 armel armhf arm64 i386 ia64 powerpc powerpcspe ppc64el sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
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.
Package: netpipe-pvm
Architecture: any
Priority: extra
Depends: pvm, ${shlibs:Depends}, ${misc:Depends}
Description: Network performance tool using PVM
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 PVM protocol, a
Parallel Virtual Machine interface frequently used in parallel processing,
and which uses in turn TCP as its underlying transport. PVM support
is provided in its own separate pvm package on Debian systems.
|