File: control

package info (click to toggle)
eventstat 0.06.00-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: ansic: 1,534; makefile: 39
file content (20 lines) | stat: -rw-r--r-- 720 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
20
Source: eventstat
Rules-Requires-Root: no
Section: admin
Priority: optional
Maintainer: Colin Ian King <colin.i.king@gmail.com>
Standards-Version: 4.6.2
Build-Depends: debhelper (>= 13),
               debhelper-compat (=13),
               libncurses-dev
Homepage: https://github.com/ColinIanKing/eventstat

Package: eventstat
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: kernel event states monitoring tool
 Eventstat periodically dumps out the current kernel event state.
 It keeps track of current events and outputs the change in events
 on each output update.  The tool requires sudo to run since it
 needs to write to /proc/timer_stats to start and stop the event
 monitoring.