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.02.tar.gz | 0000022532 22 KB | |
eventstat.changes | 0000003962 3.87 KB | |
eventstat.spec | 0000001681 1.64 KB |
Revision 10 (latest revision is 31)
Lars Vogdt (lrupp)
accepted
request 535300
from
Martin Hauke (mnhauke)
(revision 10)
- Update to version 4.04.02 * Makefile: bump version * Iterate over arrays using size of array rather than using sentinels at end of array * Remove empty lines * Voidify returns from various functions * Add some UNLIKELY/LIKELY branch hinting * debian/control: update Standards-Version to 4.1.1 * Prefix all globals with g_ to notify scope * Use sizeof object rather than size of type * Remove whitespace from source
Comments 0