Kernel event states monitoring tool
https://kernel.ubuntu.com/~cking/eventstat/
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.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / eventstat
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:monitoring/eventstat && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
eventstat-0.04.01.tar.gz | 0000022397 21.9 KB | |
eventstat.changes | 0000003408 3.33 KB | |
eventstat.spec | 0000001681 1.64 KB |
Revision 8 (latest revision is 31)
Lars Vogdt (lrupp)
accepted
request 517696
from
Martin Hauke (mnhauke)
(revision 8)
- Update to version 4.04.01 * Makefile: bump version * Remove unused variable fields * Fix -c cumulative stats * Make column sizing more intelligent * snapcraft: Makefile: set LC_ALL=C.UTF-8 LANG=C.UTF-8 * Add back ref_count reference counting which was accidentally removed * Compute column width correctly with -i mode being used * Make source more 80 column friendly * Use double_to_timeval instead of time coversion * Minor code clean up, no functional changes * Fix non-root failure message * Break out of trace reading loop on SIGINT * Add -i timer ID information mode * Add libncurses5-dev to snapcraft build dependencies - Update to version 4.04.00 * Makefile: bump version * Debian/control: update Standards-Version to 4.0.0 * Update manual * Fix reversed order sample list, put data on tail instead of head * Add back functioning -S option now that stats look sane * Fake initial previous time event on first event. * Remove whence debug info * Eventstat: use event tracing rather than the older deprecated /proc/timer_stats interface (LP: #1705472) * Make symlink to snapcraft file * Snapcraft: add default type and grade keys to yaml
Comments 0