File: control.in

package info (click to toggle)
pg-stat-kcache 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 144 kB
  • sloc: ansic: 611; sql: 83; makefile: 36; sh: 2
file content (19 lines) | stat: -rw-r--r-- 877 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: pg-stat-kcache
Section: database
Priority: optional
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Standards-Version: 4.1.3
Build-Depends: debhelper (>=9~), postgresql-server-dev-all (>= 141~)
Homepage: https://powa.readthedocs.io/
Vcs-Browser: https://github.com/powa-team/pg_stat_kcache
Vcs-Git: https://github.com/powa-team/pg_stat_kcache.git

Package: postgresql-PGVERSION-pg-stat-kcache
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-PGVERSION,
 postgresql-contrib-PGVERSION
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.