File: control

package info (click to toggle)
faultstat 0.01.06-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: ansic: 1,264; makefile: 38
file content (19 lines) | stat: -rw-r--r-- 638 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: faultstat
Rules-Requires-Root: no
Section: admin
Priority: optional
Maintainer: Colin King <colin.king@canonical.com>
Standards-Version: 4.1.2
Build-Depends: debhelper (>= 13),
               debhelper-compat (=13),
               libncurses-dev,
               libncursesw5-dev
Homepage: http://kernel.ubuntu.com/~cking/faultstat

Package: faultstat
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: page fault monitoring tool
 Faultstat reports the page fault activity of processes
 running on a system. The tool supports a 'top' like mode
 to dynamically display the top page faulting processes.