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
|
Source: lmbench
Section: non-free/admin
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Uploaders: dann frazier <dannf@debian.org>
Build-Depends: docbook-to-man, debhelper (>= 12)
Standards-Version: 4.5.0
Homepage: http://www.bitmover.com/lmbench/
Vcs-Git: https://salsa.debian.org/ahs3/lmbench
XS-Autobuild: yes
Package: lmbench
Architecture: any
Recommends: lmbench-doc
Depends: gcc, perl, libc6-dev | libc-dev, ${shlibs:Depends}, ${misc:Depends},
${perl:Depends}
Description: Utilities to benchmark UNIX systems
Lmbench is a set of utilities to test the performance
of a unix system producing detailed results as well
as providing tools to process them. It includes a series of
micro benchmarks that measure some basic operating
system and hardware metrics:
.
* file reading and summing
* memory bandwidth while reading, writing and copying
* copying data through pipes
* copying data through Unix sockets
* reading data through TCP/IP sockets
Package: lmbench-doc
Section: non-free/doc
Architecture: all
Depends: ${misc:Depends}
Description: Documentation for the lmbench benchmark suite
This package provides all the documentation included
in the lmbench benchmark software. This includes:
.
* references to published articles
* presentations made by lmbench authors
* the rebuttal of an article claiming lmbench is flawed
|