File: control

package info (click to toggle)
eventstat 0.03.03-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 132
  • sloc: ansic: 1,265; makefile: 32
file content (19 lines) | stat: -rw-r--r-- 687 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: eventstat
Section: admin
Priority: optional
Maintainer: Colin King <colin.king@canonical.com>
Uploaders: Kamal Mostafa <kamal@whence.com>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), libncurses5-dev
Homepage: http://kernel.ubuntu.com/~cking/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.