File: control

package info (click to toggle)
php-pinba 1.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 396 kB
  • sloc: ansic: 4,687; xml: 102; makefile: 12
file content (36 lines) | stat: -rw-r--r-- 1,287 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
Source: php-pinba
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <team+php-pecl@tracker.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>,
           Prach Pongpanich <prachpub@gmail.com>
Build-Depends: debhelper (>= 9),
               dh-php (>= 0.33~),
               libprotobuf-c-dev,
               php-all-dev,
               protobuf-c-compiler
Standards-Version: 4.1.2
Homepage: http://pinba.org
Vcs-Browser: https://salsa.debian.org/php-team/pecl/php-pinba
Vcs-Git: https://salsa.debian.org/php-team/pecl/php-pinba.git

Package: php-pinba
Architecture: any
Depends: ${misc:Depends},
         ${php:Depends},
         ${shlibs:Depends}
Provides: ${php:Provides}
Description: Pinba module for PHP
 Pinba is a statistics server for PHP using MySQL as a read-only
 interface.
 .
 It accumulates and processes data sent over UDP by multiple PHP
 processes and displays statistics in a nice human-readable form of
 simple "reports", also providing a read-only interface to the raw
 data to enable generation of more sophisticated reports.
 .
 With the Pinba extension, users can also measure particular parts
 of the code using timers with arbitrary tags.
 .
 This package contains a PHP module with the ability to send
 statistics to a Pinba server.