File: control

package info (click to toggle)
siege 4.0.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,624 kB
  • ctags: 1,347
  • sloc: ansic: 12,638; sh: 9,115; makefile: 155; php: 142
file content (27 lines) | stat: -rw-r--r-- 1,178 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
Source: siege
Section: web
Priority: optional
Maintainer: Josue Abarca <jmaslibre@debian.org>
Build-Depends: debhelper (>= 9), libssl-dev (>= 0.9.8),
 autotools-dev (>= 20100122.1)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/siege.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/siege.git
Homepage: http://www.joedog.org/JoeDog/Siege

Package: siege
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: siege-ssl
Replaces: siege-ssl
Description: HTTP regression testing and benchmarking utility
 Siege is an regression test and benchmark utility. It can stress test a single
 URL with a user defined number of simulated users, or it can read many URLs
 into memory and stress them simultaneously. The program reports the total
 number of hits recorded, bytes transferred, response time, concurrency, and
 return status. Siege supports HTTP/1.0 and 1.1 protocols, the GET and POST
 directives, cookies, transaction logging, and basic authentication. Its
 features are configurable on a per user basis.
 .
 Note: this package contains siege with HTTPS support turned on, thus it
 obsoletes siege-ssl package now.