1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: httperf
Section: web
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 12)
, libssl-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/alteholz/httperf
Vcs-Git: https://salsa.debian.org/alteholz/httperf.git
Homepage: https://github.com/httperf/httperf
Rules-Requires-Root: no
Package: httperf
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: HTTP server performance tester
httperf is a tool to measure web server performance. It speaks the HTTP
protocol both in its HTTP/1.0 and HTTP/1.1 flavors and offers a variety of
workload generators. While running, it keeps track of a number of performance
metrics that are summarized in the form of statistics that are printed at
the end of a test run.
.
This package provide httperf and idleconn commands.
|