File: control

package info (click to toggle)
lmbench 3.0-a9%2Bdebian.1-6
  • links: PTS
  • area: non-free
  • in suites: bookworm
  • size: 2,996 kB
  • sloc: ansic: 12,328; perl: 6,531; sh: 2,784; makefile: 731
file content (41 lines) | stat: -rw-r--r-- 1,381 bytes parent folder | download
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