File: control

package info (click to toggle)
pgstat 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 400 kB
  • sloc: ansic: 6,089; makefile: 38; sh: 8
file content (25 lines) | stat: -rw-r--r-- 929 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
Source: pgstat
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christophe Courtois <christophe.courtois@dalibo.com>
Section: database
Priority: optional
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 libpq-dev,
 postgresql-all,
 help2man
Homepage: https://github.com/gleu/pgstats
Vcs-Browser: https://salsa.debian.org/postgresql/pgstat
Vcs-Git: https://salsa.debian.org/postgresql/pgstat.git

Package: pgstat
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Collects PostgreSQL statistics the same way as a vmstat tool
 pgstat is a client utility to gather statistical information from a PostgreSQL
 instance in real time, and acts like vmstat or sar.
 .
 Supported statistics include archiver, bgwriter, connections, databases,
 tables, tables I/O, indexes, functions, archives wals, temporary files,
 and pgBouncer.